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.
More...
template<class GridVariables>
class Dumux::GeomechanicsVelocityOutput< GridVariables >
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.
|
template<typename... Args> |
| GeomechanicsVelocityOutput (Args &&... args) |
| The constructor. More...
|
|
bool | enableOutput () const override |
| Output is currently disabled (not implemented) More...
|
|
virtual std::string | phaseName (int phaseIdx) const |
| returns the phase name of a given phase index More...
|
|
virtual int | numFluidPhases () const |
| returns the number of phases More...
|
|
virtual void | calculateVelocity (VelocityVector &velocity, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const ElementFluxVarsCache &elemFluxVarsCache, int phaseIdx) const |
|
virtual void | calculateVelocity (VelocityVector &velocity, const ElementVolumeVariables &elemVolVars, const FVElementGeometry &fvGeometry, const Element &element, int phaseIdx) const |
|