Dummy surfaceFilmModel to allow solvers supporting film simulations to be run without a film region. More...
#include <noFilm.H>


Public Member Functions | |
| TypeName ("none") | |
| Runtime type information. | |
| noFilm (const word &modelType, const fvMesh &mesh, const dimensionedVector &g, const word ®ionType) | |
| Construct from components. | |
| virtual | ~noFilm () |
| Destructor. | |
| virtual scalar | CourantNumber () const |
| Courant number evaluation. | |
| virtual tmp< volScalarField::Internal > | Srho () const |
| Return total mass source - Eulerian phase only. | |
| virtual tmp< volScalarField::Internal > | Srho (const label i) const |
| Return mass source for specie i - Eulerian phase only. | |
| virtual tmp< volScalarField::Internal > | Sh () const |
| Return enthalpy source - Eulerian phase only. | |
| virtual void | evolve () |
| Main driver routing to evolve the region - calls other evolves. | |
| Public Member Functions inherited from surfaceFilmModel | |
| TypeName ("surfaceFilmModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, surfaceFilmModel, mesh,(const word &modelType, const fvMesh &mesh, const dimensionedVector &g, const word ®ionType),(modelType, mesh, g, regionType)) | |
| surfaceFilmModel () | |
| Constructor. | |
| virtual | ~surfaceFilmModel () |
| Destructor. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from surfaceFilmModel | |
| static autoPtr< surfaceFilmModel > | New (const fvMesh &mesh, const dimensionedVector &g, const word ®ionType="surfaceFilm") |
| Return a reference to the selected surface film model. | |
| Static Public Attributes inherited from surfaceFilmModel | |
| static const dimensionedScalar | Tref |
| Reference temperature for enthalpy. | |
Dummy surfaceFilmModel to allow solvers supporting film simulations to be run without a film region.
| noFilm | ( | const word & | modelType, |
| const fvMesh & | mesh, | ||
| const dimensionedVector & | g, | ||
| const word & | regionType ) |
|
virtual |
|
virtual |
Return total mass source - Eulerian phase only.
Implements surfaceFilmModel.
Definition at line 68 of file noFilm.C.
References Foam::dimMass, Foam::dimTime, Foam::dimVolume, GeometricField< scalar, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, IOobject::scopedName(), and Foam::Zero.

|
virtual |
Return mass source for specie i - Eulerian phase only.
Implements surfaceFilmModel.
Definition at line 80 of file noFilm.C.
References Foam::dimMass, Foam::dimTime, Foam::dimVolume, Foam::name(), GeometricField< scalar, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, IOobject::scopedName(), and Foam::Zero.

|
virtual |
Return enthalpy source - Eulerian phase only.
Implements surfaceFilmModel.
Definition at line 92 of file noFilm.C.
References Foam::dimEnergy, Foam::dimTime, Foam::dimVolume, GeometricField< scalar, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, IOobject::scopedName(), and Foam::Zero.

|
virtual |
Main driver routing to evolve the region - calls other evolves.
Implements surfaceFilmModel.