Skip to content
Snippets Groups Projects
Commit ea929b6b authored by Yonghui56's avatar Yonghui56
Browse files

update the documents

parent 43fa3558
No related branches found
No related tags found
No related merge requests found
Showing
with 29 additions and 8 deletions
\ogs_missing_documentation
\copydoc ProcessLib::RichardsFlow::RichardsFlowProcess
Defines fluid properties.
Fluid density model in RichardsFlow process.
Fluid viscosity model in RichardsFlow Process.
A tag for material properties of the RichardsFlow process.
A tag for the properties of porous media, which contains nested tags for
different porous media, which are distinguished by material IDs. For example
```
<porous_medium>
<porous_medium id="0">
...
</porous_medium>
<porous_medium id="1">
...
</porous_medium>
</porous_medium>
```
\ No newline at end of file
It specifies the material ID of a porous medium. The material IDs of elements
should be given in the mesh's cell data array "MaterialIDs".
A tag for the properties of a porous medium with material ID.
\ No newline at end of file
A tag for the relative permeability model of a porous medium.
\ No newline at end of file
A tag for the porosity model of a porous medium.
\ No newline at end of file
A tag for the relative permeability model.
A tag for the storage model of a porous medium.
\ No newline at end of file
\ogs_missing_documentation
A tag for the primary variable in RichardsFlow Process. In this implementation, fluid pressure is used as primary variable.
\ogs_missing_documentation
\ogs_missing_documentation
A tag for using mass-lumping scheme
\ogs_missing_documentation
\ogs_missing_documentation
Specific body forces applied to solid and fluid. It is usually used to apply gravitational forces.
\ogs_missing_documentation
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment