Files
OpenFOAM-12/tutorials/modules/multiRegion/CHT/reverseBurner/constant/solid/physicalProperties
2023-03-17 15:47:34 +00:00

49 lines
1.1 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;
object physicalProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
thermoType
{
type heSolidThermo;
mixture pureMixture;
transport constIsoSolid;
thermo eConst;
equationOfState rhoConst;
specie specie;
energy sensibleInternalEnergy;
}
mixture
{
specie
{
molWeight 50;
}
equationOfState
{
rho 8000;
}
thermodynamics
{
Hf 0;
Cv 450;
}
transport
{
kappa 80;
}
}
// ************************************************************************* //