OpenFOAM logo
Open Source CFD Toolkit

EulerD2dt2Scheme Class Template Reference

Inheritance diagram for EulerD2dt2Scheme:

Inheritance graph
[legend]
Collaboration diagram for EulerD2dt2Scheme:

Collaboration graph
[legend]
List of all members.

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


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

Constructor & Destructor Documentation

EulerD2dt2Scheme const fvMesh mesh  )  [inline]
 

Construct from mesh.

Definition at line 86 of file EulerD2dt2Scheme.H.

References mesh.

EulerD2dt2Scheme const fvMesh mesh,
Istream is
[inline]
 

Construct from mesh and Istream.

Definition at line 92 of file EulerD2dt2Scheme.H.

References mesh.


Member Function Documentation

tmp<GeometricField<Type, fvPatchField, volMesh> > fvcD2dt2 const volScalarField ,
const GeometricField< Type, fvPatchField, volMesh > & 
[virtual]
 

Implements d2dt2Scheme.

tmp<GeometricField<Type, fvPatchField, volMesh> > fvcD2dt2 const GeometricField< Type, fvPatchField, volMesh > &   )  [virtual]
 

Implements d2dt2Scheme.

tmp<fvMatrix<Type> > fvmD2dt2 const volScalarField ,
GeometricField< Type, fvPatchField, volMesh > & 
[virtual]
 

Implements d2dt2Scheme.

tmp<fvMatrix<Type> > fvmD2dt2 const dimensionedScalar ,
GeometricField< Type, fvPatchField, volMesh > & 
[virtual]
 

Implements d2dt2Scheme.

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

Implements d2dt2Scheme.

const fvMesh& mesh  )  const [inline]
 

Return mesh reference.

Reimplemented from d2dt2Scheme.

Definition at line 101 of file EulerD2dt2Scheme.H.

References Foam::dimensionedScalar, and Foam::volScalarField.

TypeName "Euler"   ) 
 

Runtime type information.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org