Files
OpenFOAM-12/tutorials/incompressibleVoF/floatingObject/system/setFieldsDict
2024-07-06 16:02:47 +01:00

39 lines
1014 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;
location "system";
object setFieldsDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
defaultFieldValues
(
volScalarFieldValue alpha.water 0
);
regions
(
boxToCell
{
box (-100 -100 -100) (100 100 0.5368);
fieldValues ( volScalarFieldValue alpha.water 1 );
}
boxToCell
{
box (0.7 0.8 -100) (100 100 0.651);
fieldValues ( volScalarFieldValue alpha.water 1 );
}
);
// ************************************************************************* //