OpenFOAM logo
Open Source CFD Toolkit

boundedBackwardDdtScheme Class Reference

Inheritance diagram for boundedBackwardDdtScheme:

Inheritance graph
[legend]
Collaboration diagram for boundedBackwardDdtScheme:

Collaboration graph
[legend]
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 &)

Constructor & Destructor Documentation

boundedBackwardDdtScheme const fvMesh mesh  )  [inline]
 

Construct from mesh.

Definition at line 110 of file boundedBackwardDdtScheme.H.

boundedBackwardDdtScheme const fvMesh mesh,
Istream is
[inline]
 

Construct from mesh and Istream.

Definition at line 116 of file boundedBackwardDdtScheme.H.

References mesh.


Member Function Documentation

tmp<volScalarField> fvcDdt const volScalarField ,
const volScalarField
 

tmp<volScalarField> fvcDdt const dimensionedScalar ,
const volScalarField
 

tmp<volScalarField> fvcDdt const volScalarField  ) 
 

tmp<volScalarField> fvcDdt const dimensionedScalar  ) 
 

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

tmp<surfaceScalarField> fvcDdtPhiCorr const volScalarField rA,
const volScalarField U,
const surfaceScalarField phi
 

tmp<fvScalarMatrix> fvmDdt const volScalarField ,
volScalarField
 

tmp<fvScalarMatrix> fvmDdt const dimensionedScalar ,
volScalarField
 

tmp<fvScalarMatrix> fvmDdt volScalarField  ) 
 

const fvMesh& mesh  )  const [inline]
 

Return mesh reference.

Reimplemented from ddtScheme< scalar >.

Definition at line 125 of file boundedBackwardDdtScheme.H.

References Foam::dimensionedScalar, Foam::surfaceScalarField, and Foam::volScalarField.

tmp<surfaceScalarField> meshPhi const volScalarField  ) 
 

TypeName "boundedBackward"   ) 
 

Runtime type information.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org