repo.or.cz
/
OpenFOAM-2.0.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git]
/
applications
/
solvers
/
combustion
/
fireFoam
/
createSurfaceFilmModel.H
blob
8ddcc77a5f00eaf83c912e5bf90de389fb336a7f
1
Info<< "\nConstructing surface film model" << endl;
2
3
typedef regionModels::surfaceFilmModels::surfaceFilmModel filmModelType;
4
5
autoPtr<filmModelType> tsurfaceFilm(filmModelType::New(mesh, g));
6
filmModelType& surfaceFilm = tsurfaceFilm();