createSurfaceFilmModel.H
Go to the documentation of this file.
1 Info<< "\nConstructing surface film model" << endl;
2 
3 autoPtr<regionModels::surfaceFilmModel> tsurfaceFilm
4 (
6 );
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:487
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tf1, const word &name, const dimensionSet &dimensions, const bool initCopy=false)
Global function forwards to reuseTmpDimensionedField::New.
dynamicFvMesh & mesh
const uniformDimensionedVectorField & g
Info<< "\Constructing surface film model"<< endl;autoPtr< regionModels::surfaceFilmModel > tsurfaceFilm(regionModels::surfaceFilmModel::New(mesh, g))
messageStream Info
Information stream (stdout output on master, null elsewhere)