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. More... | |
using | LameParams = Dumux::LameParams< Scalar > |
Export the type of the lame parameters. More... | |
using | LameParams = Dumux::LameParams< Scalar > |
Export the type of the lame parameters. More... | |
Public Member Functions | |
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... | |
Protected Member Functions | |
PoroElasticSpatialParams< Scalar, GridGeometry > & | asImp_ () |
const PoroElasticSpatialParams< Scalar, GridGeometry > & | asImp_ () const |
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 |
|
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 |
|
inlineinherited |
|
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 |
|
inlineinherited |
overload for the case of reactive solids or user-provided overload