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

Go to the source code of this file.

Classes

class  blendedInterfacialModel
 
class  BlendedInterfacialModel< ModelType >
 

Namespaces

namespace  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:
\
( \
BlendedInterfacialModel<ModelType>, \
( \
word(BlendedInterfacialModel<ModelType>::typeName_()) + "<" \
+ ModelType::typeName_() + ">" \
).c_str(), \
DebugSwitch \
);
#define defineTemplateTypeNameAndDebugWithName(Type, Name, DebugSwitch)
Define the typeName and debug information, lookup as Name.
Definition: className.H:126

Definition at line 204 of file BlendedInterfacialModel.H.