Velocity output for geomechanical models. This class could be used to compute the temporal derivative of the displacement. Currently this is not implemented and we simply define this here in order to be able to reuse the VtkOutputModule which expects a VelocityOutput class.
#include <dumux/geomechanics/velocityoutput.hh>
|
template<typename... Args> |
| GeomechanicsVelocityOutput (Args &&... args) |
| The constructor.
|
|
bool | enableOutput () const override |
| Output is currently disabled (not implemented)
|
|
virtual std::string | phaseName (int phaseIdx) const |
| returns the phase name of a given phase index
|
|
virtual FieldType | fieldType () const |
| returns the field type
|
|
virtual int | numFluidPhases () const |
| returns the number of phases
|
|
virtual void | calculateVelocity (VelocityVector &velocity, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const ElementFluxVarsCache &elemFluxVarsCache, int phaseIdx) const |
|
◆ VelocityVector
template<class GridVariables >
using Dumux::VelocityOutput< GridVariables >::VelocityVector = std::vector<Dune::FieldVector<Scalar, dimWorld> > |
|
inherited |
◆ FieldType
template<class GridVariables >
Enumerator |
---|
element | |
vertex | |
automatic | |
◆ GeomechanicsVelocityOutput()
template<class GridVariables >
template<typename... Args>
◆ calculateVelocity()
template<class GridVariables >
virtual void Dumux::VelocityOutput< GridVariables >::calculateVelocity |
( |
VelocityVector & |
velocity, |
|
|
const Element & |
element, |
|
|
const FVElementGeometry & |
fvGeometry, |
|
|
const ElementVolumeVariables & |
elemVolVars, |
|
|
const ElementFluxVarsCache & |
elemFluxVarsCache, |
|
|
int |
phaseIdx |
|
) |
| const |
|
inlinevirtualinherited |
Calculate the velocities for the scvs in the element We assume the local containers to be bound to the complete stencil
◆ enableOutput()
template<class GridVariables >
◆ fieldType()
template<class GridVariables >
◆ numFluidPhases()
template<class GridVariables >
◆ phaseName()
template<class GridVariables >
The documentation for this class was generated from the following file: