Liquid thermo model. More...
Public Member Functions | |
TypeName ("liquid") | |
Runtime type information. More... | |
liquidFilmThermo (surfaceFilmRegionModel &film, const dictionary &dict) | |
Construct from surface film model and dictionary. More... | |
liquidFilmThermo (const liquidFilmThermo &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~liquidFilmThermo () |
Destructor. More... | |
virtual const word & | name () const |
Return the specie name. More... | |
virtual scalar | rho (const scalar p, const scalar T) const |
Return density [kg/m^3]. More... | |
virtual scalar | mu (const scalar p, const scalar T) const |
Return dynamic viscosity [Pa.s]. More... | |
virtual scalar | sigma (const scalar p, const scalar T) const |
Return surface tension [kg/s^2]. More... | |
virtual scalar | Cp (const scalar p, const scalar T) const |
Return specific heat capacity [J/kg/K]. More... | |
virtual scalar | kappa (const scalar p, const scalar T) const |
Return thermal conductivity [W/m/K]. More... | |
virtual scalar | D (const scalar p, const scalar T) const |
Return diffusivity [m^2/s]. More... | |
virtual scalar | hl (const scalar p, const scalar T) const |
Return latent heat [J/kg]. More... | |
virtual scalar | pv (const scalar p, const scalar T) const |
Return vapour pressure [Pa]. More... | |
virtual scalar | W () const |
Return molecular weight [kg/kmol]. More... | |
virtual scalar | Tb (const scalar p) const |
Return boiling temperature [K]. More... | |
virtual tmp< volScalarField > | rho () const |
Return density [kg/m^3]. More... | |
virtual tmp< volScalarField > | mu () const |
Return dynamic viscosity [Pa.s]. More... | |
virtual tmp< volScalarField > | sigma () const |
Return surface tension [kg/s^2]. More... | |
virtual tmp< volScalarField > | Cp () const |
Return specific heat capacity [J/kg/K]. More... | |
virtual tmp< volScalarField > | kappa () const |
Return thermal conductivity [W/m/K]. More... | |
void | operator= (const liquidFilmThermo &)=delete |
Disallow default bitwise assignment. More... | |
Public Member Functions inherited from filmThermoModel | |
TypeName ("filmThermoModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, filmThermoModel, dictionary,(surfaceFilmRegionModel &film, const dictionary &dict),(film, dict)) | |
filmThermoModel (surfaceFilmRegionModel &film) | |
Construct null. More... | |
filmThermoModel (const word &modelType, surfaceFilmRegionModel &film, const dictionary &dict) | |
Construct from type name, dictionary and surface film model. More... | |
filmThermoModel (const filmThermoModel &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~filmThermoModel () |
Destructor. More... | |
void | operator= (const filmThermoModel &)=delete |
Disallow default bitwise assignment. More... | |
Public Member Functions inherited from filmSubModelBase | |
filmSubModelBase (surfaceFilmRegionModel &film) | |
Construct null. More... | |
filmSubModelBase (surfaceFilmRegionModel &film, const dictionary &dict, const word &baseName, const word &modelType, const word &dictExt="Coeffs") | |
Construct from film film without name. More... | |
filmSubModelBase (const word &modelName, surfaceFilmRegionModel &film, const dictionary &dict, const word &baseName, const word &modelType) | |
Construct from film film with name. More... | |
virtual | ~filmSubModelBase () |
Destructor. More... | |
virtual bool | writeTime () const |
Flag to indicate when to write a property. More... | |
const surfaceFilmRegionModel & | film () const |
Return const access to the film surface film model. More... | |
surfaceFilmRegionModel & | film () |
Return the reference to the film surface film model. More... | |
template<class FilmType > | |
const FilmType & | filmType () const |
Public Member Functions inherited from subModelBase | |
subModelBase (dictionary &properties) | |
Construct null. More... | |
subModelBase (dictionary &properties, const dictionary &dict, const word &baseName, const word &modelType, const word &dictExt="Coeffs") | |
Construct from components without name. More... | |
subModelBase (const word &modelName, dictionary &properties, const dictionary &dict, const word &baseName, const word &modelType) | |
Construct from components with name. More... | |
subModelBase (const subModelBase &smb) | |
Copy constructor. More... | |
virtual | ~subModelBase () |
Destructor. More... | |
const word & | modelName () const |
Return const access to the name of the sub-model. More... | |
const dictionary & | dict () const |
Return const access to the cloud dictionary. More... | |
const word & | baseName () const |
Return const access to the base name of the sub-model. More... | |
const word & | modelType () const |
Return const access to the sub-model type. More... | |
const dictionary & | coeffDict () const |
Return const access to the coefficients dictionary. More... | |
const dictionary & | properties () const |
Return const access to the properties dictionary. More... | |
virtual bool | defaultCoeffs (const bool printMsg) const |
Returns true if defaultCoeffs is true and outputs on printMsg. More... | |
virtual bool | active () const |
Return the model 'active' status - default active = true. More... | |
virtual void | cacheFields (const bool store) |
Cache dependent sub-model fields. More... | |
template<class Type > | |
Type | getBaseProperty (const word &entryName, const Type &defaultValue=pTraits< Type >::zero) const |
Retrieve generic property from the base model. More... | |
template<class Type > | |
void | getBaseProperty (const word &entryName, Type &value) const |
Retrieve generic property from the base model. More... | |
template<class Type > | |
void | setBaseProperty (const word &entryName, const Type &value) |
Add generic property to the base model. More... | |
template<class Type > | |
void | getModelProperty (const word &entryName, Type &value) const |
Retrieve generic property from the sub-model. More... | |
template<class Type > | |
Type | getModelProperty (const word &entryName, const Type &defaultValue=pTraits< Type >::zero) const |
Retrieve generic property from the sub-model. More... | |
template<class Type > | |
void | setModelProperty (const word &entryName, const Type &value) |
Add generic property to the sub-model. More... | |
virtual void | write (Ostream &os) const |
Write. More... | |
void | operator= (const subModelBase &)=delete |
Disallow default bitwise assignment. More... | |
Protected Member Functions | |
const thermoSingleLayer & | thermoFilm () const |
Return a reference to a thermo film. More... | |
void | initLiquid (const dictionary &dict) |
Initialise the liquid pointer. More... | |
Protected Member Functions inherited from subModelBase | |
bool | inLine () const |
Flag to indicate whether data is/was read in-line. More... | |
Protected Attributes | |
word | name_ |
Liquid name. More... | |
const liquidProperties * | liquidPtr_ |
Pointer to the liquid properties. More... | |
bool | ownLiquid_ |
Flag to indicate that model owns the liquid object. More... | |
bool | useReferenceValues_ |
Flag to indicate that reference values of p and T should be used. More... | |
scalar | pRef_ |
Reference pressure [pa]. More... | |
scalar | TRef_ |
Reference temperature [K]. More... | |
Protected Attributes inherited from filmSubModelBase | |
surfaceFilmRegionModel & | filmModel_ |
Reference to the film surface film model. More... | |
Protected Attributes inherited from subModelBase | |
const word | modelName_ |
Name of the sub-model. More... | |
dictionary & | properties_ |
Reference to properties dictionary e.g. for restart. More... | |
const dictionary | dict_ |
Copy of dictionary used during construction. More... | |
const word | baseName_ |
Name of the sub-model base class. More... | |
const word | modelType_ |
Type of the sub-model. More... | |
const dictionary | coeffDict_ |
Coefficients dictionary. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from filmThermoModel | |
static autoPtr< filmThermoModel > | New (surfaceFilmRegionModel &film, const dictionary &dict) |
Return a reference to the selected phase change model. More... | |
liquidFilmThermo | ( | surfaceFilmRegionModel & | film, |
const dictionary & | dict | ||
) |
Construct from surface film model and dictionary.
Definition at line 105 of file liquidFilmThermo.C.
References subModelBase::coeffDict_, liquidFilmThermo::initLiquid(), dictionary::lookup(), liquidFilmThermo::pRef_, liquidFilmThermo::TRef_, and liquidFilmThermo::useReferenceValues_.
Referenced by liquidFilmThermo::initLiquid().
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 130 of file liquidFilmThermo.C.
References Foam::deleteDemandDrivenData(), liquidFilmThermo::liquidPtr_, and liquidFilmThermo::ownLiquid_.
|
protected |
Return a reference to a thermo film.
Definition at line 56 of file liquidFilmThermo.C.
References Foam::exit(), Foam::FatalError, FatalErrorInFunction, and filmSubModelBase::filmModel_.
Referenced by liquidFilmThermo::Cp(), liquidFilmThermo::kappa(), liquidFilmThermo::mu(), liquidFilmThermo::rho(), and liquidFilmThermo::sigma().
|
protected |
Initialise the liquid pointer.
Definition at line 72 of file liquidFilmThermo.C.
References filmSubModelBase::filmModel_, objectRegistry::foundObject(), liquidFilmThermo::liquidFilmThermo(), SLGThermo::liquidId(), liquidFilmThermo::liquidPtr_, SLGThermo::liquids(), dictionary::lookup(), objectRegistry::lookupObject(), liquidFilmThermo::name_, liquidProperties::New(), dictionary::optionalSubDict(), liquidFilmThermo::ownLiquid_, regionModel::primaryMesh(), liquidMixtureProperties::properties(), and thermo.
Referenced by liquidFilmThermo::liquidFilmThermo().
TypeName | ( | "liquid" | ) |
Runtime type information.
|
virtual |
Return the specie name.
Implements filmThermoModel.
Definition at line 141 of file liquidFilmThermo.C.
References liquidFilmThermo::name_, and liquidFilmThermo::rho().
|
virtual |
Return density [kg/m^3].
Implements filmThermoModel.
Definition at line 148 of file liquidFilmThermo.C.
References liquidFilmThermo::liquidPtr_, liquidFilmThermo::mu(), and thermophysicalProperties::rho().
|
virtual |
Return dynamic viscosity [Pa.s].
Implements filmThermoModel.
Definition at line 158 of file liquidFilmThermo.C.
References liquidFilmThermo::liquidPtr_, liquidProperties::mu(), and liquidFilmThermo::sigma().
|
virtual |
Return surface tension [kg/s^2].
Implements filmThermoModel.
Definition at line 168 of file liquidFilmThermo.C.
References liquidFilmThermo::Cp(), liquidFilmThermo::liquidPtr_, and liquidProperties::sigma().
|
virtual |
Return specific heat capacity [J/kg/K].
Implements filmThermoModel.
Definition at line 178 of file liquidFilmThermo.C.
References thermophysicalProperties::Cp(), liquidFilmThermo::kappa(), and liquidFilmThermo::liquidPtr_.
|
virtual |
Return thermal conductivity [W/m/K].
Implements filmThermoModel.
Definition at line 188 of file liquidFilmThermo.C.
References liquidFilmThermo::D(), liquidProperties::kappa(), and liquidFilmThermo::liquidPtr_.
|
virtual |
Return diffusivity [m^2/s].
Implements filmThermoModel.
Definition at line 198 of file liquidFilmThermo.C.
References liquidProperties::D(), liquidFilmThermo::hl(), and liquidFilmThermo::liquidPtr_.
Referenced by liquidFilmThermo::kappa().
|
virtual |
Return latent heat [J/kg].
Implements filmThermoModel.
Definition at line 208 of file liquidFilmThermo.C.
References liquidProperties::hl(), liquidFilmThermo::liquidPtr_, and liquidFilmThermo::pv().
Referenced by liquidFilmThermo::D().
|
virtual |
Return vapour pressure [Pa].
Implements filmThermoModel.
Definition at line 218 of file liquidFilmThermo.C.
References liquidFilmThermo::liquidPtr_, and liquidProperties::pv().
Referenced by liquidFilmThermo::hl().
|
virtual |
Return molecular weight [kg/kmol].
Implements filmThermoModel.
Definition at line 227 of file liquidFilmThermo.C.
References liquidFilmThermo::liquidPtr_, and thermophysicalProperties::W().
|
virtual |
Return boiling temperature [K].
Implements filmThermoModel.
Definition at line 233 of file liquidFilmThermo.C.
References liquidFilmThermo::liquidPtr_, and liquidProperties::pvInvert().
|
virtual |
Return density [kg/m^3].
Implements filmThermoModel.
Definition at line 239 of file liquidFilmThermo.C.
References Foam::dimDensity, filmSubModelBase::film(), forAll, GeometricField< scalar, fvPatchField, volMesh >::New(), kinematicSingleLayer::pPrimary(), liquidFilmThermo::pRef_, tmp< T >::ref(), thermoSingleLayer::T(), liquidFilmThermo::thermoFilm(), liquidFilmThermo::TRef_, trho, Foam::type(), and liquidFilmThermo::useReferenceValues_.
Referenced by liquidFilmThermo::name().
|
virtual |
Return dynamic viscosity [Pa.s].
Implements filmThermoModel.
Definition at line 280 of file liquidFilmThermo.C.
References Foam::dimPressure, Foam::dimTime, filmSubModelBase::film(), forAll, GeometricField< scalar, fvPatchField, volMesh >::New(), kinematicSingleLayer::pPrimary(), liquidFilmThermo::pRef_, tmp< T >::ref(), thermoSingleLayer::T(), liquidFilmThermo::thermoFilm(), liquidFilmThermo::TRef_, Foam::type(), and liquidFilmThermo::useReferenceValues_.
Referenced by liquidFilmThermo::rho().
|
virtual |
Return surface tension [kg/s^2].
Implements filmThermoModel.
Definition at line 321 of file liquidFilmThermo.C.
References Foam::dimMass, Foam::dimTime, filmSubModelBase::film(), forAll, GeometricField< scalar, fvPatchField, volMesh >::New(), kinematicSingleLayer::pPrimary(), liquidFilmThermo::pRef_, tmp< T >::ref(), Foam::sqr(), thermoSingleLayer::T(), liquidFilmThermo::thermoFilm(), liquidFilmThermo::TRef_, Foam::type(), and liquidFilmThermo::useReferenceValues_.
Referenced by liquidFilmThermo::mu().
|
virtual |
Return specific heat capacity [J/kg/K].
Implements filmThermoModel.
Definition at line 362 of file liquidFilmThermo.C.
References Foam::dimEnergy, Foam::dimMass, Foam::dimTemperature, filmSubModelBase::film(), forAll, GeometricField< scalar, fvPatchField, volMesh >::New(), kinematicSingleLayer::pPrimary(), liquidFilmThermo::pRef_, tmp< T >::ref(), thermoSingleLayer::T(), liquidFilmThermo::thermoFilm(), liquidFilmThermo::TRef_, Foam::type(), and liquidFilmThermo::useReferenceValues_.
Referenced by liquidFilmThermo::sigma().
|
virtual |
Return thermal conductivity [W/m/K].
Implements filmThermoModel.
Definition at line 403 of file liquidFilmThermo.C.
References Foam::dimLength, Foam::dimPower, Foam::dimTemperature, filmSubModelBase::film(), forAll, GeometricField< scalar, fvPatchField, volMesh >::New(), kinematicSingleLayer::pPrimary(), liquidFilmThermo::pRef_, tmp< T >::ref(), thermoSingleLayer::T(), liquidFilmThermo::thermoFilm(), liquidFilmThermo::TRef_, Foam::type(), and liquidFilmThermo::useReferenceValues_.
Referenced by liquidFilmThermo::Cp().
|
delete |
Disallow default bitwise assignment.
|
protected |
Liquid name.
Definition at line 65 of file liquidFilmThermo.H.
Referenced by liquidFilmThermo::initLiquid(), and liquidFilmThermo::name().
|
protected |
Pointer to the liquid properties.
Definition at line 68 of file liquidFilmThermo.H.
Referenced by liquidFilmThermo::Cp(), liquidFilmThermo::D(), liquidFilmThermo::hl(), liquidFilmThermo::initLiquid(), liquidFilmThermo::kappa(), liquidFilmThermo::mu(), liquidFilmThermo::pv(), liquidFilmThermo::rho(), liquidFilmThermo::sigma(), liquidFilmThermo::Tb(), liquidFilmThermo::W(), and liquidFilmThermo::~liquidFilmThermo().
|
protected |
Flag to indicate that model owns the liquid object.
Definition at line 71 of file liquidFilmThermo.H.
Referenced by liquidFilmThermo::initLiquid(), and liquidFilmThermo::~liquidFilmThermo().
|
protected |
Flag to indicate that reference values of p and T should be used.
Definition at line 74 of file liquidFilmThermo.H.
Referenced by liquidFilmThermo::Cp(), liquidFilmThermo::kappa(), liquidFilmThermo::liquidFilmThermo(), liquidFilmThermo::mu(), liquidFilmThermo::rho(), and liquidFilmThermo::sigma().
|
protected |
Reference pressure [pa].
Definition at line 77 of file liquidFilmThermo.H.
Referenced by liquidFilmThermo::Cp(), liquidFilmThermo::kappa(), liquidFilmThermo::liquidFilmThermo(), liquidFilmThermo::mu(), liquidFilmThermo::rho(), and liquidFilmThermo::sigma().
|
protected |
Reference temperature [K].
Definition at line 80 of file liquidFilmThermo.H.
Referenced by liquidFilmThermo::Cp(), liquidFilmThermo::kappa(), liquidFilmThermo::liquidFilmThermo(), liquidFilmThermo::mu(), liquidFilmThermo::rho(), and liquidFilmThermo::sigma().