template<class Scalar, class GridGeometry>
class Dumux::PoroElasticSpatialParams< Scalar, GridGeometry >
Definition of the spatial parameters for the poro-elastic problem.
Definition of the spatial parameters for the poro-elastic sub-problem in the coupled poro-mechanical el1p problem.
|
| | PoroElasticSpatialParams (std::shared_ptr< const GridGeometry > gridGeometry) |
| |
| const LameParams & | lameParamsAtPos (const GlobalPosition &globalPos) const |
| | Defines the Lame parameters. More...
|
| |
| template<class ElemSol > |
| Scalar | porosity (const Element &element, const SubControlVolume &scv, const ElemSol &elemSol) const |
| | Returns the porosity of the porous medium. More...
|
| |
| Scalar | biotCoefficientAtPos (const GlobalPosition &globalPos) const |
| | Returns the Biot coefficient of the porous medium. More...
|
| |
| | PoroElasticSpatialParams (std::shared_ptr< const GridGeometry > gridGeometry) |
| |
| const LameParams & | lameParamsAtPos (const GlobalPosition &globalPos) const |
| | Defines the Lame parameters. More...
|
| |
| template<class ElementSolution > |
| Scalar | porosity (const Element &element, const SubControlVolume &scv, const ElementSolution &elemSol) const |
| | Returns the porosity of the porous medium. More...
|
| |
| Scalar | biotCoefficientAtPos (const GlobalPosition &globalPos) const |
| | Returns the Biot coefficient of the porous medium. More...
|
| |
| | PoroElasticSpatialParams (std::shared_ptr< const GridGeometry > gridGeometry) |
| |
| const LameParams & | lameParamsAtPos (const GlobalPosition &globalPos) const |
| | Defines the Lame parameters. More...
|
| |
| template<class ElementSolution > |
| Scalar | porosity (const Element &element, const SubControlVolume &scv, const ElementSolution &elemSol) const |
| | Returns the porosity of the porous medium. More...
|
| |
| Scalar | biotCoefficientAtPos (const GlobalPosition &globalPos) const |
| | Returns the Biot coefficient of the porous medium. More...
|
| |
| const GlobalPosition & | gravity (const GlobalPosition &pos) const |
| | Returns the acceleration due to gravity \(\mathrm{[m/s^2]}\). More...
|
| |
| Scalar | inertVolumeFraction (const Element &element, const SubControlVolume &scv, const ElementSolution &elemSol, int compIdx) const |
| | Function for defining the solid volume fraction. That is possibly solution dependent. More...
|
| |
| Scalar | inertVolumeFraction (const Element &element, const SubControlVolume &scv, const ElementSolution &elemSol, int compIdx) const |
| |
| Scalar | inertVolumeFraction (const Element &element, const SubControlVolume &scv, const ElementSolution &elemSol, int compIdx) const |
| |
| Scalar | reactiveVolumeFraction (const Element &element, const SubControlVolume &scv, const ElementSolution &elemSol, int compIdx) const |
| | Function for defining the solid volume fraction of a solid component that takes part in some sort of reaction. More...
|
| |
| Scalar | reactiveVolumeFraction (const Element &element, const SubControlVolume &scv, const ElementSolution &elemSol, int compIdx) const |
| | overload for the case of reactive solids or user-provided overload More...
|
| |
| decltype(auto) | lameParams (const Element &element, const FVElementGeometry &fvGeometry, const ElemVolVars &elemVolVars, const FluxVarsCache &fluxVarsCache) const |
| | Define the Lame parameters. More...
|
| |
| Scalar | biotCoefficient (const Element &element, const FVElementGeometry &fvGeometry, const ElemVolVars &elemVolVars, const FluxVarsCache &fluxVarsCache) const |
| | Returns the Biot coefficient in an element. More...
|
| |
| const GridGeometry & | fvGridGeometry () const |
| | The finite volume grid geometry. More...
|
| |
| const GridGeometry & | gridGeometry () const |
| | The finite volume grid geometry. More...
|
| |