Files
OpenFOAM-12/tutorials/incompressibleVoF/rotatingCube/system/functions

21 lines
770 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 functions;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#includeFunc patchSurface(patch=cube)
#includeFunc isoSurface(isoField=alpha.water, isoValue=0.5)
// ************************************************************************* //