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

Go to the source code of this file.

Macros

#define makePhaseTypes(MomemtumType, CompType, Phase, Thermo, Name)
 

Detailed Description

Original source file makePhaseTypes.H

Definition in file makePhaseTypes.H.

Macro Definition Documentation

◆ makePhaseTypes

#define makePhaseTypes (   MomemtumType,
  CompType,
  Phase,
  Thermo,
  Name 
)
Value:
\
namespace Foam \
{ \
typedef Foam::MomemtumType \
< \
Foam::CompType \
< \
Foam::Phase, \
Foam::Thermo \
> \
> \
Name; \
\
addNamedToRunTimeSelectionTable \
( \
phaseModel, \
Name, \
phaseSystem, \
Name \
); \
}

Definition at line 36 of file makePhaseTypes.H.

Foam
Namespace for OpenFOAM.
Definition: atmBoundaryLayer.C:33