47 namespace diameterModels
Generic GeometricField class.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
const phaseModel & phase() const
Return the phase.
IATE (Interfacial Area Transport Equation) bubble diameter model.
Class used for the read-construction of.
autoPtr< IATEsource > operator()(Istream &is) const
IATE (Interfacial Area Transport Equation) bubble diameter model run-time selectable sources.
tmp< volScalarField > CD() const
Return the bubble drag coefficient.
virtual tmp< fvScalarMatrix > R(const volScalarField &alphai, volScalarField &kappai) const =0
autoPtr< IATEsource > clone() const
const IATE & iate_
Reference to the IATE this source applies to.
TypeName("IATEsource")
Runtime type information.
tmp< volScalarField > Eo() const
Return the bubble Eotvos number.
tmp< volScalarField > Mo() const
Return the bubble Morton number.
tmp< volScalarField > We() const
Return the bubble turbulent Weber number.
const phaseModel & phase() const
const phaseModel & otherPhase() const
tmp< volScalarField > sigma() const
Return the bubble surface tension coefficient.
declareRunTimeSelectionTable(autoPtr, IATEsource, dictionary,(const IATE &iate, const dictionary &dict),(iate, dict))
const phaseSystem & fluid() const
tmp< volScalarField > Ur() const
Return the bubble relative velocity.
virtual ~IATEsource()
Destructor.
tmp< volScalarField > Re() const
Return the bubble Reynolds number.
static autoPtr< IATEsource > New(const word &type, const IATE &iate, const dictionary &dict)
tmp< volScalarField > Ut() const
Return the bubble turbulent velocity.
IATEsource(const IATE &iate)
A list of keyword definitions, which are a keyword followed by any number of values (e....
Class to represent an interface between phases. Derivations can further specify the configuration of ...
const phaseSystem & fluid() const
Return the system to which this phase belongs.
Class to represent a system of phases and model interfacial transfers between them.
const phaseModel & otherPhase(const phaseModel &phase) const
Return the phase not given as an argument in a two-phase system.
tmp< volScalarField > sigma(const phaseInterfaceKey &key) const
Return the surface tension coefficient for an interface.
A class for managing temporary objects.
A class for handling words, derived from string.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.