Files
OpenFOAM-12/tutorials/incompressibleFluid/hopperParticles/hopperInitialState/system/functions

24 lines
751 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
clouds
{
type fvModel;
#includeModel clouds(name=fvModel)
}
// ************************************************************************* //