FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

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 fvMesh &  mesh () const
 Return mesh reference.
tmp< volScalarField >  fvcDdt (const dimensionedScalar &)
tmp< volScalarField >  fvcDdt (const volScalarField &)
tmp< volScalarField >  fvcDdt (const dimensionedScalar &, const volScalarField &)
tmp< volScalarField >  fvcDdt (const volScalarField &, const volScalarField &)
tmp< fvScalarMatrix >  fvmDdt (volScalarField &)
tmp< fvScalarMatrix >  fvmDdt (const dimensionedScalar &, volScalarField &)
tmp< fvScalarMatrix >  fvmDdt (const volScalarField &, volScalarField &)
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)
tmp< surfaceScalarField >  meshPhi (const volScalarField &)

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: