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; \
namespace multiphaseInter \
{ \
( \
phaseModel, \
Name, \
multiphaseInterSystem, \
Name \
); \
} \
} \
#define addNamedToRunTimeSelectionTable(baseType, thisType, argNames, lookupName)
Add to construction table with 'lookupName' as the key.
Namespace for OpenFOAM.

Definition at line 36 of file makePhaseTypes.H.