38namespace diameterModels
61 liquidPhaseName_(diameterProperties.
lookup(
"liquidPhase")),
62 d2_(
"d2",
dimLength, diameterProperties.getOrDefault(
"d2", 0.0015)),
67 diameterProperties.getOrDefault(
"Tsub2", 0)
73 diameterProperties.getOrDefault(
"d1", 0.00015)
79 diameterProperties.getOrDefault(
"Tsub1", 13.5)
115 refCast<const phaseSystem>
117 phase_.mesh().lookupObject<
phaseSystem>(
"phaseProperties")
138 (d1_*(Tsub - Tsub2_) - d2_*(Tsub - Tsub1_))/(Tsub1_ - Tsub2_)
148 diameterProperties_.readEntry(
"liquidPhase", liquidPhaseName_);
149 diameterProperties_.readEntry(
"d2", d2_);
150 diameterProperties_.readEntry(
"Tsub2", Tsub2_);
151 diameterProperties_.readEntry(
"d1", d1_);
152 diameterProperties_.readEntry(
"Tsub1", Tsub1_);
Macros for easy insertion into run-time selection tables.
#define addToRunTimeSelectionTable(baseType, thisType, argNames)
Add to construction table with typeName as the key.
Defines the attributes of an object for which implicit objectRegistry management is supported,...
virtual bool read()
Re-read model coefficients if they have changed.
Abstract base-class for dispersed-phase particle diameter models.
virtual ~linearTsub()
Destructor.
virtual void correct()
Correct the diameter field.
virtual tmp< volScalarField > d() const
Return the diameter field.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Generic thermophysical properties class for a liquid in which the functions and coefficients for each...
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
Helper class to manage multi-specie phase properties.
Class to represent a system of phases and model interfacial transfers between them.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
Lookup type of boundary radiation properties.
virtual tmp< volScalarField > Tsat(const volScalarField &p) const =0
Saturation temperature.
A class for managing temporary objects.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
label max(const labelHashSet &set, label maxValue=labelMin)
Find the max value in labelHashSet, optionally limited by second argument.
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
const dimensionSet dimTemperature(0, 0, 0, 1, 0, 0, 0)
label min(const labelHashSet &set, label minValue=labelMax)
Find the min value in labelHashSet, optionally limited by second argument.
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for INVALID.