The base class for spatial parameters of problems using the fv method. More...
#include <dumux/material/spatialparams/sequentialfv1p.hh>
The base class for spatial parameters of problems using the fv method.
Public Member Functions | |
SequentialFVSpatialParamsOneP (const Problem &problem) | |
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... | |
const DimWorldMatrix & | intrinsicPermeabilityAtPos (const GlobalPosition &globalPos) const |
Function for defining the intrinsic (absolute) permeability. More... | |
Scalar | porosity (const Element &element) const |
Function for defining the porosity. More... | |
Scalar | porosityAtPos (const GlobalPosition &globalPos) const |
Function for defining the porosity. More... | |
|
inline |
|
inline |
Function for defining the intrinsic (absolute) permeability.
element | The element |
|
inline |
Function for defining the intrinsic (absolute) permeability.
globalPos | The position of the center of the element |
|
inline |
Dummy function that can be used if only one value exist (boundaries).
result | intrinsic permeability |
K | intrinsic permeability of the element |
|
inline |
Averages the intrinsic permeability (Tensor).
result | averaged intrinsic permeability |
K1 | intrinsic permeability of the first element |
K2 | intrinsic permeability of the second element |
|
inline |
Dummy function that can be used if only one value exist (boundaries).
result | intrinsic permeability |
K | intrinsic permeability of the element |
|
inline |
Averages the intrinsic permeability (Scalar).
result | averaged intrinsic permeability |
K1 | intrinsic permeability of the first element |
K2 | intrinsic permeability of the second element |
|
inline |
Averages the intrinsic permeability (Scalar).
K1 | intrinsic permeability of the first element |
K2 | intrinsic permeability of the second element |
|
inline |
Function for defining the porosity.
element | The element |
|
inline |
Function for defining the porosity.
globalPos | The position of the center of the element |