The base class for spatial parameters of linear elastic geomechanical problems.
More...
template<class Scalar, class GridGeometry, class Implementation>
class Dumux::FVSpatialParamsElastic< Scalar, GridGeometry, Implementation >
The base class for spatial parameters of linear elastic geomechanical problems.
|
| FVSpatialParamsElastic (std::shared_ptr< const GridGeometry > gridGeometry) |
| The constructor. More...
|
|
const GlobalPosition & | gravity (const GlobalPosition &pos) const |
| Returns the acceleration due to gravity \(\mathrm{[m/s^2]}\). More...
|
|
template<class SolidSystem , class ElementSolution > |
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...
|
|
template<class SolidSystem > |
Scalar | inertVolumeFractionAtPos (const GlobalPosition &globalPos, int compIdx) const |
| Function for defining the solid volume fraction. That is possibly solution dependent. More...
|
|
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. More...
|
|
const GridGeometry & | fvGridGeometry () const |
| The finite volume grid geometry. More...
|
|
const GridGeometry & | gridGeometry () const |
| The finite volume grid geometry. More...
|
|
template<class Scalar , class GridGeometry , class Implementation >
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 \).
- Parameters
-
pos | the spatial position at which to evaulate the gravity vector |
template<class Scalar , class GridGeometry , class Implementation >
template<class SolidSystem , class ElementSolution >
Scalar Dumux::FVSpatialParamsElastic< Scalar, GridGeometry, Implementation >::inertVolumeFraction |
( |
const Element & |
element, |
|
|
const SubControlVolume & |
scv, |
|
|
const ElementSolution & |
elemSol, |
|
|
int |
compIdx |
|
) |
| const |
|
inline |
Function for defining the solid volume fraction. That is possibly solution dependent.
- Parameters
-
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 |
- Returns
- the volume fraction of the inert solid component with index compIdx