|
| virtual const word & | type () const =0 |
| | Runtime type information. More...
|
| |
| | declareRunTimeSelectionTable (tmp, ddtScheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData)) |
| |
| | ddtScheme (const fvMesh &mesh) |
| | Construct from mesh. More...
|
| |
| | ddtScheme (const fvMesh &mesh, Istream &) |
| | Construct from mesh and Istream. More...
|
| |
| virtual | ~ddtScheme () |
| | Destructor. More...
|
| |
| const fvMesh & | mesh () const |
| | Return mesh reference. More...
|
| |
| virtual tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcDdt (const dimensioned< Type > &)=0 |
| |
| virtual tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcDdt (const GeometricField< Type, fvPatchField, volMesh > &)=0 |
| |
| virtual tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcDdt (const dimensionedScalar &, const GeometricField< Type, fvPatchField, volMesh > &)=0 |
| |
| virtual tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcDdt (const volScalarField &, const GeometricField< Type, fvPatchField, volMesh > &)=0 |
| |
| virtual tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcDdt (const volScalarField &alpha, const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &)=0 |
| |
| virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | fvcDdt (const GeometricField< Type, fvsPatchField, surfaceMesh > &) |
| |
| virtual tmp< fvMatrix< Type > > | fvmDdt (const GeometricField< Type, fvPatchField, volMesh > &)=0 |
| |
| virtual tmp< fvMatrix< Type > > | fvmDdt (const dimensionedScalar &, const GeometricField< Type, fvPatchField, volMesh > &)=0 |
| |
| virtual tmp< fvMatrix< Type > > | fvmDdt (const volScalarField &, const GeometricField< Type, fvPatchField, volMesh > &)=0 |
| |
| virtual tmp< fvMatrix< Type > > | fvmDdt (const volScalarField &alpha, const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &vf)=0 |
| |
| tmp< surfaceScalarField > | fvcDdtPhiCoeff (const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi, const fluxFieldType &phiCorr) |
| |
| tmp< surfaceScalarField > | fvcDdtPhiCoeff (const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi) |
| |
| virtual tmp< fluxFieldType > | fvcDdtUfCorr (const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)=0 |
| |
| virtual tmp< fluxFieldType > | fvcDdtPhiCorr (const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)=0 |
| |
| virtual tmp< fluxFieldType > | fvcDdtUfCorr (const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)=0 |
| |
| virtual tmp< fluxFieldType > | fvcDdtPhiCorr (const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)=0 |
| |
| virtual tmp< surfaceScalarField > | meshPhi (const GeometricField< Type, fvPatchField, volMesh > &)=0 |
| |
| int | count () const |
| | Return the current reference count. More...
|
| |
| bool | unique () const |
| | Return true if the reference count is zero. More...
|
| |
| void | operator++ () |
| | Increment the reference count. More...
|
| |
| void | operator++ (int) |
| | Increment the reference count. More...
|
| |
| void | operator-- () |
| | Decrement the reference count. More...
|
| |
| void | operator-- (int) |
| | Decrement the reference count. More...
|
| |
template<class Type>
class Foam::fv::ddtScheme< Type >
Abstract base class for ddt schemes.
- Source files
-
Definition at line 64 of file ddtScheme.H.