createSurfaceFilmModel.H
Go to the documentation of this file.
1 Info<< "\nConstructing surface film model" << endl;
2 
3 SLGThermo slgThermo(mesh, mixture.thermo1());
4 autoPtr<regionModels::surfaceFilmModel> tsurfaceFilm
5 (
7 );
Foam::endl
Ostream & endl(Ostream &os)
Definition: Ostream.H:381
Foam::Info
messageStream Info
mesh
dynamicFvMesh & mesh
Definition: createDynamicFvMesh.H:6
g
const uniformDimensionedVectorField & g
Definition: createFluidFields.H:26
Foam::New
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
Definition: DimensionedFieldReuseFunctions.H:100
slgThermo
SLGThermo slgThermo(mesh, thermo)
tsurfaceFilm
Info<< "\nConstructing surface film model"<< endl;autoPtr< regionModels::surfaceFilmModel > tsurfaceFilm(regionModels::surfaceFilmModel::New(mesh, g))
mixture
Info<< "Creating temperaturePhaseChangeTwoPhaseMixture\n"<< endl;autoPtr< temperaturePhaseChangeTwoPhaseMixture > mixture
Definition: createFields.H:39