const ADMaterialProperty< Real > & _rho
Density of the phase.
const unsigned int _max_its
max iterations for iterative solve
const Real & _roughness
Roughness of the surface.
const InputParameters & parameters() const
virtual void computeQpProperties()
const ADMaterialProperty< Real > & _D_h
Hydraulic diameter.
Computes drag coefficient using the Colebrook-White formula for the Darcy friction factor...
const MaterialPropertyName _f_D_name
Darcy wall friction coefficient.
ADMaterialProperty< Real > & _f_D
const ADMaterialProperty< Real > & _mu
Dynamic viscosity.
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
ADWallFrictionColebrookWhiteMaterial(const InputParameters ¶meters)
const ADMaterialProperty< Real > & _vel
Velocity (x-component)
const Real _tol
Tolerance for implicit solve.
MooseEnum _max_its_behavior
Whether to error, warn or accept on reaching max its.