Definition of the spatial parameters for the linear elasticity problem. More...
#include <test/geomechanics/elastic/spatialparams.hh>
Definition of the spatial parameters for the linear elasticity problem.
Public Types | |
using | LameParams = Dumux::LameParams< Scalar > |
Export the type of the lame parameters. More... | |
Public Member Functions | |
ElasticSpatialParams (std::shared_ptr< const GridGeometry > gridGeometry) | |
const LameParams & | lameParamsAtPos (const GlobalPosition &globalPos) const |
Defines the Lame parameters. 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 | inertVolumeFractionAtPos (const GlobalPosition &globalPos, int compIdx) const |
Function for defining the solid volume fraction. That is possibly solution dependent. More... | |
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... | |
Protected Member Functions | |
ElasticSpatialParams< Scalar, GridGeometry > & | asImp_ () |
const ElasticSpatialParams< Scalar, GridGeometry > & | asImp_ () const |
using Dumux::ElasticSpatialParams< Scalar, GridGeometry >::LameParams = Dumux::LameParams<Scalar> |
Export the type of the lame parameters.
|
inline |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
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 |
Function for defining the solid volume fraction. That is possibly solution dependent.
globalPos | The global position |
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.