Functions | |
| Real | reynolds (Real rho, Real vel, Real L, Real mu) |
| Compute Reynolds number. More... | |
| ADReal | reynolds (const ADReal &rho, const ADReal &vel, const ADReal &L, const ADReal &mu) |
| Real | prandtl (Real cp, Real mu, Real k) |
| Compute Prandtl number. More... | |
| ADReal | prandtl (const ADReal &cp, const ADReal &mu, const ADReal &k) |
| Real | grashof (Real beta, Real T_s, Real T_bulk, Real L, Real rho, Real mu, Real gravity_magnitude) |
| Compute Grashof number. More... | |
| ADReal | 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 | laplace (Real sigma, Real rho, Real L, Real mu) |
| Compute Laplace number. More... | |
| ADReal | laplace (const ADReal &sigma, const ADReal &rho, const ADReal &L, const ADReal &mu) |
| Real | thermalDiffusivity (Real k, Real rho, Real cp) |
| Compute thermal diffusivity. More... | |
| ADReal | thermalDiffusivity (const ADReal &k, const ADReal &rho, const ADReal &cp) |
| Real | peclet (Real vel, Real L, Real diffusivity) |
| Compute Peclet number. More... | |
| ADReal | peclet (const ADReal &vel, const ADReal &L, const ADReal &diffusivity) |
| void | deprecatedMessage () |
| void fp::deprecatedMessage | ( | ) |
Definition at line 17 of file DimensionlessFlowNumbers.C.
Referenced by grashof(), laplace(), peclet(), prandtl(), reynolds(), and thermalDiffusivity().
| Real fp::grashof | ( | Real | beta, |
| Real | T_s, | ||
| Real | T_bulk, | ||
| Real | L, | ||
| Real | rho, | ||
| Real | mu, | ||
| Real | gravity_magnitude | ||
| ) |
Compute Grashof number.
| beta | Thermal expansion coefficient [1/K] |
| T_s | Surface temperature [K] |
| T_bulk | Bulk temperature [K] |
| L | Characteristic length [m] |
| rho | Density [kg/m^3] |
| mu | Dynamic viscosity [Pa-s] |
| gravity_magnitude | Gravitational acceleration magnitude |
Definition at line 55 of file DimensionlessFlowNumbers.C.
Referenced by TEST().
| 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 | ||
| ) |
Definition at line 63 of file DimensionlessFlowNumbers.C.
Compute Laplace number.
| sigma | Surface tension [N/m] |
| rho | Density [kg/m^3] |
| L | Characteristic length [m] |
| mu | Dynamic viscosity [Pa-s] |
Definition at line 77 of file DimensionlessFlowNumbers.C.
Referenced by TEST().
| ADReal fp::laplace | ( | const ADReal & | sigma, |
| const ADReal & | rho, | ||
| const ADReal & | L, | ||
| const ADReal & | mu | ||
| ) |
Definition at line 84 of file DimensionlessFlowNumbers.C.
Compute Peclet number.
| vel | Velocity [m/s] |
| L | Characteristic length [m] |
| diffusivity | Diffusivity |
Definition at line 105 of file DimensionlessFlowNumbers.C.
Referenced by TEST().
Definition at line 112 of file DimensionlessFlowNumbers.C.
Compute Prandtl number.
| cp | Isobaric specific heat [J/K] |
| mu | Dynamic viscosity [Pa-s] |
| k | Thermal conductivity [W/m-K] |
Definition at line 41 of file DimensionlessFlowNumbers.C.
Referenced by TEST().
Definition at line 48 of file DimensionlessFlowNumbers.C.
Compute Reynolds number.
| rho | Density [kg/m^3] |
| vel | Velocity [m/s] |
| L | Characteristic length [m] |
| mu | Dynamic viscosity [Pa-s] |
Definition at line 26 of file DimensionlessFlowNumbers.C.
Referenced by TEST().
Definition at line 33 of file DimensionlessFlowNumbers.C.
Compute thermal diffusivity.
| k | Thermal conductivity [W/m-K] |
| rho | Density [kg/m^3] |
| cp | Isobaric specific heat [J/K] |
Definition at line 91 of file DimensionlessFlowNumbers.C.
Referenced by TEST().
Definition at line 98 of file DimensionlessFlowNumbers.C.
1.8.14