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 > Ut() const
Return the bubble turbulent velocity.
const twoPhaseSystem & fluid() const
A list of keyword definitions, which are a keyword followed by any number of values (e...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
const phaseModel & otherPhase() const
IATE (Interfacial Area Transport Equation) bubble diameter model run-time selectable sources...
tmp< volScalarField > We() const
Return the bubble Webber number.
tmp< volScalarField > Eo() const
Return the bubble Eotvos number.
IATEsource(const IATE &iate)
Class which solves the volume fraction equations for two phases.
const phaseModel & phase() const
Return the phase.
TypeName("IATEsource")
Runtime type information.
A class for handling words, derived from string.
tmp< volScalarField > CD() const
Return the bubble drag coefficient.
const phaseModel & phase() const
tmp< volScalarField > Ur() const
Return the bubble relative velocity.
tmp< volScalarField > Re() const
Return the bubble Reynolds number.
const phaseModel & otherPhase(const phaseModel &phase) const
Return the phase not given as an argument.
fileName::Type type(const fileName &, const bool followLink=true)
Return the file type: DIRECTORY or FILE.
Class used for the read-construction of.
const IATE & iate_
Reference to the IATE this source applies to.
const phaseSystem & fluid() const
Return the system to which this phase belongs.
tmp< volScalarField > Mo() const
Return the bubble Morton number.
autoPtr< IATEsource > operator()(Istream &is) const
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...
virtual tmp< volScalarField > R() const =0
autoPtr< IATEsource > clone() const
virtual ~IATEsource()
Destructor.