Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dorie
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
dorie
dorie
Commits
eca856e9
Commit
eca856e9
authored
Feb 06, 2019
by
Lukas Riedel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doxygen docs
Fix formulae formatting. Add brief descriptions for models. [skip ci]
parent
38de83d1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
20 deletions
+29
-20
dune/dorie/model/richards/modules.dox
dune/dorie/model/richards/modules.dox
+1
-0
dune/dorie/model/transport/local_operator_FV.hh
dune/dorie/model/transport/local_operator_FV.hh
+16
-12
dune/dorie/model/transport/modules.dox
dune/dorie/model/transport/modules.dox
+12
-8
No files found.
dune/dorie/model/richards/modules.dox
View file @
eca856e9
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
@{
@{
@ingroup Models
@ingroup Models
@todo document richards model
@todo document richards model
@brief Solves the transient Richards equation
@}
@}
@defgroup RichardsParam Parameterization
@defgroup RichardsParam Parameterization
...
...
dune/dorie/model/transport/local_operator_FV.hh
View file @
eca856e9
...
@@ -22,17 +22,19 @@ namespace Operator {
...
@@ -22,17 +22,19 @@ namespace Operator {
* @brief Spatial local operator for the transport equation in unsaturated
* @brief Spatial local operator for the transport equation in unsaturated
* media in a finite volume scheme.
* media in a finite volume scheme.
* @details It solves the spatial part of the transport equation:
* @details It solves the spatial part of the transport equation:
* @f{eqnarray*}{
*
* @f{eqnarray*}{
* \partial_t[\theta C_w] +
* \partial_t[\theta C_w] +
* \nabla\cdot [\textbf{j}_w C_w] -
* \nabla\cdot [\textbf{j}_w C_w] -
* \nabla [\theta \mathsf{D}_{
eff}\nabla C_w]
=0 &\qquad \text{in }
* \nabla [\theta \mathsf{D}_{
\text{eff}}\nabla C_w]&
=0 &\qquad \text{in }
* \Omega\\
* \Omega\\
* C_w = g &\qquad \text{on } \Gamma_D
* C_w
&
= g &\qquad \text{on } \Gamma_D
* \subseteq\partial\Omega\\
* \subseteq\partial\Omega\\
* \nabla C_w \cdot \textbf{n} = \textbf{j}_{\scriptscriptstyle
* \nabla C_w \cdot \textbf{n}
&
= \textbf{j}_{\scriptscriptstyle
* C_w}& \qquad \text{on } \Gamma_N =\partial\Omega \backslash
* C_w}& \qquad \text{on } \Gamma_N =\partial\Omega \backslash
* \Gamma_D}{
* \Gamma_D
* @f}
* @f}
*
* @author Santiago Ospina De Los Ríos
* @author Santiago Ospina De Los Ríos
* @date 2018
* @date 2018
* @ingroup LocalOperators
* @ingroup LocalOperators
...
@@ -435,17 +437,19 @@ private:
...
@@ -435,17 +437,19 @@ private:
* @brief Temporal local operator for the transport equation in unsaturated
* @brief Temporal local operator for the transport equation in unsaturated
* media in a finite volume scheme.
* media in a finite volume scheme.
* @details It solves the temporal part of the transport equation:
* @details It solves the temporal part of the transport equation:
* @f{eqnarray*}{
*
* @f{eqnarray*}{
* \partial_t[\theta C_w] +
* \partial_t[\theta C_w] +
* \nabla\cdot [\textbf{j}_w C_w] -
* \nabla\cdot [\textbf{j}_w C_w] -
* \nabla [\theta \mathsf{D}_{
eff}\nabla C_w]
=0 &\qquad \text{in }
* \nabla [\theta \mathsf{D}_{
\text{eff}}\nabla C_w]&
=0 &\qquad \text{in }
* \Omega\\
* \Omega\\
* C_w = g &\qquad \text{on } \Gamma_D
* C_w
&
= g &\qquad \text{on } \Gamma_D
* \subseteq\partial\Omega\\
* \subseteq\partial\Omega\\
* \nabla C_w \cdot \textbf{n} = \textbf{j}_{\scriptscriptstyle
* \nabla C_w \cdot \textbf{n}
&
= \textbf{j}_{\scriptscriptstyle
* C_w}& \qquad \text{on } \Gamma_N =\partial\Omega \backslash
* C_w}& \qquad \text{on } \Gamma_N =\partial\Omega \backslash
* \Gamma_D}{
* \Gamma_D
* @f}
* @f}
*
* @author Santiago Ospina De Los Ríos
* @author Santiago Ospina De Los Ríos
* @date 2018
* @date 2018
* @ingroup LocalOperators
* @ingroup LocalOperators
...
...
dune/dorie/model/transport/modules.dox
View file @
eca856e9
...
@@ -8,27 +8,31 @@
...
@@ -8,27 +8,31 @@
@defgroup TransportModel Transport
@defgroup TransportModel Transport
@{
@{
@ingroup Models
@brief Solves the transient passive transport equation for
unsaturated media
@ingroup Models
@details
The transport model implements a class that fulfill the
The transport model implements a class that fulfill the
Dune::Dorie::SimulationBase class requirements (see @ref Models), and which
Dune::Dorie::SimulationBase class requirements (see @ref Models), and which
specifically solves the transport equation for unsaturated media:
specifically solves the transport equation for unsaturated media:
@f{eqnarray*}{
@f{eqnarray*}{
\partial_t[\theta C_w] +
\partial_t[\theta C_w] +
\nabla\cdot [\textbf{j}_w C_w] -
\nabla\cdot [\textbf{j}_w C_w] -
\nabla [\theta \mathsf{D}_{
eff}\nabla C_w]
=0 &\qquad \text{in }
\nabla [\theta \mathsf{D}_{
\text{eff}}\nabla C_w]&
=0 &\qquad \text{in }
\Omega\\
\Omega\\
C_w = g &\qquad \text{on } \Gamma_D
C_w
&
= g &\qquad \text{on } \Gamma_D
\subseteq\partial\Omega\\
\subseteq\partial\Omega\\
\nabla C_w \cdot \textbf{n} = \textbf{j}_{\scriptscriptstyle
\nabla C_w \cdot \textbf{n}
&
= \textbf{j}_{\scriptscriptstyle
C_w}& \qquad \text{on } \Gamma_N =\partial\Omega \backslash
C_w}& \qquad \text{on } \Gamma_N =\partial\Omega \backslash
\Gamma_D
\Gamma_D
@f}
@f}
It implemented with a finite volume scheme and is written so that could
be run
It implemented with a finite volume scheme and is written so that could
independently of the @ref RichardsModel model (e.g. with an
be run independently of the @ref RichardsModel model (e.g. with an
stationary case), or fully coupled with a transient case with fluxes
provided
stationary case), or fully coupled with a transient case with fluxes
by the Dune::Dorie::RichardsSimulation class.
provided
by the Dune::Dorie::RichardsSimulation class.
@}
@}
**/
**/
Write
Preview
Markdown
is supported
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