OpenFOAM: API Guide
v2006
The open source CFD toolbox
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
(
6
regionModels::surfaceFilmModel::New
(
mesh
,
g
)
7
);
Foam::endl
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition:
Ostream.H:350
Foam::Info
messageStream Info
Information stream (uses stdout - output is on the master only)
mesh
dynamicFvMesh & mesh
Definition:
createDynamicFvMesh.H:6
g
const uniformDimensionedVectorField & g
Definition:
createFluidFields.H:24
Foam::New
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
Global function forwards to reuseTmpDimensionedField::New.
Definition:
DimensionedFieldReuseFunctions.H:105
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
applications
solvers
multiphase
compressibleInterFoam
compressibleInterFilmFoam
createSurfaceFilmModel.H
Generated by
1.8.17
OPENFOAM® is a registered
trademark
of OpenCFD Ltd.