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

50 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.solid;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
thermoType
{
type heSolidThermo;
mixture pureMixture;
transport constIsoSolid;
thermo eConst;
equationOfState rhoConst;
specie specie;
energy sensibleInternalEnergy;
}
mixture
{
specie
{
molWeight 55.85;
}
equationOfState
{
rho 8072;
}
thermodynamics
{
Cv 520;
hf 0;
}
transport
{
kappa 16.7;
}
}
// ************************************************************************* //