Hooke's law for box scheme. More...
#include <dumux/flux/box/hookeslaw.hh>
Hooke's law for box scheme.
ScalarType | the scalar type for scalar physical quantities |
GridGeometry | the grid geometry |
Public Types | |
using | Scalar = ScalarType |
export the type used for scalar values More... | |
using | StressTensor = Dune::FieldMatrix< Scalar, dim, dimWorld > |
export the type used for the stress tensor More... | |
using | ForceVector = typename StressTensor::row_type |
export the type used for force vectors More... | |
Static Public Member Functions | |
template<class Problem , class ElementVolumeVariables , class ElementFluxVarsCache > | |
static ForceVector | force (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const ElementFluxVarsCache &elemFluxVarCache) |
Returns the force (in Newton) acting on a sub-control volume face. More... | |
template<class Problem , class ElementVolumeVariables , class FluxVarsCache > | |
static StressTensor | stressTensor (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const FluxVarsCache &fluxVarCache) |
assembles the stress tensor at a given integration point More... | |
Static Public Attributes | |
static constexpr DiscretizationMethod | discMethod = DiscretizationMethod::box |
state the discretization method this implementation belongs to More... | |
using Dumux::HookesLaw< ScalarType, GridGeometry, DiscretizationMethod::box >::ForceVector = typename StressTensor::row_type |
export the type used for force vectors
using Dumux::HookesLaw< ScalarType, GridGeometry, DiscretizationMethod::box >::Scalar = ScalarType |
export the type used for scalar values
using Dumux::HookesLaw< ScalarType, GridGeometry, DiscretizationMethod::box >::StressTensor = Dune::FieldMatrix<Scalar, dim, dimWorld> |
export the type used for the stress tensor
|
inlinestatic |
Returns the force (in Newton) acting on a sub-control volume face.
|
inlinestatic |
assembles the stress tensor at a given integration point
|
staticconstexpr |
state the discretization method this implementation belongs to