Saturation vapour pressure in terms of temperature in Kelvins. The saturation pressure in Pa is specified as a Foam::Function1 type, to enable use of, e.g. constant, polynomial, table values. More...


Public Member Functions | |
| TypeName ("function1") | |
| Runtime type information. More... | |
| function1Pressure (const dictionary &dict) | |
| Construct from a dictionary and an interface. More... | |
| virtual | ~function1Pressure () |
| Destructor. More... | |
| virtual tmp< scalarField > | pSat (const scalarField &T) const |
| Saturation pressure for scalarField. More... | |
| virtual tmp< scalarField > | pSatPrime (const scalarField &T) const |
| Saturation pressure derivative w.r.t. temperature for scalarField. More... | |
| virtual tmp< scalarField > | lnPSat (const scalarField &T) const |
| Natural log of the saturation pressure for scalarField. More... | |
Public Member Functions inherited from saturationPressureModel | |
| TypeName ("saturationPressureModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, saturationPressureModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime construction from dictionary. More... | |
| declareRunTimeSelectionTable (autoPtr, saturationPressureModel,,(),()) | |
| Declare runtime default construction. More... | |
| saturationPressureModel () | |
| Default construct. More... | |
| virtual | ~saturationPressureModel () |
| Destructor. More... | |
| virtual tmp< volScalarField::Internal > | pSat (const volScalarField::Internal &T) const |
| Saturation pressure for volScalarField::Internal. More... | |
| virtual tmp< volScalarField::Internal > | pSatPrime (const volScalarField::Internal &T) const |
| virtual tmp< volScalarField::Internal > | lnPSat (const volScalarField::Internal &T) const |
| virtual tmp< volScalarField > | pSat (const volScalarField &T) const |
| Saturation pressure for volScalarField. More... | |
| virtual tmp< volScalarField > | pSatPrime (const volScalarField &T) const |
| virtual tmp< volScalarField > | lnPSat (const volScalarField &T) const |
| template<class FieldType > | |
| Foam::tmp< FieldType > | pSat (const FieldType &T) const |
| template<class FieldType > | |
| Foam::tmp< FieldType > | pSatPrime (const FieldType &T) const |
| template<class FieldType > | |
| Foam::tmp< FieldType > | lnPSat (const FieldType &T) const |
Additional Inherited Members | |
Static Public Member Functions inherited from saturationPressureModel | |
| static autoPtr< saturationPressureModel > | New (const word &name, const dictionary &dict) |
| Select with name within a dictionary. More... | |
Saturation vapour pressure in terms of temperature in Kelvins. The saturation pressure in Pa is specified as a Foam::Function1 type, to enable use of, e.g. constant, polynomial, table values.
Examples:
type function1;
function
{
type table;
file "filename.csv";
format csv;
nHeaderLine 1;
columns (0 1);
separator ",";
mergeSeparators no;
outOfBounds clamp;
interpolationScheme linear;
}
Definition at line 71 of file function1Pressure.H.
| function1Pressure | ( | const dictionary & | dict | ) |
Construct from a dictionary and an interface.
Definition at line 48 of file function1Pressure.C.
|
virtual |
Destructor.
Definition at line 63 of file function1Pressure.C.
| TypeName | ( | "function1" | ) |
Runtime type information.
|
virtual |
Saturation pressure for scalarField.
Implements saturationPressureModel.
Definition at line 70 of file function1Pressure.C.
References Foam::T().

|
virtual |
Saturation pressure derivative w.r.t. temperature for scalarField.
Implements saturationPressureModel.
Definition at line 80 of file function1Pressure.C.
References Foam::T().

|
virtual |
Natural log of the saturation pressure for scalarField.
Implements saturationPressureModel.
Definition at line 96 of file function1Pressure.C.
References Foam::log(), and Foam::T().
