Go to the source code of this file.
|
| Info<< "\Constructing surface film model"<< endl;typedef regionModels::surfaceFilmModels::surfaceFilmModel filmModelType;SLGThermo slgThermo(mesh, mixture.thermo1());autoPtr< filmModelType > | tsurfaceFilm (filmModelType::New(mesh, g)) |
| |
◆ tsurfaceFilm()
| Info<< "\nConstructing surface film model" << endl;typedef regionModels::surfaceFilmModels::surfaceFilmModel filmModelType;SLGThermo slgThermo(mesh, mixture.thermo1());autoPtr<filmModelType> tsurfaceFilm |
( |
filmModelType::New(mesh, g) |
| ) |
|