Constant thermo model. More...
Classes | |
struct | thermoData |
Public Member Functions | |
TypeName ("constant") | |
constantFilmThermo (surfaceFilmRegionModel &film, const dictionary &dict) | |
virtual | ~constantFilmThermo () |
virtual const word & | name () const |
virtual scalar | rho (const scalar p, const scalar T) const |
virtual scalar | mu (const scalar p, const scalar T) const |
virtual scalar | sigma (const scalar p, const scalar T) const |
virtual scalar | Cp (const scalar p, const scalar T) const |
virtual scalar | kappa (const scalar p, const scalar T) const |
virtual scalar | D (const scalar p, const scalar T) const |
virtual scalar | hl (const scalar p, const scalar T) const |
virtual scalar | pv (const scalar p, const scalar T) const |
virtual scalar | W () const |
virtual scalar | Tb (const scalar p) const |
virtual tmp< volScalarField > | rho () const |
virtual tmp< volScalarField > | mu () const |
virtual tmp< volScalarField > | sigma () const |
virtual tmp< volScalarField > | Cp () const |
virtual tmp< volScalarField > | kappa () const |
![]() | |
TypeName ("filmThermoModel") | |
declareRunTimeSelectionTable (autoPtr, filmThermoModel, dictionary,(surfaceFilmRegionModel &film, const dictionary &dict),(film, dict)) | |
filmThermoModel (surfaceFilmRegionModel &film) | |
filmThermoModel (const word &modelType, surfaceFilmRegionModel &film, const dictionary &dict) | |
virtual | ~filmThermoModel () |
![]() | |
filmSubModelBase (surfaceFilmRegionModel &film) | |
filmSubModelBase (surfaceFilmRegionModel &film, const dictionary &dict, const word &baseName, const word &modelType, const word &dictExt="Coeffs") | |
filmSubModelBase (const word &modelName, surfaceFilmRegionModel &film, const dictionary &dict, const word &baseName, const word &modelType) | |
virtual | ~filmSubModelBase () |
virtual bool | writeTime () const |
const surfaceFilmRegionModel & | film () const |
surfaceFilmRegionModel & | film () |
template<class FilmType > | |
const FilmType & | filmType () const |
![]() | |
subModelBase (dictionary &properties) | |
subModelBase (dictionary &properties, const dictionary &dict, const word &baseName, const word &modelType, const word &dictExt="Coeffs") | |
subModelBase (const word &modelName, dictionary &properties, const dictionary &dict, const word &baseName, const word &modelType) | |
subModelBase (const subModelBase &smb) | |
virtual | ~subModelBase () |
const word & | modelName () const |
const dictionary & | dict () const |
const word & | baseName () const |
const word & | modelType () const |
const dictionary & | coeffDict () const |
const dictionary & | properties () const |
virtual bool | defaultCoeffs (const bool printMsg) const |
virtual bool | active () const |
virtual void | cacheFields (const bool store) |
virtual fileName | localPath () const |
template<class Type > | |
Type | getBaseProperty (const word &entryName, const Type &defaultValue=Type(Zero)) const |
template<class Type > | |
void | getBaseProperty (const word &entryName, Type &value) const |
template<class Type > | |
void | setBaseProperty (const word &entryName, const Type &value) |
bool | getModelDict (const word &entryName, dictionary &dict) const |
template<class Type > | |
void | getModelProperty (const word &entryName, Type &value) const |
template<class Type > | |
Type | getModelProperty (const word &entryName, const Type &defaultValue=Type(Zero)) const |
template<class Type > | |
void | setModelProperty (const word &entryName, const Type &value) |
virtual void | write (Ostream &os) const |
Additional Inherited Members | |
![]() | |
static autoPtr< filmThermoModel > | New (surfaceFilmRegionModel &film, const dictionary &dict) |
![]() | |
bool | inLine () const |
![]() | |
surfaceFilmRegionModel & | filmModel_ |
![]() | |
const word | modelName_ |
dictionary & | properties_ |
const dictionary | dict_ |
const word | baseName_ |
const word | modelType_ |
const dictionary | coeffDict_ |
constantFilmThermo | ( | surfaceFilmRegionModel & | film, |
const dictionary & | dict | ||
) |
Definition at line 58 of file constantFilmThermo.C.
References init().
|
virtual |
Definition at line 91 of file constantFilmThermo.C.
TypeName | ( | "constant" | ) |
|
virtual |
Implements filmThermoModel.
Definition at line 97 of file constantFilmThermo.C.
|
virtual |
Implements filmThermoModel.
Definition at line 104 of file constantFilmThermo.C.
|
virtual |
Implements filmThermoModel.
Definition at line 120 of file constantFilmThermo.C.
|
virtual |
Implements filmThermoModel.
Definition at line 136 of file constantFilmThermo.C.
|
virtual |
Implements filmThermoModel.
Definition at line 152 of file constantFilmThermo.C.
|
virtual |
Implements filmThermoModel.
Definition at line 168 of file constantFilmThermo.C.
|
virtual |
Implements filmThermoModel.
Definition at line 184 of file constantFilmThermo.C.
|
virtual |
Implements filmThermoModel.
Definition at line 200 of file constantFilmThermo.C.
|
virtual |
Implements filmThermoModel.
Definition at line 216 of file constantFilmThermo.C.
|
virtual |
Implements filmThermoModel.
Definition at line 231 of file constantFilmThermo.C.
References subModelBase::coeffDict_, constantFilmThermo::thermoData::name_, dictionary::readEntry(), constantFilmThermo::thermoData::set_, and constantFilmThermo::thermoData::value_.
|
virtual |
Implements filmThermoModel.
Definition at line 243 of file constantFilmThermo.C.
References subModelBase::coeffDict_, constantFilmThermo::thermoData::name_, dictionary::readEntry(), constantFilmThermo::thermoData::set_, and constantFilmThermo::thermoData::value_.
|
virtual |
Implements filmThermoModel.
Definition at line 255 of file constantFilmThermo.C.
References Foam::dimDensity, filmSubModelBase::film(), constantFilmThermo::thermoData::name_, IOobject::NO_READ, IOobject::NO_WRITE, tmp::ref(), timeName, trho, Foam::type(), and Foam::Zero.
|
virtual |
Implements filmThermoModel.
Definition at line 282 of file constantFilmThermo.C.
References Foam::dimPressure, Foam::dimTime, filmSubModelBase::film(), constantFilmThermo::thermoData::name_, IOobject::NO_READ, IOobject::NO_WRITE, tmp::ref(), timeName, Foam::type(), and Foam::Zero.
|
virtual |
Implements filmThermoModel.
Definition at line 309 of file constantFilmThermo.C.
References Foam::dimMass, Foam::dimTime, filmSubModelBase::film(), constantFilmThermo::thermoData::name_, IOobject::NO_READ, IOobject::NO_WRITE, tmp::ref(), Foam::sqr(), timeName, Foam::type(), and Foam::Zero.
|
virtual |
Implements filmThermoModel.
Definition at line 336 of file constantFilmThermo.C.
References Foam::dimEnergy, Foam::dimMass, Foam::dimTemperature, filmSubModelBase::film(), constantFilmThermo::thermoData::name_, IOobject::NO_READ, IOobject::NO_WRITE, tmp::ref(), tCp, timeName, Foam::type(), and Foam::Zero.
|
virtual |
Implements filmThermoModel.
Definition at line 363 of file constantFilmThermo.C.
References Foam::dimLength, Foam::dimPower, Foam::dimTemperature, filmSubModelBase::film(), constantFilmThermo::thermoData::name_, IOobject::NO_READ, IOobject::NO_WRITE, tmp::ref(), timeName, Foam::type(), and Foam::Zero.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.