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

EulerDdtScheme< Type > Class Template Reference

Basic first-order Euler implicit/explicit ddt using only the current and previous time-step values. More...

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

List of all members.


Public Types

typedef ddtScheme< Type >
::fluxFieldType 
fluxFieldType

Public Member Functions

 TypeName ("Euler")
 Runtime type information.
 EulerDdtScheme (const fvMesh &mesh)
 Construct from mesh.
 EulerDdtScheme (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::EulerDdtScheme< Type >

Basic first-order Euler implicit/explicit ddt using only the current and previous time-step values.

Source files

Definition at line 51 of file EulerDdtScheme.H.


Member Typedef Documentation

Reimplemented from ddtScheme< Type >.

Definition at line 132 of file EulerDdtScheme.H.


Constructor & Destructor Documentation

EulerDdtScheme ( const fvMesh mesh  )  [inline]

Construct from mesh.

Definition at line 73 of file EulerDdtScheme.H.

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

Construct from mesh and Istream.

Definition at line 79 of file EulerDdtScheme.H.


Member Function Documentation

TypeName ( "Euler"   ) 

Runtime type information.

const fvMesh& mesh (  )  const [inline]

Return mesh reference.

Reimplemented from ddtScheme< Type >.

Definition at line 88 of file EulerDdtScheme.H.

Referenced by EulerDdtScheme< Type >::fvcDdt().

Here is the caller graph for this function:

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

Implements ddtScheme< Type >.

Definition at line 97 of file EulerDdtScheme.C.

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

Implements ddtScheme< Type >.

Definition at line 148 of file EulerDdtScheme.C.

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

Implements ddtScheme< Type >.

Definition at line 200 of file EulerDdtScheme.C.

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

Implements ddtScheme< Type >.

Definition at line 255 of file EulerDdtScheme.C.

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

Implements ddtScheme< Type >.

Definition at line 290 of file EulerDdtScheme.C.

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

Implements ddtScheme< Type >.

Definition at line 327 of file EulerDdtScheme.C.

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

Definition at line 366 of file EulerDdtScheme.C.

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

Definition at line 399 of file EulerDdtScheme.C.

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

Implements ddtScheme< Type >.

Definition at line 505 of file EulerDdtScheme.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