Test problem for the sequential 2p models.
More...
#include <test/porousmediumflow/2p/sequential/test_mpfa2pspatialparams.hh>
template<class TypeTag>
class Dumux::Test2PSpatialParams< TypeTag >
Test problem for the sequential 2p models.
|
| const FieldMatrix & | intrinsicPermeabilityAtPos (const GlobalPosition &globalPos) const |
| Scalar | porosity (const Element &element) const |
| const MaterialLawParams & | materialLawParamsAtPos (const GlobalPosition &globalPos) const |
| | Test2PSpatialParams (const Problem &problem) |
| const MaterialLawParams & | materialLawParams (const Element &element) const |
| | Function for defining the parameters needed by constitutive relationships (kr-sw, pc-sw, etc.).
|
| Scalar | meanK (Scalar K1, Scalar K2) const |
| | Averages the intrinsic permeability (Scalar).
|
| void | meanK (DimWorldMatrix &result, Scalar K1, Scalar K2) const |
| | Averages the intrinsic permeability (Scalar).
|
| void | meanK (DimWorldMatrix &result, const DimWorldMatrix &K1, const DimWorldMatrix &K2) const |
| | Averages the intrinsic permeability (Tensor).
|
| void | meanK (DimWorldMatrix &result, Scalar K) const |
| | Dummy function that can be used if only one value exist (boundaries).
|
| void | meanK (DimWorldMatrix &result, const DimWorldMatrix &K) const |
| | Dummy function that can be used if only one value exist (boundaries).
|
| const DimWorldMatrix & | intrinsicPermeability (const Element &element) const |
| | Function for defining the intrinsic (absolute) permeability.
|
| Scalar | porosity (const Element &element) const |
| | Function for defining the porosity.
|
| Scalar | porosityAtPos (const GlobalPosition &globalPos) const |
| | Function for defining the porosity.
|
◆ MaterialLaw
◆ MaterialLawParams
◆ Test2PSpatialParams()
◆ intrinsicPermeability()
Function for defining the intrinsic (absolute) permeability.
- Returns
- intrinsic (absolute) permeability
- Parameters
-
◆ intrinsicPermeabilityAtPos()
◆ materialLawParams()
Function for defining the parameters needed by constitutive relationships (kr-sw, pc-sw, etc.).
- Returns
- the material parameters object
- Parameters
-
◆ materialLawParamsAtPos()
◆ meanK() [1/5]
Dummy function that can be used if only one value exist (boundaries).
- Parameters
-
| result | intrinsic permeability |
| K | intrinsic permeability of the element |
◆ meanK() [2/5]
Averages the intrinsic permeability (Tensor).
- Parameters
-
| result | averaged intrinsic permeability |
| K1 | intrinsic permeability of the first element |
| K2 | intrinsic permeability of the second element |
◆ meanK() [3/5]
Dummy function that can be used if only one value exist (boundaries).
- Parameters
-
| result | intrinsic permeability |
| K | intrinsic permeability of the element |
◆ meanK() [4/5]
Averages the intrinsic permeability (Scalar).
- Parameters
-
| result | averaged intrinsic permeability |
| K1 | intrinsic permeability of the first element |
| K2 | intrinsic permeability of the second element |
◆ meanK() [5/5]
Averages the intrinsic permeability (Scalar).
- Parameters
-
| K1 | intrinsic permeability of the first element |
| K2 | intrinsic permeability of the second element |
◆ porosity() [1/2]
Function for defining the porosity.
- Returns
- porosity
- Parameters
-
◆ porosity() [2/2]
◆ porosityAtPos()
Function for defining the porosity.
- Returns
- porosity
- Parameters
-
| globalPos | The position of the center of the element |
The documentation for this class was generated from the following file: