44 const dictionary&
dict,
45 const phaseInterface& interface,
46 const bool registerObject
53 IOobject::groupName(typeName, interface.
name()),
virtual ~virtualMassModel()
Destructor.
bool writeData(Ostream &os) const
Pure virtual writaData function.
void evaluate(GeometricField< Type, PatchField, GeoMesh > &result, const Function1< Type > &func, const GeometricField< Type, PatchField, GeoMesh > &x)
tmp< volScalarField > K() const
Return the lift coefficient K.
tmp< surfaceScalarField > Kf() const
Return the lift coefficient Kf.
static const dimensionSet dimK
Coefficient dimensions.
virtual tmp< surfaceScalarField > Kf() const =0
Return the virtual mass coefficient Kf.
Dimension set for the base types.
virtual tmp< volScalarField > K() const =0
Return the virtual mass coefficient K.
const dimensionSet dimDensity
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
defineTypeNameAndDebug(combustionModel, 0)
word name(const complex &)
Return a string representation of a complex.
#define defineBlendedInterfacialModelTypeNameAndDebug(ModelType, DebugSwitch)
A class for managing temporary objects.
virtualMassModel(const dictionary &dict, const phaseInterface &interface, const bool registerObject)
Construct from a dictionary and an interface.