Files
OpenFOAM-12/tutorials/fluid/blockedChannel/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 1;
}
equationOfState
{
rho 900;
}
thermodynamics
{
hf 0;
Cv 1900;
}
transport
{
kappa 0.5;
}
}
// ************************************************************************* //