26 #include "BlendedInterfacialModel.H" 27 #include "dragModel.H" 28 #include "virtualMassModel.H" 37 template<
class modelType>
52 inline const dragModel& twoPhaseSystem::lookupSubModel<dragModel>
54 const phaseModel& dispersed,
55 const phaseModel& continuous
58 return drag_->phaseModel(dispersed);
63 inline const virtualMassModel& twoPhaseSystem::lookupSubModel<virtualMassModel>
65 const phaseModel& dispersed,
66 const phaseModel& continuous
69 return virtualMass_->phaseModel(dispersed);
const modelType & lookupSubModel(const phasePair &key) const
Access a sub model between a phase pair.
const fvMesh & mesh() const
Return the mesh.
const Type & lookupObject(const word &name) const
Lookup and return the object of the given Type.
static word groupName(Name name, const word &group)