Files
OpenFOAM-12/tutorials/multiRegion/CHT/wallBoiling/constant/solid/physicalProperties
2024-07-06 16:02:47 +01:00

38 lines
861 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 12
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class dictionary;
object physicalProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
thermoType constSolidThermo;
rho
{
type uniform;
value 8000;
}
Cv
{
type uniform;
value 500;
}
kappa
{
type uniform;
value 16.3;
}
// ************************************************************************* //