SciFEM-Project_CoffeeMugSim.../fluid-openfoam/constant/thermophysicalProperties
2026-01-26 16:14:46 +01:00

37 lines
637 B
Text

FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object thermophysicalProperties;
}
thermoType
{
type heRhoThermo;
mixture pureMixture;
transport const;
thermo hConst;
equationOfState perfectGas;
specie specie;
energy sensibleEnthalpy;
}
mixture
{
specie
{
molWeight 24.0999;
}
thermodynamics
{
Cp 5000.0;
Hf 0;
}
transport
{
mu 0.0002;
Pr 0.01;
}
}