|
Real | fp::reynolds (Real rho, Real vel, Real L, Real mu) |
| Compute Reynolds number. More...
|
|
ADReal | fp::reynolds (const ADReal &rho, const ADReal &vel, const ADReal &L, const ADReal &mu) |
|
Real | fp::prandtl (Real cp, Real mu, Real k) |
| Compute Prandtl number. More...
|
|
ADReal | fp::prandtl (const ADReal &cp, const ADReal &mu, const ADReal &k) |
|
Real | fp::grashof (Real beta, Real T_s, Real T_bulk, Real L, Real rho, Real mu, Real gravity_magnitude) |
| Compute Grashof number. More...
|
|
ADReal | fp::grashof (const ADReal &beta, const ADReal &T_s, const ADReal &T_bulk, const ADReal &L, const ADReal &rho, const ADReal &mu, const ADReal &gravity_magnitude) |
|
Real | fp::laplace (Real sigma, Real rho, Real L, Real mu) |
| Compute Laplace number. More...
|
|
ADReal | fp::laplace (const ADReal &sigma, const ADReal &rho, const ADReal &L, const ADReal &mu) |
|
Real | fp::thermalDiffusivity (Real k, Real rho, Real cp) |
| Compute thermal diffusivity. More...
|
|
ADReal | fp::thermalDiffusivity (const ADReal &k, const ADReal &rho, const ADReal &cp) |
|
Real | fp::peclet (Real vel, Real L, Real diffusivity) |
| Compute Peclet number. More...
|
|
ADReal | fp::peclet (const ADReal &vel, const ADReal &L, const ADReal &diffusivity) |
|
void | fp::deprecatedMessage () |
|