Files
openfoam/tutorials/combustion/fireFoam/LES/compartmentFire/constant/panelRegion/thermophysicalProperties
2017-07-03 12:15:41 +02:00

55 lines
1.3 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: plus |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object thermophysicalProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
thermoType
{
type heSolidThermo;
mixture pureMixture;
transport constIso;
thermo hConst;
energy sensibleEnthalpy;
equationOfState rhoConst;
specie specie;
}
mixture
{
specie
{
molWeight 100;
}
transport
{
kappa 0.08;
}
thermodynamics
{
Hf 0;
Cp 900;
}
equationOfState
{
rho 272;
}
}
// ************************************************************************* //