createSurfaceFilmModel.H
Go to the documentation of this file.
1Info<< "\nConstructing surface film model" << endl;
2
3SLGThermo slgThermo(mesh, mixture.thermo1());
4autoPtr<regionModels::surfaceFilmModel> tsurfaceFilm
5(
6 regionModels::surfaceFilmModel::New(mesh, g)
7);
const uniformDimensionedVectorField & g
Info<< "\nConstructing surface film model"<< endl;autoPtr< regionModels::surfaceFilmModel > tsurfaceFilm(regionModels::surfaceFilmModel::New(mesh, g))
dynamicFvMesh & mesh
messageStream Info
Information stream (stdout output on master, null elsewhere)
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:372
SLGThermo slgThermo(mesh, thermo)
Info<< "Creating temperaturePhaseChangeTwoPhaseMixture\n"<< endl;autoPtr< temperaturePhaseChangeTwoPhaseMixture > mixture
Definition: createFields.H:39