Classes | Namespaces | Macros
BlendedInterfacialModel.H File Reference
Include dependency graph for BlendedInterfacialModel.H:

Go to the source code of this file.

Classes

class  blendedInterfacialModel
 
class  BlendedInterfacialModel< ModelType >
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define defineBlendedInterfacialModelTypeNameAndDebug(ModelType, DebugSwitch)
 

Detailed Description

Original source file BlendedInterfacialModel.H

Definition in file BlendedInterfacialModel.H.

Macro Definition Documentation

◆ defineBlendedInterfacialModelTypeNameAndDebug

#define defineBlendedInterfacialModelTypeNameAndDebug (   ModelType,
  DebugSwitch 
)
Value:
\
defineTemplateTypeNameAndDebugWithName \
( \
BlendedInterfacialModel<ModelType>, \
( \
word(BlendedInterfacialModel<ModelType>::typeName_()) + "<" \
+ ModelType::typeName_() + ">" \
).c_str(), \
DebugSwitch \
);

Definition at line 202 of file BlendedInterfacialModel.H.