32 Real Re_limit = std::max(Re, 10.0);
35 std::pow(2.457 * std::log(1.0 / (
std::pow(7.0 / Re_limit, 0.9) + 0.27 * roughness / Dh)), 16);
43 ADReal Re_limit = std::max(Re, 10.0);
46 std::pow(2.457 * std::log(1.0 / (
std::pow(7.0 / Re_limit, 0.9) + 0.27 * roughness / Dh)), 16);
DualNumber< Real, DNDerivativeType, true > ADReal
Real DarcyFrictionFactor(const Real &f_F)
Computes Darcy friction factor from Fanning friction factor.
Real FanningFrictionFactorChurchill(Real Re, Real roughness, Real D_h)
Computes Fanning friction factor using Churchill correlation.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
MooseUnits pow(const MooseUnits &, int)