Files
OpenFOAM-12/tutorials/modules/multiRegion/CHT/VoFcoolingCylinder2D/constant/fluid/phaseProperties
2023-04-17 10:32:32 +01:00

26 lines
763 B
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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
phases (water air);
sigma
{
type liquidProperties;
phase water;
}
// ************************************************************************* //