spatial parameters for the test problem for diffusion models. More...
#include <test/porousmediumflow/1p/sequential/test_diffusionspatialparams3d.hh>

spatial parameters for the test problem for diffusion models.
Public Types | |
| using | MaterialLaw = typename GET_PROP_TYPE(TypeTag, MaterialLaw) |
| using | MaterialLawParams = typename MaterialLaw::Params |
Public Member Functions | |
| const FieldMatrix & | intrinsicPermeabilityAtPos (const GlobalPosition &globalPos) const |
| double | porosity (const Element &element) const |
| const MaterialLawParams & | materialLawParams (const Element &element) const |
| TestDiffusionSpatialParams3d (const Problem &problem) | |
| const MaterialLawParams & | materialLawParamsAtPos (const GlobalPosition &globalPos) const |
| Function for defining the parameters needed by constitutive relationships (kr-sw, pc-sw, etc.). More... | |
| Scalar | meanK (Scalar K1, Scalar K2) const |
| Averages the intrinsic permeability (Scalar). More... | |
| void | meanK (DimWorldMatrix &result, Scalar K1, Scalar K2) const |
| Averages the intrinsic permeability (Scalar). More... | |
| void | meanK (DimWorldMatrix &result, const DimWorldMatrix &K1, const DimWorldMatrix &K2) const |
| Averages the intrinsic permeability (Tensor). More... | |
| void | meanK (DimWorldMatrix &result, Scalar K) const |
| Dummy function that can be used if only one value exist (boundaries). More... | |
| void | meanK (DimWorldMatrix &result, const DimWorldMatrix &K) const |
| Dummy function that can be used if only one value exist (boundaries). More... | |
| const DimWorldMatrix & | intrinsicPermeability (const Element &element) const |
| Function for defining the intrinsic (absolute) permeability. More... | |
| Scalar | porosityAtPos (const GlobalPosition &globalPos) const |
| Function for defining the porosity. More... | |
| using Dumux::TestDiffusionSpatialParams3d< TypeTag >::MaterialLaw = typename GET_PROP_TYPE(TypeTag, MaterialLaw) |
| using Dumux::TestDiffusionSpatialParams3d< TypeTag >::MaterialLawParams = typename MaterialLaw::Params |
|
inline |
|
inlineinherited |
Function for defining the intrinsic (absolute) permeability.
| element | The element |
|
inline |
|
inline |
|
inlineinherited |
Function for defining the parameters needed by constitutive relationships (kr-sw, pc-sw, etc.).
| globalPos | The position of the center of the element |
|
inlineinherited |
Dummy function that can be used if only one value exist (boundaries).
| result | intrinsic permeability |
| K | intrinsic permeability of the element |
|
inlineinherited |
Averages the intrinsic permeability (Tensor).
| result | averaged intrinsic permeability |
| K1 | intrinsic permeability of the first element |
| K2 | intrinsic permeability of the second element |
|
inlineinherited |
Dummy function that can be used if only one value exist (boundaries).
| result | intrinsic permeability |
| K | intrinsic permeability of the element |
|
inlineinherited |
Averages the intrinsic permeability (Scalar).
| result | averaged intrinsic permeability |
| K1 | intrinsic permeability of the first element |
| K2 | intrinsic permeability of the second element |
|
inlineinherited |
Averages the intrinsic permeability (Scalar).
| K1 | intrinsic permeability of the first element |
| K2 | intrinsic permeability of the second element |
|
inline |
|
inlineinherited |
Function for defining the porosity.
| globalPos | The position of the center of the element |