Files
OpenFOAM-12/tutorials/multiphase/interFoam/RAS/floatingObject/system/setFieldsDict

39 lines
1015 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 "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 );
}
);
// ************************************************************************* //