Go to the documentation of this file.
12 #include "ElementPostprocessor.h"
32 virtual void threadJoin(
const UserObject & uo);
50 const MaterialProperty<Real> &
_mu;
51 const MaterialProperty<Real> &
_rho;
virtual ~INSExplicitTimestepSelector()
const MaterialProperty< Real > & _rho
Real _value
The value of dt (NOTE: _dt member variable is already defined)
const MaterialProperty< Real > & _mu
Material properties: the explicit time scheme limit for the viscous problem also depends on the kinem...
Real _beta
We can compute maximum stable timesteps based on the linearized theory, but even those timesteps are ...
INSExplicitTimestepSelector(const InputParameters ¶meters)
virtual void initialize()
Postprocessor that computes the minimum value of h_min/|u|, where |u| is coupled in as an aux variabl...
InputParameters validParams< INSExplicitTimestepSelector >()
virtual void threadJoin(const UserObject &uo)
const VariableValue & _vel_mag
Velocity magnitude. Hint: Use VectorMagnitudeAux in Moose for this.