Definition of the spatial parameters for the poro-elastic problem. More...
#include <test/geomechanics/poroelastic/spatialparams.hh>

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.
Public Types | |
| using | LameParams = Dumux::LameParams<Scalar> |
| Export the type of the lame parameters. | |
| using | LameParams = Dumux::LameParams<Scalar> |
| Export the type of the lame parameters. | |
| using | LameParams = Dumux::LameParams<Scalar> |
| Export the type of the lame parameters. | |
Public Member Functions | |
| PoroElasticSpatialParams (std::shared_ptr< const GridGeometry > gridGeometry) | |
| const LameParams & | lameParamsAtPos (const GlobalPosition &globalPos) const |
| Defines the Lame parameters. | |
| template<class ElemSol> | |
| Scalar | porosity (const Element &element, const SubControlVolume &scv, const ElemSol &elemSol) const |
| Returns the porosity of the porous medium. | |
| Scalar | biotCoefficientAtPos (const GlobalPosition &globalPos) const |
| Returns the Biot coefficient of the porous medium. | |
| PoroElasticSpatialParams (std::shared_ptr< const GridGeometry > gridGeometry) | |
| const LameParams & | lameParamsAtPos (const GlobalPosition &globalPos) const |
| Defines the Lame parameters. | |
| template<class ElementSolution> | |
| Scalar | porosity (const Element &element, const SubControlVolume &scv, const ElementSolution &elemSol) const |
| Returns the porosity of the porous medium. | |
| Scalar | biotCoefficientAtPos (const GlobalPosition &globalPos) const |
| Returns the Biot coefficient of the porous medium. | |
| PoroElasticSpatialParams (std::shared_ptr< const GridGeometry > gridGeometry) | |
| const LameParams & | lameParamsAtPos (const GlobalPosition &globalPos) const |
| Defines the Lame parameters. | |
| template<class ElementSolution> | |
| Scalar | porosity (const Element &element, const SubControlVolume &scv, const ElementSolution &elemSol) const |
| Returns the porosity of the porous medium. | |
| Scalar | biotCoefficientAtPos (const GlobalPosition &globalPos) const |
| Returns the Biot coefficient of the porous medium. | |
| const GlobalPosition & | gravity (const GlobalPosition &pos) const |
| Returns the acceleration due to gravity \(\mathrm{[m/s^2]}\). | |
| 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. | |
| 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. | |
| decltype(auto) | lameParams (const Element &element, const FVElementGeometry &fvGeometry, const ElemVolVars &elemVolVars, const FluxVarsCache &fluxVarsCache) const |
| Define the Lame parameters. | |
| Scalar | biotCoefficient (const Element &element, const FVElementGeometry &fvGeometry, const ElemVolVars &elemVolVars, const FluxVarsCache &fluxVarsCache) const |
| Returns the Biot coefficient in an element. | |
| const GridGeometry & | fvGridGeometry () const |
| The finite volume grid geometry. | |
| const GridGeometry & | gridGeometry () const |
| The finite volume grid geometry. | |
Protected Member Functions | |
| PoroElasticSpatialParams< Scalar, GridGeometry > & | asImp_ () |
| using Dumux::PoroElasticSpatialParams< Scalar, GridGeometry >::LameParams = Dumux::LameParams<Scalar> |
Export the type of the lame parameters.
| using Dumux::PoroElasticSpatialParams< Scalar, GridGeometry >::LameParams = Dumux::LameParams<Scalar> |
Export the type of the lame parameters.
| using Dumux::PoroElasticSpatialParams< Scalar, GridGeometry >::LameParams = Dumux::LameParams<Scalar> |
Export the type of the lame parameters.
|
inline |
|
inline |
|
inline |
|
inlineprotectedinherited |
|
inlineinherited |
Returns the Biot coefficient in an element.
| element | The current element |
| fvGeometry | The local finite volume geometry |
| elemVolVars | Primary/Secondary variables inside the element |
| fluxVarsCache | Contains data on shape functions at the integration point |
|
inline |
Returns the Biot coefficient of the porous medium.
|
inline |
Returns the Biot coefficient of the porous medium.
|
inline |
Returns the Biot coefficient of the porous medium.
|
inlineinherited |
The finite volume grid geometry.
|
inlineinherited |
Returns the acceleration due to gravity \(\mathrm{[m/s^2]}\).
The default behaviour is a constant gravity vector; if the Problem.EnableGravity parameter is true, \(\boldsymbol{g} = ( 0,\dots,\ -9.81)^T \), else \(\boldsymbol{g} = ( 0,\dots, 0)^T \).
| pos | the spatial position at which to evaulate the gravity vector |
|
inlineinherited |
The finite volume grid geometry.
|
inlineinherited |
Function for defining the solid volume fraction. That is possibly solution dependent.
| element | The current element |
| scv | The sub-control volume inside the element. |
| elemSol | The solution at the dofs connected to the element. |
| compIdx | The solid component index |
|
inlineinherited |
Define the Lame parameters.
| element | The current element |
| fvGeometry | The local finite volume geometry |
| elemVolVars | Primary/Secondary variables inside the element |
| fluxVarsCache | Contains data on shape functions at the integration point |
|
inline |
Defines the Lame parameters.
|
inline |
Defines the Lame parameters.
|
inline |
Defines the Lame parameters.
|
inline |
Returns the porosity of the porous medium.
|
inline |
Returns the porosity of the porous medium.
|
inline |
Returns the porosity of the porous medium.
|
inlineinherited |
Function for defining the solid volume fraction of a solid component that takes part in some sort of reaction.
| element | The current element |
| scv | The sub-control volume inside the element. |
| elemSol | The solution at the dofs connected to the element. |
| compIdx | The solid component index |