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< ModelType >
 Wrapper class for interfacial models for which multiple instances of the model are used for different configurations of the interface; e.g., bubbles, droplets, segregated flow, displaced by another phase, ... The values generated by these multiple models are then "blended" to create a single effective coefficient or source. More...
 

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 231 of file BlendedInterfacialModel.H.