Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
fdc893cf
Commit
fdc893cf
authored
Apr 03, 2020
by
Timo Koch
Browse files
[examples][tracer] Slighty adjust wording in main intro doc
parent
e291ed5d
Changes
2
Hide whitespace changes
Inline
Side-by-side
examples/1ptracer/doc/main.md
View file @
fdc893cf
...
...
@@ -6,12 +6,14 @@
# Part 3: Main program flow
This file contains the main program flow. In this example, we solve a single-phase flow problem
to obtain a pressure distribution in the domain. Subsequently, the distribution of volume fluxes
is computed from that pressure distribution, which is then passed to a tracer problem to solve
the transport of an initial contamination through the model domain.
The subsequent code documentation is structured as follows:
We want to solve a single-phase flow problem
to obtain a pressure distribution in the domain. Subsequently, we compute a volume fluxes field
based on the obtained pressure distribution and pass it to the tracer problem.
Finally, we solve a transient transport problem for a tracer using the computed volume fluxes.
This main program flow is implemented in the
`main()`
function
of the program which is defined in the file
`main.cc`
described below.
The code documentation is structured as follows:
[[
_TOC_
]]
...
...
examples/1ptracer/doc/mainintro.md
View file @
fdc893cf
# Part 3: Main program flow
This file contains the main program flow. In this example, we solve a single-phase flow problem
to obtain a pressure distribution in the domain. Subsequently, the distribution of volume fluxes
is computed from that pressure distribution, which is then passed to a tracer problem to solve
the transport of an initial contamination through the model domain.
We want to solve a single-phase flow problem
to obtain a pressure distribution in the domain. Subsequently, we compute a volume fluxes field
based on the obtained pressure distribution and pass it to the tracer problem.
Finally, we solve a transient transport problem for a tracer using the computed volume fluxes.
This main program flow is implemented in the
`main()`
function
of the program which is defined in the file
`main.cc`
described below.
The
subsequent
code documentation is structured as follows:
The code documentation is structured as follows:
[[
_TOC_
]]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment