Hooke's law for box scheme. More...
#include <dumux/flux/box/hookeslaw.hh>
| ScalarType | the scalar type for scalar physical quantities | 
| GridGeometry | the grid geometry | 
| Public Types | |
| using | Scalar = ScalarType | 
| export the type used for scalar values | |
| using | StressTensor = Dune::FieldMatrix<Scalar, dim, dimWorld> | 
| export the type used for the stress tensor | |
| using | ForceVector = typename StressTensor::row_type | 
| export the type used for force vectors | |
| using | DiscretizationMethod = DiscretizationMethods::Box | 
| state the discretization method this implementation belongs to | |
| 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. | |
| 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 | |
| Static Public Attributes | |
| static constexpr DiscretizationMethod | discMethod {} | 
| using Dumux::HookesLaw< ScalarType, GridGeometry, typename GridGeometry::DiscretizationMethod >::DiscretizationMethod = DiscretizationMethods::Box | 
| using Dumux::HookesLaw< ScalarType, GridGeometry, typename GridGeometry::DiscretizationMethod >::ForceVector = typename StressTensor::row_type | 
| using Dumux::HookesLaw< ScalarType, GridGeometry, typename GridGeometry::DiscretizationMethod >::Scalar = ScalarType | 
| using Dumux::HookesLaw< ScalarType, GridGeometry, typename GridGeometry::DiscretizationMethod >::StressTensor = Dune::FieldMatrix<Scalar, dim, dimWorld> | 
| 
 | inlinestatic | 
| 
 | inlinestatic | 
| 
 | staticconstexpr |