FreeFOAM The Cross-Platform CFD Toolkit
boundedBackwardDdtScheme Class Reference

Second-order bounded-backward-differencing ddt using the current and two previous time-step values. More...

#include <finiteVolume/boundedBackwardDdtScheme.H>


Detailed Description

Second-order bounded-backward-differencing ddt using the current and two previous time-step values.

Source files

Definition at line 56 of file boundedBackwardDdtScheme.H.

+ Inheritance diagram for boundedBackwardDdtScheme:
+ Collaboration diagram for boundedBackwardDdtScheme:

List of all members.

Public Member Functions

 TypeName ("boundedBackward")
 Runtime type information.
 boundedBackwardDdtScheme (const fvMesh &mesh)
 Construct from mesh.
 boundedBackwardDdtScheme (const fvMesh &mesh, Istream &is)
 Construct from mesh and Istream.
const fvMeshmesh () const
 Return mesh reference.
tmp< volScalarFieldfvcDdt (const dimensionedScalar &)
tmp< volScalarFieldfvcDdt (const volScalarField &)
tmp< volScalarFieldfvcDdt (const dimensionedScalar &, const volScalarField &)
tmp< volScalarFieldfvcDdt (const volScalarField &, const volScalarField &)
tmp< fvScalarMatrixfvmDdt (volScalarField &)
tmp< fvScalarMatrixfvmDdt (const dimensionedScalar &, volScalarField &)
tmp< fvScalarMatrixfvmDdt (const volScalarField &, volScalarField &)
tmp< surfaceScalarFieldfvcDdtPhiCorr (const volScalarField &rA, const volScalarField &U, const surfaceScalarField &phi)
tmp< surfaceScalarFieldfvcDdtPhiCorr (const volScalarField &rA, const volScalarField &rho, const volScalarField &U, const surfaceScalarField &phi)
tmp< surfaceScalarFieldmeshPhi (const volScalarField &)
- Public Member Functions inherited from ddtScheme< scalar >
 ddtScheme (const fvMesh &mesh)
 Construct from mesh.
 ddtScheme (const fvMesh &mesh, Istream &)
 Construct from mesh and Istream.
virtual const wordtype () const =0
 Runtime type information.
 declareRunTimeSelectionTable (tmp, ddtScheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData))
virtual ~ddtScheme ()
virtual tmp< GeometricField
< scalar, fvPatchField,
volMesh > > 
fvcDdt (const GeometricField< scalar, fvPatchField, volMesh > &)=0
virtual tmp< GeometricField
< scalar, fvPatchField,
volMesh > > 
fvcDdt (const dimensionedScalar &, const GeometricField< scalar, fvPatchField, volMesh > &)=0
virtual tmp< GeometricField
< scalar, fvPatchField,
volMesh > > 
fvcDdt (const volScalarField &, const GeometricField< scalar, fvPatchField, volMesh > &)=0
virtual tmp< fvMatrix< scalar > > fvmDdt (GeometricField< scalar, fvPatchField, volMesh > &)=0
virtual tmp< fvMatrix< scalar > > fvmDdt (const dimensionedScalar &, GeometricField< scalar, fvPatchField, volMesh > &)=0
virtual tmp< fvMatrix< scalar > > fvmDdt (const volScalarField &, GeometricField< scalar, fvPatchField, volMesh > &)=0
tmp< surfaceScalarFieldfvcDdtPhiCoeff (const GeometricField< scalar, fvPatchField, volMesh > &U, const fluxFieldType &phi, const fluxFieldType &phiCorr)
tmp< surfaceScalarFieldfvcDdtPhiCoeff (const GeometricField< scalar, fvPatchField, volMesh > &U, const fluxFieldType &phi)
tmp< surfaceScalarFieldfvcDdtPhiCoeff (const volScalarField &rho, const GeometricField< scalar, fvPatchField, volMesh > &rhoU, const fluxFieldType &phi)
virtual tmp< fluxFieldTypefvcDdtPhiCorr (const volScalarField &rA, const GeometricField< scalar, fvPatchField, volMesh > &U, const fluxFieldType &phi)=0
virtual tmp< fluxFieldTypefvcDdtPhiCorr (const volScalarField &rA, const volScalarField &rho, const GeometricField< scalar, fvPatchField, volMesh > &U, const fluxFieldType &phi)=0
virtual tmp< surfaceScalarFieldmeshPhi (const GeometricField< scalar, fvPatchField, volMesh > &)=0
- Public Member Functions inherited from refCount
 refCount ()
 Construct null with zero count.
int count () const
 Return the reference count.
bool okToDelete () const
 Return true if the reference count is zero.
void resetRefCount ()
 Reset the reference count to zero.
void operator++ ()
 Increment the reference count.
void operator++ (int)
 Increment the reference count.
void operator-- ()
 Decrement the reference count.
void operator-- (int)
 Decrement the reference count.

Additional Inherited Members

- Public Types inherited from ddtScheme< scalar >
typedef GeometricField
< typename flux< scalar >
::type, fvsPatchField,
surfaceMesh
fluxFieldType
- Static Public Member Functions inherited from ddtScheme< scalar >
static tmp< ddtScheme< scalar > > New (const fvMesh &mesh, Istream &schemeData)
 Return a pointer to a new ddtScheme created on freestore.
- Protected Member Functions inherited from ddtScheme< scalar >
 ddtScheme (const ddtScheme &)
 Disallow copy construct.
void operator= (const ddtScheme &)
 Disallow default bitwise assignment.
- Protected Attributes inherited from ddtScheme< scalar >
const fvMeshmesh_

Constructor & Destructor Documentation

boundedBackwardDdtScheme ( const fvMesh mesh)
inline

Construct from mesh.

Definition at line 100 of file boundedBackwardDdtScheme.H.

boundedBackwardDdtScheme ( const fvMesh mesh,
Istream is 
)
inline

Construct from mesh and Istream.

Definition at line 106 of file boundedBackwardDdtScheme.H.


Member Function Documentation

TypeName ( "boundedBackward"  )

Runtime type information.

const fvMesh& mesh ( ) const
inline

Return mesh reference.

Reimplemented from ddtScheme< scalar >.

Definition at line 115 of file boundedBackwardDdtScheme.H.

tmp< surfaceScalarField > fvcDdtPhiCorr ( const volScalarField rA,
const volScalarField U,
const surfaceScalarField phi 
)
tmp< surfaceScalarField > fvcDdtPhiCorr ( const volScalarField rA,
const volScalarField rho,
const volScalarField U,
const surfaceScalarField phi 
)

The documentation for this class was generated from the following files: