37 #ifndef interfaceSaturationTemperatureModel_H
38 #define interfaceSaturationTemperatureModel_H
70 TypeName(
"saturationTemperatureModel");
102 const bool outer=
true
Generic GeometricField class.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Wrapper around saturationTemperatureModel to facilitate convenient construction on interfaces.
declareRunTimeSelectionTable(autoPtr, interfaceSaturationTemperatureModel, dictionary,(const dictionary &dict, const phaseInterface &interface),(dict, interface))
Declare runtime construction.
virtual ~interfaceSaturationTemperatureModel()
Destructor.
const phaseInterface & interface() const
Access the interface.
bool writeData(Ostream &os) const
Pure virtual writaData function.
tmp< volScalarField > Tsat(const volScalarField &p) const
Saturation temperature.
TypeName("saturationTemperatureModel")
Runtime type information.
static autoPtr< interfaceSaturationTemperatureModel > New(const dictionary &dict, const phaseInterface &interface, const bool outer=true)
interfaceSaturationTemperatureModel(const dictionary &dict, const phaseInterface &interface)
Construct from a dictionary and an interface.
Class to represent an interface between phases. Derivations can further specify the configuration of ...
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
A class for managing temporary objects.
void outer(FieldField< Field1, typename outerProduct< Type1, Type2 >::type > &f, const FieldField< Field1, Type1 > &f1, const FieldField< Field2, Type2 > &f2)