https://mooseframework.inl.gov
Namespaces | Functions
WallFrictionModels.h File Reference

Go to the source code of this file.

Namespaces

 WallFriction
 

Functions

Real WallFriction::DarcyFrictionFactor (const Real &f_F)
 Computes Darcy friction factor from Fanning friction factor. More...
 
ADReal WallFriction::DarcyFrictionFactor (const ADReal &f_F)
 
Real WallFriction::FanningFrictionFactorChurchill (Real Re, Real roughness, Real D_h)
 Computes Fanning friction factor using Churchill correlation. More...
 
ADReal WallFriction::FanningFrictionFactorChurchill (ADReal Re, ADReal roughness, ADReal D_h)
 
template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 >
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. More...