Base class for surface film models.
More...
|
| 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...
|
|
virtual scalar | CourantNumber () const =0 |
| Courant number evaluation. More...
|
|
virtual void | evolve ()=0 |
| Main driver routing to evolve the region - calls other evolves. More...
|
|
virtual tmp< volScalarField::Internal > | Srho () const =0 |
| Return total mass source - Eulerian phase only. More...
|
|
virtual tmp< volScalarField::Internal > | SYi (const label i) const =0 |
| Return mass source for specie i - Eulerian phase only. More...
|
|
virtual tmp< volVectorField::Internal > | SU () const =0 |
| Return momentum source - Eulerian phase only. More...
|
|
virtual tmp< volScalarField::Internal > | Sh () const =0 |
| Return enthalpy source - Eulerian phase only. More...
|
|
void | operator= (const surfaceFilmModel &)=delete |
| Disallow default bitwise assignment. More...
|
|
Base class for surface film models.
- Source files
-
Definition at line 53 of file surfaceFilmModel.H.
◆ surfaceFilmModel() [1/2]
◆ surfaceFilmModel() [2/2]
Disallow default bitwise copy construction.
◆ ~surfaceFilmModel()
◆ TypeName()
TypeName |
( |
"surfaceFilmModel" |
| ) |
|
Runtime type information.
◆ declareRunTimeSelectionTable()
declareRunTimeSelectionTable |
( |
autoPtr |
, |
|
|
surfaceFilmModel |
, |
|
|
mesh |
, |
|
|
(const word &modelType, const fvMesh &mesh, const dimensionedVector &g, const word ®ionType) |
, |
|
|
(modelType, mesh, g, regionType) |
|
|
) |
| |
◆ New()
Return a reference to the selected surface film model.
Definition at line 39 of file surfaceFilmModelNew.C.
References TimePaths::constant(), Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, g, Foam::Info, dictionary::lookup(), mesh, IOobject::MUST_READ, Foam::nl, IOobject::NO_WRITE, and fvMesh::time().
◆ CourantNumber()
virtual scalar CourantNumber |
( |
| ) |
const |
|
pure virtual |
◆ evolve()
◆ Srho()
◆ SYi()
◆ SU()
◆ Sh()
◆ operator=()
Disallow default bitwise assignment.
The documentation for this class was generated from the following files: