Functions | |
Real | DarcyFrictionFactor (const Real &f_F) |
Computes Darcy friction factor from Fanning friction factor. More... | |
ADReal | DarcyFrictionFactor (const ADReal &f_F) |
Real | FanningFrictionFactorChurchill (Real Re, Real roughness, Real D_h) |
Computes Fanning friction factor using Churchill correlation. More... | |
ADReal | FanningFrictionFactorChurchill (ADReal Re, ADReal roughness, ADReal D_h) |
template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 > | |
auto | FanningFrictionFactorCheng (const T1 &Re, const T2 &a, const T3 &b, const T4 &c, const T5 &n, const T6 &PoD) |
Computes Fanning friction factor using Cheng-Todreas correlation. More... | |
Computes Darcy friction factor from Fanning friction factor.
[in] | f_F | Fanning friction factor |
Definition at line 18 of file WallFrictionModels.C.
Referenced by ADWallFrictionChengMaterial::computeQpProperties(), ADWallFrictionChurchillMaterial::computeQpProperties(), WallFrictionChurchillMaterial::computeQpProperties(), and TEST().
Definition at line 24 of file WallFrictionModels.C.
auto WallFriction::FanningFrictionFactorCheng | ( | const T1 & | Re, |
const T2 & | a, | ||
const T3 & | b, | ||
const T4 & | c, | ||
const T5 & | n, | ||
const T6 & | PoD | ||
) |
Computes Fanning friction factor using Cheng-Todreas correlation.
Re | Reynolds number |
a | Correlation constant |
b | Correlation constant |
c | Correlation constant |
n | Correlation constant |
PoD | Pitch-to-diameter ratio |
Definition at line 51 of file WallFrictionModels.h.
Referenced by ADWallFrictionChengMaterial::computeQpProperties().
Computes Fanning friction factor using Churchill correlation.
Re | Reynolds number |
roughness | The roughness of the surface |
D_h | Hydraulic diameter |
Definition at line 30 of file WallFrictionModels.C.
Referenced by ADWallFrictionChurchillMaterial::computeQpProperties(), WallFrictionChurchillMaterial::computeQpProperties(), and TEST().
Definition at line 41 of file WallFrictionModels.C.