32 namespace regionModels
34 namespace surfaceFilmModels
60 const word& modelType,
63 const word& regionType
virtual bool read()
Read control parameters from dictionary.
surfaceFilmRegionModel(const word &modelType, const fvMesh &mesh, const dimensionedVector &g, const word ®ionType)
Construct from type name, mesh and gravity vector.
A class for handling words, derived from string.
virtual bool read()
Read control parameters from dictionary.
virtual void evolve()
Main driver routing to evolve the region - calls other evolves.
const dimensionedVector & g() const
Return the acceleration due to gravity.
singleLayerRegion(const fvMesh &mesh, const word ®ionType, const word &modelName, bool readFields=true)
Construct from mesh, region type and name.
Mesh data needed to do the Finite Volume discretisation.
virtual ~surfaceFilmRegionModel()
Destructor.
virtual void evolve()
Main driver routing to evolve the region - calls other evolves.
defineTypeNameAndDebug(kinematicSingleLayer, 0)