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

SLTSDdtScheme< Type > Class Template Reference

Stabilised local time-step first-order Euler implicit/explicit ddt. The time-step is adjusted locally so that an advective equations remains diagonally dominant. More...

Inheritance diagram for SLTSDdtScheme< Type >:
Collaboration diagram for SLTSDdtScheme< Type >:

List of all members.


Public Types

typedef ddtScheme< Type >
::fluxFieldType 
fluxFieldType

Public Member Functions

 TypeName ("SLTS")
 Runtime type information.
 SLTSDdtScheme (const fvMesh &mesh, Istream &is)
 Construct from mesh and Istream.
const fvMeshmesh () const
 Return mesh reference.
tmp< GeometricField< Type,
fvPatchField, volMesh > > 
fvcDdt (const dimensioned< Type > &)
tmp< GeometricField< Type,
fvPatchField, volMesh > > 
fvcDdt (const GeometricField< Type, fvPatchField, volMesh > &)
tmp< GeometricField< Type,
fvPatchField, volMesh > > 
fvcDdt (const dimensionedScalar &, const GeometricField< Type, fvPatchField, volMesh > &)
tmp< GeometricField< Type,
fvPatchField, volMesh > > 
fvcDdt (const volScalarField &, const GeometricField< Type, fvPatchField, volMesh > &)
tmp< fvMatrix< Type > > fvmDdt (GeometricField< Type, fvPatchField, volMesh > &)
tmp< fvMatrix< Type > > fvmDdt (const dimensionedScalar &, GeometricField< Type, fvPatchField, volMesh > &)
tmp< fvMatrix< Type > > fvmDdt (const volScalarField &, GeometricField< Type, fvPatchField, volMesh > &)
tmp< fluxFieldTypefvcDdtPhiCorr (const volScalarField &rA, const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)
tmp< fluxFieldTypefvcDdtPhiCorr (const volScalarField &rA, const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)
tmp< surfaceScalarFieldmeshPhi (const GeometricField< Type, fvPatchField, volMesh > &)
template<>
tmp< surfaceScalarFieldfvcDdtPhiCorr (const volScalarField &rA, const volScalarField &U, const surfaceScalarField &phi)
template<>
tmp< surfaceScalarFieldfvcDdtPhiCorr (const volScalarField &rA, const volScalarField &rho, const volScalarField &U, const surfaceScalarField &phi)

Detailed Description

template<class Type>
class Foam::fv::SLTSDdtScheme< Type >

Stabilised local time-step first-order Euler implicit/explicit ddt. The time-step is adjusted locally so that an advective equations remains diagonally dominant.

This scheme should only be used for steady-state computations using transient codes where local time-stepping is preferably to under-relaxation for transport consistency reasons.

See also CoEulerDdtScheme.

Source files

Definition at line 58 of file SLTSDdtScheme.H.


Member Typedef Documentation

Reimplemented from ddtScheme< Type >.

Definition at line 157 of file SLTSDdtScheme.H.


Constructor & Destructor Documentation

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

Construct from mesh and Istream.

Definition at line 101 of file SLTSDdtScheme.H.


Member Function Documentation

TypeName ( "SLTS"   ) 

Runtime type information.

const fvMesh& mesh (  )  const [inline]

Return mesh reference.

Reimplemented from ddtScheme< Type >.

Definition at line 113 of file SLTSDdtScheme.H.

tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt ( const dimensioned< Type > &  dt  )  [inline, virtual]

Implements ddtScheme< Type >.

Definition at line 145 of file SLTSDdtScheme.C.

tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt ( const GeometricField< Type, fvPatchField, volMesh > &  vf  )  [inline, virtual]

Implements ddtScheme< Type >.

Definition at line 204 of file SLTSDdtScheme.C.

tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt ( const dimensionedScalar rho,
const GeometricField< Type, fvPatchField, volMesh > &  vf 
) [inline, virtual]

Implements ddtScheme< Type >.

Definition at line 255 of file SLTSDdtScheme.C.

tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt ( const volScalarField rho,
const GeometricField< Type, fvPatchField, volMesh > &  vf 
) [inline, virtual]

Implements ddtScheme< Type >.

Definition at line 307 of file SLTSDdtScheme.C.

tmp< fvMatrix< Type > > fvmDdt ( GeometricField< Type, fvPatchField, volMesh > &  vf  )  [inline, virtual]

Implements ddtScheme< Type >.

Definition at line 362 of file SLTSDdtScheme.C.

tmp< fvMatrix< Type > > fvmDdt ( const dimensionedScalar rho,
GeometricField< Type, fvPatchField, volMesh > &  vf 
) [inline, virtual]

Implements ddtScheme< Type >.

Definition at line 399 of file SLTSDdtScheme.C.

tmp< fvMatrix< Type > > fvmDdt ( const volScalarField rho,
GeometricField< Type, fvPatchField, volMesh > &  vf 
) [inline, virtual]

Implements ddtScheme< Type >.

Definition at line 436 of file SLTSDdtScheme.C.

tmp< typename SLTSDdtScheme< Type >::fluxFieldType > fvcDdtPhiCorr ( const volScalarField rA,
const GeometricField< Type, fvPatchField, volMesh > &  U,
const fluxFieldType phi 
) [inline]

Definition at line 475 of file SLTSDdtScheme.C.

tmp< typename SLTSDdtScheme< Type >::fluxFieldType > fvcDdtPhiCorr ( const volScalarField rA,
const volScalarField rho,
const GeometricField< Type, fvPatchField, volMesh > &  U,
const fluxFieldType phi 
) [inline]

Definition at line 528 of file SLTSDdtScheme.C.

tmp< surfaceScalarField > meshPhi ( const GeometricField< Type, fvPatchField, volMesh > &   )  [inline, virtual]

Implements ddtScheme< Type >.

Definition at line 650 of file SLTSDdtScheme.C.

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

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


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