OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

boundedBackwardDdtScheme Class Reference

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

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 &)

Detailed Description

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

Source files

Definition at line 51 of file boundedBackwardDdtScheme.H.


Constructor & Destructor Documentation

boundedBackwardDdtScheme ( const fvMesh mesh  )  [inline]

Construct from mesh.

Definition at line 97 of file boundedBackwardDdtScheme.H.

boundedBackwardDdtScheme ( const fvMesh mesh,
Istream is 
) [inline]

Construct from mesh and Istream.

Definition at line 103 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 112 of file boundedBackwardDdtScheme.H.

Referenced by boundedBackwardDdtScheme::fvcDdt().

Here is the caller graph for this function:

tmp< volScalarField > fvcDdt ( const dimensionedScalar dt  ) 

Definition at line 50 of file boundedBackwardDdtScheme.C.

References TimeState::deltaT0(), boundedBackwardDdtScheme::mesh(), and fvMesh::time().

Here is the call graph for this function:

tmp< volScalarField > fvcDdt ( const volScalarField vf  ) 

Definition at line 119 of file boundedBackwardDdtScheme.C.

tmp< volScalarField > fvcDdt ( const dimensionedScalar rho,
const volScalarField vf 
)

Definition at line 213 of file boundedBackwardDdtScheme.C.

tmp< volScalarField > fvcDdt ( const volScalarField rho,
const volScalarField vf 
)

Definition at line 308 of file boundedBackwardDdtScheme.C.

tmp< fvScalarMatrix > fvmDdt ( volScalarField vf  ) 

Definition at line 406 of file boundedBackwardDdtScheme.C.

tmp< fvScalarMatrix > fvmDdt ( const dimensionedScalar rho,
volScalarField vf 
)

Definition at line 476 of file boundedBackwardDdtScheme.C.

tmp< fvScalarMatrix > fvmDdt ( const volScalarField rho,
volScalarField vf 
)

Definition at line 546 of file boundedBackwardDdtScheme.C.

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

Definition at line 622 of file boundedBackwardDdtScheme.C.

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

Definition at line 638 of file boundedBackwardDdtScheme.C.

tmp< surfaceScalarField > meshPhi ( const volScalarField vf  ) 

Definition at line 655 of file boundedBackwardDdtScheme.C.


The documentation for this class was generated from the following files:
Copyright © 2000-2009 OpenCFD Ltd