40 #include "twoPhaseSystem.H" 47 namespace diameterModels
141 return iate_.
phase();
146 return refCast<const twoPhaseSystem>(iate_.
phase().
fluid());
declareRunTimeSelectionTable(autoPtr, IATEsource, dictionary,(const IATE &iate, const dictionary &dict),(iate, dict))
static autoPtr< IATEsource > New(const word &type, const IATE &iate, const dictionary &dict)
IATE (Interfacial Area Transport Equation) bubble diameter model.
tmp< volScalarField > Ur() const
Return the bubble relative velocity.
tmp< volScalarField > Mo() const
Return the bubble Morton number.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const phaseModel & phase() const
tmp< volScalarField > Re() const
Return the bubble Reynolds number.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
IATE (Interfacial Area Transport Equation) bubble diameter model run-time selectable sources...
IATEsource(const IATE &iate)
Class which solves the volume fraction equations for two phases.
tmp< volScalarField > CD() const
Return the bubble drag coefficient.
TypeName("IATEsource")
Runtime type information.
A class for handling words, derived from string.
autoPtr< IATEsource > clone() const
autoPtr< IATEsource > operator()(Istream &is) const
tmp< volScalarField > We() const
Return the bubble Webber number.
const phaseModel & otherPhase(const phaseModel &phase) const
Constant access the phase not given as an argument.
tmp< volScalarField > Ut() const
Return the bubble turbulent velocity.
Class used for the read-construction of.
const phaseModel & otherPhase() const
const IATE & iate_
Reference to the IATE this source applies to.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
tmp< volScalarField > Eo() const
Return the bubble Eotvos number.
const phaseModel & phase() const
Return the phase.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A class for managing temporary objects.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
const phaseSystem & fluid() const
Return the system to which this phase belongs.
const twoPhaseSystem & fluid() const
virtual tmp< volScalarField > R() const =0
virtual ~IATEsource()
Destructor.