createSurfaceFilmModel.H
Go to the documentation of this file.
1 Info<< "\nConstructing surface film model" << endl;
2 
3 typedef regionModels::surfaceFilmModels::surfaceFilmModel filmModelType;
4 
5 autoPtr<filmModelType> tsurfaceFilm(filmModelType::New(mesh, g));
6 filmModelType& surfaceFilm = tsurfaceFilm();
Foam::compressible::New
autoPtr< BasicCompressibleTurbulenceModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleTurbulenceModel::transportModel &transport, const word &propertiesName)
Definition: turbulentFluidThermoModel.C:36
tsurfaceFilm
Info<< "\nConstructing surface film model"<< endl;typedef regionModels::surfaceFilmModels::surfaceFilmModel filmModelType;autoPtr< filmModelType > tsurfaceFilm(filmModelType::New(mesh, g))
g
const dimensionedVector & g
Definition: setRegionFluidFields.H:33
Foam::endl
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:251
Foam::Info
messageStream Info
mesh
dynamicFvMesh & mesh
Definition: createDynamicFvMesh.H:18
surfaceFilm
filmModelType & surfaceFilm
Definition: createSurfaceFilmModel.H:6