Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< INSExplicitTimestepSelector >()
Definition at line 18 of file INSExplicitTimestepSelector.C.
20 InputParameters params = validParams<ElementPostprocessor>();
22 params.addClassDescription(
"Postprocessor that computes the minimum value of h_min/|u|, where "
23 "|u| is coupled in as an aux variable.");
26 params.addRequiredCoupledVar(
"vel_mag",
"Velocity magnitude");
29 params.addRequiredParam<Real>(
"beta",
30 "0 < beta < 1, choose some fraction of the limiting timestep size");
33 params.addParam<MaterialPropertyName>(
"mu_name",
"mu",
"The name of the dynamic viscosity");
34 params.addParam<MaterialPropertyName>(
"rho_name",
"rho",
"The name of the density");