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

Go to the source code of this file.

Macros

#define makeMPPICParcelIsotropyModels(CloudType)
 
#define makeMPPICCloudParcelIsotropyModels(CloudType)
 

Detailed Description

Original source file makeMPPICParcelIsotropyModels.H

Definition in file makeMPPICParcelIsotropyModels.H.

Macro Definition Documentation

◆ makeMPPICParcelIsotropyModels

#define makeMPPICParcelIsotropyModels (   CloudType)
Value:
\
makeIsotropyModel(CloudType); \
\
makeIsotropyModelType(NoIsotropy, CloudType); \
makeIsotropyModelType(Stochastic, CloudType);

Definition at line 39 of file makeMPPICParcelIsotropyModels.H.

◆ makeMPPICCloudParcelIsotropyModels

#define makeMPPICCloudParcelIsotropyModels (   CloudType)
Value:
\
makeIsotropyModelMPPIC(CloudType); \
\
makeIsotropyModelTypeMPPIC(NoIsotropy, CloudType); \
makeIsotropyModelTypeMPPIC(Stochastic, CloudType);

Definition at line 47 of file makeMPPICParcelIsotropyModels.H.