35 namespace diameterModels
52 liquidPhaseName_(diameterProperties.lookup(
"liquidPhase")),
53 d2_(
"d2",
dimLength, diameterProperties.lookupOrDefault(
"d2", 0.0015)),
58 diameterProperties.lookupOrDefault(
"Tsub2", 0)
60 d1_(
"d1",
dimLength, diameterProperties.lookupOrDefault(
"d1", 0.00015)),
65 diameterProperties.lookupOrDefault(
"Tsub1", 13.5)
131 (d1_*(Tsub - Tsub2_) + d2_*(Tsub - Tsub1_))/(Tsub2_ - Tsub1_)
142 diameterProperties().lookup(
"liquidPhase") >> liquidPhaseName_;
148 diameterProperties().lookupOrDefault<scalar>(
"d2", 0.0015)
154 diameterProperties().lookupOrDefault<scalar>(
"Tsub2", 0)
160 diameterProperties().lookupOrDefault(
"d1", 0.00015)
166 diameterProperties().lookupOrDefault<scalar>(
"Tsub1", 13.5)
Macros for easy insertion into run-time selection tables.
Generic GeometricField class.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
Abstract base-class for dispersed-phase particle diameter models.
virtual bool read(const dictionary &phaseProperties)
Read phaseProperties dictionary.
virtual ~linearTsub()
Destructor.
linearTsub(const dictionary &diameterProperties, const phaseModel &phase)
Construct from dictionary and phase.
virtual void correct()
Correct the model.
virtual tmp< volScalarField > d() const
Get the diameter field.
virtual bool read(const dictionary &phaseProperties)
Read phaseProperties dictionary.
Base class for models which represent spherical diameter models, providing a common implementation of...
A list of keyword definitions, which are a keyword followed by any number of values (e....
const Type & value() const
Return const reference to value.
Wrapper around saturationTemperatureModel to facilitate convenient construction on interfaces.
tmp< volScalarField > Tsat(const volScalarField &p) const
Saturation temperature.
Generic thermophysical properties class for a liquid in which the functions and coefficients for each...
Class to represent an interface between phases. Derivations can further specify the configuration of ...
Helper class to manage multi-specie phase properties.
Class to represent a system of phases and model interfacial transfers between them.
bool foundInterfacialModel(const phaseInterface &interface) const
Check availability of a sub model for a given interface.
const phaseModelList & phases() const
Return the phase models.
const ModelType & lookupInterfacialModel(const phaseInterface &interface) const
Return a sub model for an interface.
A class for managing temporary objects.
addToRunTimeSelectionTable(diameterModel, constant, dictionary)
defineTypeNameAndDebug(constant, 0)
Ostream & endl(Ostream &os)
Add newline and flush stream.
word name(const bool)
Return a word representation of a bool.
const dimensionSet dimLength
const dimensionSet dimTemperature
layerAndWeight min(const layerAndWeight &a, const layerAndWeight &b)
layerAndWeight max(const layerAndWeight &a, const layerAndWeight &b)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.