Files
OpenFOAM-12/tutorials/multiphaseEuler/damBreak4phase/constant/physicalProperties.mercury
2023-12-01 17:13:22 +00:00

52 lines
1.2 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class dictionary;
location "constant";
object physicalProperties.oil;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
thermoType
{
type heRhoThermo;
mixture pureMixture;
transport const;
thermo hConst;
equationOfState rhoConst;
specie specie;
energy sensibleInternalEnergy;
}
mixture
{
specie
{
molWeight 200;
}
equationOfState
{
rho 13529;
}
thermodynamics
{
Cp 135;
hf 0;
}
transport
{
mu 8.6e-4;
Pr 111;
}
}
// ************************************************************************* //