Standardised and rationalised the way in which units are written in function documentation

This commit is contained in:
Henry Weller
2019-06-20 10:54:14 +01:00
parent e599162b09
commit 96b69f6f88
188 changed files with 575 additions and 575 deletions

View File

@ -11,7 +11,7 @@ T
type compressible::thermalBaffle1D<hConstSolidThermoPhysics>;
thickness uniform 0.005; // thickness [m]
Qs uniform 100; // heat flux [W/m2]
Qs uniform 100; // heat flux [W/m^2]
# include "1DbaffleSolidThermo"

View File

@ -34,12 +34,12 @@ mixture
}
thermodynamics
{
Cp 1005; // [J/(kg K)]
Cp 1005; // [J/kg/K]
Hf 0;
}
transport
{
mu 1.8e-05; // [kg/(m s)]
mu 1.8e-05; // [kg/m/s]
Pr 0.7;
}
}

View File

@ -35,18 +35,18 @@ mixture
transport
{
kappa 240; // [W/(m K)]
kappa 240; // [W/m/K]
}
thermodynamics
{
Hf 0;
Cp 896; // [J/(kg K)]
Cp 896; // [J/kg/K]
}
equationOfState
{
rho 2712; // [kg/m3]
rho 2712; // [kg/m^3]
}
}

View File

@ -35,18 +35,18 @@ mixture
transport
{
kappa 380; // [W/(m K)]
kappa 380; // [W/m/K]
}
thermodynamics
{
Hf 0;
Cp 385; // [J/(kg K)]
Cp 385; // [J/kg/K]
}
equationOfState
{
rho 8940; // [kg/m3]
rho 8940; // [kg/m^3]
}
}

View File

@ -34,17 +34,17 @@ mixture
}
equationOfState
{
R 3000; // [J/(kg K)]
R 3000; // [J/kg/K]
rho0 1027; // [kg/m^3]
}
thermodynamics
{
Cv 4181; // [J/(kg K)] at T = 293 K
Cv 4181; // [J/kg/K] at T = 293 K
Hf 0;
}
transport
{
mu 1.0e-03; // [kg/(m s)]
mu 1.0e-03; // [kg/m/s]
Pr 0.7;
}
}