10#include "gtest/gtest.h"
15 const Real
rho = 998.0;
16 const Real vel = -2.5;
18 const Real
mu = 8.9e-4;
24 const Real cp = 4184.0;
25 const Real
mu = 8.9e-4;
26 const Real k = 1.0020;
32 const Real beta = 0.000214;
34 const Real T_bulk = 0;
36 const Real
rho = 998.0;
37 const Real
mu = 8.9e-4;
45 const Real sigma = 72.8e-3;
46 const Real
rho = 998.0;
48 const Real
mu = 8.9e-4;
55 const Real
rho = 0.15;
56 const Real cp = 2416.0;
62 const Real vel = -10.0;
64 const Real diffusivity = 1.5;
TEST(HeatTransferUtils, reynolds)
auto peclet(const T1 &vel, const T2 &L, const T3 &diffusivity)
Compute Peclet number.
auto grashof(const T1 &beta, const T2 &T_s, const T3 &T_bulk, const T4 &L, const T5 &rho, const T6 &mu, Real gravity_magnitude)
Compute Grashof number.
auto reynolds(const T1 &rho, const T2 &vel, const T3 &L, const T4 &mu)
Compute Reynolds number.
auto prandtl(const T1 &cp, const T2 &mu, const T3 &k)
Compute Prandtl number.
auto thermalDiffusivity(const T1 &k, const T2 &rho, const T3 &cp)
Compute thermal diffusivity.
auto laplace(const T1 &sigma, const T2 &rho, const T3 &L, const T4 &mu)
Compute Laplace number.