Go to the documentation of this file.
37 #ifndef diameterModel_H
38 #define diameterModel_H
41 #include "phaseModel.H"
78 const dictionary&
dict,
79 const phaseModel&
phase
89 const dictionary&
dict,
90 const phaseModel&
phase
100 static autoPtr<diameterModel>
New
102 const dictionary&
dict,
103 const phaseModel&
phase
122 virtual tmp<volScalarField>
d()
const = 0;
128 virtual bool read(
const dictionary&
dict) = 0;
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
TypeName("diameterModel")
A class for managing temporary objects.
static autoPtr< diameterModel > New(const dictionary &dict, const phaseModel &phase)
const dictionary & diameterProperties() const
declareRunTimeSelectionTable(autoPtr, diameterModel, dictionary,(const dictionary &dict, const phaseModel &phase),(dict, phase))
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const phaseModel & phase_
virtual tmp< volScalarField > d() const =0
Macros to ease declaration of run-time selection tables.
virtual bool read(const dictionary &phaseProperties)=0
diameterModel(const dictionary &dict, const phaseModel &phase)
const phaseModel & phase() const
dictionary diameterProperties_
virtual ~diameterModel()=default