36 #ifndef filmMomentumTransportModel_H 37 #define filmMomentumTransportModel_H 48 namespace regionModels
50 namespace surfaceFilmModels
virtual ~momentumTransportModel()
Destructor.
TypeName("momentumTransport")
Runtime type information.
static autoPtr< momentumTransportModel > New(surfaceFilmRegionModel &film, const dictionary &dict)
Return a reference to the selected ejection model.
Base class for surface film models.
Base class for surface film sub-models.
A list of keyword definitions, which are a keyword followed by any number of values (e...
momentumTransportModel(surfaceFilmRegionModel &film)
Construct null.
virtual tmp< fvVectorMatrix > Su(volVectorField &U) const =0
Return the source for the film momentum equation.
virtual tmp< volVectorField::Internal > Us() const =0
Return the film surface velocity.
const dictionary & dict() const
Return const access to the cloud dictionary.
void operator=(const momentumTransportModel &)=delete
Disallow default bitwise assignment.
const surfaceFilmRegionModel & film() const
Return const access to the film surface film model.
declareRunTimeSelectionTable(autoPtr, momentumTransportModel, dictionary,(surfaceFilmRegionModel &film, const dictionary &dict),(film, dict))
A class for handling words, derived from string.
const word & modelType() const
Return const access to the sub-model type.
Base class for film momentum transport models.
Forward declarations of fvMatrix specialisations.
virtual void correct()=0
Correct/update the model.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
A class for managing temporary objects.