makeThermoParcelSurfaceFilmModels.H File Reference
Include dependency graph for makeThermoParcelSurfaceFilmModels.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define makeParcelSurfaceFilmModels(CloudType)
 

Detailed Description

Macro Definition Documentation

◆ makeParcelSurfaceFilmModels

#define makeParcelSurfaceFilmModels (   CloudType)
Value:
\
makeSurfaceFilmModel(CloudType); \
\
makeSurfaceFilmModelType(NoSurfaceFilm, CloudType); \
makeSurfaceFilmModelType(ThermoSurfaceFilm, CloudType); \
makeSurfaceFilmModelType(KinematicSurfaceFilm, CloudType);

Definition at line 40 of file makeThermoParcelSurfaceFilmModels.H.