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

EulerD2dt2Scheme< Type > Class Template Reference

First-order Euler implicit d2dt2 using the current and two previous time-step values. More...

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

List of all members.


Public Member Functions

 TypeName ("Euler")
 Runtime type information.
 EulerD2dt2Scheme (const fvMesh &mesh)
 Construct from mesh.
 EulerD2dt2Scheme (const fvMesh &mesh, Istream &is)
 Construct from mesh and Istream.
const fvMeshmesh () const
 Return mesh reference.
tmp< GeometricField< Type,
fvPatchField, volMesh > > 
fvcD2dt2 (const GeometricField< Type, fvPatchField, volMesh > &)
tmp< GeometricField< Type,
fvPatchField, volMesh > > 
fvcD2dt2 (const volScalarField &, const GeometricField< Type, fvPatchField, volMesh > &)
tmp< fvMatrix< Type > > fvmD2dt2 (GeometricField< Type, fvPatchField, volMesh > &)
tmp< fvMatrix< Type > > fvmD2dt2 (const dimensionedScalar &, GeometricField< Type, fvPatchField, volMesh > &)
tmp< fvMatrix< Type > > fvmD2dt2 (const volScalarField &, GeometricField< Type, fvPatchField, volMesh > &)

Detailed Description

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

First-order Euler implicit d2dt2 using the current and two previous time-step values.

Source files

Definition at line 51 of file EulerD2dt2Scheme.H.


Constructor & Destructor Documentation

EulerD2dt2Scheme ( const fvMesh mesh  )  [inline]

Construct from mesh.

Definition at line 73 of file EulerD2dt2Scheme.H.

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

Construct from mesh and Istream.

Definition at line 79 of file EulerD2dt2Scheme.H.


Member Function Documentation

TypeName ( "Euler"   ) 

Runtime type information.

const fvMesh& mesh (  )  const [inline]

Return mesh reference.

Reimplemented from d2dt2Scheme< Type >.

Definition at line 88 of file EulerD2dt2Scheme.H.

Referenced by EulerD2dt2Scheme< Type >::fvcD2dt2().

Here is the caller graph for this function:

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

Implements d2dt2Scheme< Type >.

Definition at line 114 of file EulerD2dt2Scheme.C.

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

Implements d2dt2Scheme< Type >.

Definition at line 225 of file EulerD2dt2Scheme.C.

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

Implements d2dt2Scheme< Type >.

Definition at line 284 of file EulerD2dt2Scheme.C.

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

Implements d2dt2Scheme< Type >.

Definition at line 345 of file EulerD2dt2Scheme.C.


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