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