33 namespace saturationModels
45 const dictionary&
dict,
46 const phaseInterface& interface
49 saturationModel(dict, interface),
101 tmp<volScalarField> tTsat
115 Tsat[celli] = C_.value(p[celli]);
127 Tsatp[facei] = C_.value(pp[facei]);
virtual tmp< volScalarField > Tsat(const volScalarField &p) const
Saturation temperature.
#define forAll(list, i)
Loop across all elements in list.
virtual ~polynomial()
Destructor.
static tmp< GeometricField< scalar, fvPatchField, volMesh > > New(const word &name, const Internal &, const PtrList< fvPatchField< scalar >> &)
Return a temporary field constructed from name,.
GeometricBoundaryField< scalar, fvPatchField, volMesh > Boundary
Type of the boundary field.
Macros for easy insertion into run-time selection tables.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
stressControl lookup("compactNormalStress") >> compactNormalStress
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
virtual tmp< volScalarField > pSat(const volScalarField &T) const
Saturation pressure.
defineTypeNameAndDebug(combustionModel, 0)
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
Internal & ref()
Return a reference to the dimensioned internal field.
static const GeometricField< scalar, fvPatchField, volMesh > & null()
Return a null geometric field.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
virtual tmp< volScalarField > lnPSat(const volScalarField &T) const
Natural log of the saturation pressure.
polynomial(const dictionary &dict, const phaseInterface &interface)
Construct from a dictionary and an interface.
A class for managing temporary objects.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
virtual tmp< volScalarField > pSatPrime(const volScalarField &T) const
Saturation pressure derivative w.r.t. temperature.
const dimensionSet dimTemperature