Dummy surfaceFilmModel to allow solvers supporting film simulations to be run without a film region. More...
Public Member Functions | |
TypeName ("none") | |
Runtime type information. More... | |
noFilm (const word &modelType, const fvMesh &mesh, const dimensionedVector &g, const word ®ionType) | |
Construct from components. More... | |
noFilm (const noFilm &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~noFilm () |
Destructor. More... | |
virtual scalar | CourantNumber () const |
Courant number evaluation. More... | |
virtual tmp< volScalarField::Internal > | Srho () const |
Return total mass source - Eulerian phase only. More... | |
virtual tmp< volScalarField::Internal > | SYi (const label i) const |
Return mass source for specie i - Eulerian phase only. More... | |
virtual tmp< volVectorField::Internal > | SU () const |
Return momentum source - Eulerian phase only. More... | |
virtual tmp< volScalarField::Internal > | Sh () const |
Return enthalpy source - Eulerian phase only. More... | |
virtual void | evolve () |
Main driver routing to evolve the region - calls other evolves. More... | |
void | operator= (const noFilm &)=delete |
Disallow default bitwise assignment. More... | |
Public Member Functions inherited from surfaceFilmModel | |
TypeName ("surfaceFilmModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, surfaceFilmModel, mesh,(const word &modelType, const fvMesh &mesh, const dimensionedVector &g, const word ®ionType),(modelType, mesh, g, regionType)) | |
surfaceFilmModel () | |
surfaceFilmModel (const surfaceFilmModel &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~surfaceFilmModel () |
Destructor. More... | |
void | operator= (const surfaceFilmModel &)=delete |
Disallow default bitwise assignment. More... | |
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. More... | |
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 | ||
) |
TypeName | ( | "none" | ) |
Runtime type information.
|
virtual |
|
virtual |
Return total mass source - Eulerian phase only.
Implements surfaceFilmModel.
Definition at line 73 of file noFilm.C.
References Foam::dimMass, Foam::dimTime, Foam::dimVolume, and DimensionedField< Type, GeoMesh >::New().
|
virtual |
Return mass source for specie i - Eulerian phase only.
Implements surfaceFilmModel.
Definition at line 84 of file noFilm.C.
References Foam::dimMass, Foam::dimTime, Foam::dimVolume, Foam::name(), and DimensionedField< Type, GeoMesh >::New().
|
virtual |
Return momentum source - Eulerian phase only.
Implements surfaceFilmModel.
Definition at line 95 of file noFilm.C.
References Foam::dimMass, Foam::dimTime, Foam::dimVolume, IOobject::modelName(), DimensionedField< Type, GeoMesh >::New(), and Foam::Zero.
|
virtual |
Return enthalpy source - Eulerian phase only.
Implements surfaceFilmModel.
Definition at line 106 of file noFilm.C.
References Foam::dimEnergy, Foam::dimTime, Foam::dimVolume, and DimensionedField< Type, GeoMesh >::New().
|
virtual |
Main driver routing to evolve the region - calls other evolves.
Implements surfaceFilmModel.
|
delete |
Disallow default bitwise assignment.