hpr-simulation/cell-simple/0/alpha.oil
2023-04-10 22:06:10 +05:00

58 lines
1.3 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 10
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class volScalarField;
location "0";
object alpha.water;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 0 0 0 0];
internalField uniform 0;
boundaryField
{
inlet
{
type cyclicAMI;
}
outlet
{
type cyclicAMI;
}
cperiodic-west
{
type cyclicAMI;
}
cperiodic-east
{
type cyclicAMI;
}
cperiodic-down
{
type cyclicAMI;
}
cperiodic-up
{
type cyclicAMI;
}
walls
{
type constantAlphaContactAngle;
theta0 180;
limit gradient;
value uniform 0;
}
}
// ************************************************************************* //