36 #ifndef ejectionModel_H
37 #define ejectionModel_H
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual bool movePoints()
Update for mesh motion.
virtual ~ejectionModel()
Destructor.
const volScalarField::Internal & rate() const
Return ejection rate (transfer to cloud)
const solvers::isothermalFilm & film_
Reference to the film.
static autoPtr< ejectionModel > New(const dictionary &dict, const solvers::isothermalFilm &film)
virtual void topoChange(const polyTopoChangeMap &)
Update topology using the given map.
virtual void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
ejectionModel(const dictionary &dict, const solvers::isothermalFilm &film)
Construct from dictionary and film model.
volScalarField::Internal diameter_
Cached diameter of ejected droplets.
virtual void correct()=0
Correct.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
TypeName("ejectionModel")
Runtime type information.
void operator=(const ejectionModel &)=delete
Disallow default bitwise assignment.
volScalarField::Internal rate_
Cached ejection rate (transfer to cloud)
declareRunTimeSelectionTable(autoPtr, ejectionModel, dictionary,(const dictionary &dict, const solvers::isothermalFilm &film),(dict, film))
const volScalarField::Internal & diameter() const
Return diameter of ejected droplets.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
Class containing mesh-to-mesh mapping information.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Solver module for flow of compressible isothermal liquid films.