ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / applications / solvers / combustion / fireFoam / createSurfaceFilmModel.H
blob8ddcc77a5f00eaf83c912e5bf90de389fb336a7f
1 Info<< "\nConstructing surface film model" << endl;
3 typedef regionModels::surfaceFilmModels::surfaceFilmModel filmModelType;
5 autoPtr<filmModelType> tsurfaceFilm(filmModelType::New(mesh, g));
6 filmModelType& surfaceFilm = tsurfaceFilm();