The base class for spatial parameters of poro-elastic geomechanical problems.  
|  | 
|  | FVPoroElasticSpatialParams (std::shared_ptr< const GridGeometry > gridGeometry) | 
|  | The constructor. 
 | 
|  | 
| Scalar | effectiveFluidDensity (const Element &element, const SubControlVolume &scv) const | 
|  | Returns the effective fluid density within an scv. 
 | 
|  | 
| template<class ElemVolVars, class FluxVarsCache> | 
| Scalar | effectivePorePressure (const Element &element, const FVElementGeometry &fvGeometry, const ElemVolVars &elemVolVars, const FluxVarsCache &fluxVarsCache) const | 
|  | Returns the effective pore pressure. 
 | 
|  | 
| template<class SolidSystem, class ElementSolution, std::enable_if_t< SolidSystem::isInert() &&!decltype(isValid(Detail::hasReactiveVolumeFractionAtPos< GlobalPosition, SolidSystem >())(std::declval< Implementation >()))::value, int > = 0> | 
| 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. The reaction may be described in a flow model coupled to the poroelastic model, so implementations may access quantities of the coupled domain. 
 | 
|  | 
| template<class SolidSystem, class ElementSolution, std::enable_if_t< !SolidSystem::isInert()||decltype(isValid(Detail::hasReactiveVolumeFractionAtPos< GlobalPosition, SolidSystem >())(std::declval< Implementation >()))::value, int > = 0> | 
| 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 
 | 
|  | 
| template<class ElemVolVars, class FluxVarsCache> | 
| decltype(auto) | lameParams (const Element &element, const FVElementGeometry &fvGeometry, const ElemVolVars &elemVolVars, const FluxVarsCache &fluxVarsCache) const | 
|  | Define the Lame parameters. 
 | 
|  | 
| template<class ElemVolVars, class FluxVarsCache> | 
| Scalar | biotCoefficient (const Element &element, const FVElementGeometry &fvGeometry, const ElemVolVars &elemVolVars, const FluxVarsCache &fluxVarsCache) const | 
|  | Returns the Biot coefficient in an element. 
 | 
|  | 
| template<class ElementSolution> | 
| Scalar | porosity (const Element &element, const SubControlVolume &scv, const ElementSolution &elemSol) const | 
|  | Function for defining the porosity. That is possibly solution dependent. 
 | 
|  | 
| template<class SolidSystem, class ElementSolution, typename std::enable_if_t< SolidSystem::isInert() &&SolidSystem::numInertComponents==1 &&!decltype(isValid(Detail::hasInertVolumeFractionAtPos< GlobalPosition, SolidSystem >())(std::declval< Implementation >()))::value, int > = 0> | 
| 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. 
 | 
|  | 
| template<class SolidSystem, class ElementSolution, typename std::enable_if_t< SolidSystem::numInertComponents==0, int > = 0> | 
| Scalar | inertVolumeFraction (const Element &element, const SubControlVolume &scv, const ElementSolution &elemSol, int compIdx) const | 
|  | 
| template<class SolidSystem, class ElementSolution, typename std::enable_if_t<(SolidSystem::numInertComponents > 1)||((SolidSystem::numInertComponents > 0) &&(!SolidSystem::isInert()||decltype(isValid(Detail::hasInertVolumeFractionAtPos< GlobalPosition, SolidSystem >())(std::declval< Implementation >()))::value)), int > = 0> | 
| Scalar | inertVolumeFraction (const Element &element, const SubControlVolume &scv, const ElementSolution &elemSol, int compIdx) const | 
|  | 
| template<class ElementSolution> | 
| Scalar | extrusionFactor (const Element &element, const SubControlVolume &scv, const ElementSolution &elemSol) const | 
|  | Return how much the domain is extruded at a given sub-control volume. 
 | 
|  | 
| Scalar | extrusionFactorAtPos (const GlobalPosition &globalPos) const | 
|  | Return how much the domain is extruded at a given position. 
 | 
|  | 
| template<class ElementSolution> | 
| Scalar | temperature (const Element &element, const SubControlVolume &scv, const ElementSolution &elemSol) const | 
|  | Return the temperature in the given sub-control volume. 
 | 
|  | 
| Scalar | temperatureAtPos (const GlobalPosition &globalPos) const | 
|  | Return the temperature in the domain at the given position. 
 | 
|  | 
| const GravityVector & | gravity (const GlobalPosition &pos) const | 
|  | Returns the acceleration due to gravity \(\mathrm{[m/s^2]}\). 
 | 
|  | 
| const GridGeometry & | gridGeometry () const | 
|  | The finite volume grid geometry. 
 | 
|  |