

Go to the source code of this file.
Classes | |
| struct | coefficient |
| Structure to store a dimensioned coefficient of the saturation model. More... | |
Namespaces | |
| Foam::saturationModels | |
| Namespace containing common functionality for saturationPressureModel and saturationTemperatureModel. | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| tmp< scalarField > | evaluate (const scalarField &argument, const word &name, const dimensionedScalar &value) |
| Construct a scalar field from a uniform value. More... | |
| template<class FieldType > | |
| tmp< FieldType > | evaluate (const FieldType &argument, const word &name, const dimensionedScalar &value) |
| Construct a volScalarField::Internal or a volScalarField field from a. More... | |
| template<class Model > | |
| tmp< volScalarField::Internal > | evaluate (const volScalarField::Internal &p, const word &name, const dimensionSet &dimensions, const Model &model, tmp< scalarField >(Model::*method)(const scalarField &) const) |
| Use a model's scalarField method to construct a volScalarField::Internal. More... | |
| template<class Model > | |
| tmp< volScalarField > | evaluate (const volScalarField &p, const word &name, const dimensionSet &dimensions, const Model &model, tmp< scalarField >(Model::*method)(const scalarField &) const) |
| Use a model's scalarField method to construct a volScalarField. More... | |
Original source file saturationModels.H
Definition in file saturationModels.H.