34 #ifndef SidedInterfacialModel_H 35 #define SidedInterfacialModel_H 48 template<
class ModelType>
118 #define defineSidedInterfacialModelTypeNameAndDebug(ModelType, DebugSwitch) \ 120 defineTemplateTypeNameAndDebugWithName \ 122 SidedInterfacialModel<ModelType>, \ 124 word(SidedInterfacialModel<ModelType>::typeName_()) + "<" \ 125 + ModelType::typeName + ">" \
A list of keyword definitions, which are a keyword followed by any number of values (e...
SidedInterfacialModel(const dictionary &dict, const phaseInterface &interface)
Construct from a dictionary and an interface.
void operator=(const SidedInterfacialModel< ModelType > &)=delete
Disallow default bitwise assignment.
TypeName("SidedInterfacialModel")
Runtime type information.
Class to represent an interface between phases. Derivations can further specify the configuration of ...
bool writeData(Ostream &os) const
Dummy write for regIOobject.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
bool haveModelInThe(const phaseModel &phase) const
Does a model exist in the given phase?
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
const phaseInterface & interface() const
Access the interface.
~SidedInterfacialModel()
Destructor.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
const ModelType & modelInThe(const phaseModel &phase) const
Access the model within the given phase.