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

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...

#include <finiteVolume/SLTSDdtScheme.H>


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 63 of file SLTSDdtScheme.H.

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 fvMesh &  mesh () 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< fluxFieldType >  fvcDdtPhiCorr (const volScalarField &rA, const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)
tmp< fluxFieldType >  fvcDdtPhiCorr (const volScalarField &rA, const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)
tmp< surfaceScalarField >  meshPhi (const GeometricField< Type, fvPatchField, volMesh > &)
template<>
tmp< surfaceScalarField >  fvcDdtPhiCorr (const volScalarField &rA, const volScalarField &U, const surfaceScalarField &phi)
template<>
tmp< surfaceScalarField >  fvcDdtPhiCorr (const volScalarField &rA, const volScalarField &rho, const volScalarField &U, const surfaceScalarField &phi)

Member Typedef Documentation

Reimplemented from ddtScheme< Type >.

Definition at line 160 of file SLTSDdtScheme.H.


Constructor & Destructor Documentation

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

Construct from mesh and Istream.

Definition at line 104 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 116 of file SLTSDdtScheme.H.

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

Implements ddtScheme< Type >.

Definition at line 663 of file SLTSDdtScheme.C.

References Foam::dimTime, Foam::dimVolume, mesh, and timeName.

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: