OpenFOAM logo
Open Source CFD Toolkit

CrankNicholsonDdtScheme Class Template Reference

Inheritance diagram for CrankNicholsonDdtScheme:

Inheritance graph
[legend]
Collaboration diagram for CrankNicholsonDdtScheme:

Collaboration graph
[legend]
List of all members.

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


Public Types

typedef ddtScheme< Type
>::fluxFieldType 
fluxFieldType

Public Member Functions

 TypeName ("CrankNicholson")
 Runtime type information.
 CrankNicholsonDdtScheme (const fvMesh &mesh)
 Construct from mesh.
 CrankNicholsonDdtScheme (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)

Member Typedef Documentation

typedef ddtScheme<Type>::fluxFieldType fluxFieldType
 

Reimplemented from ddtScheme.

Definition at line 179 of file CrankNicholsonDdtScheme.H.

Referenced by CrankNicholsonDdtScheme::mesh().


Constructor & Destructor Documentation

CrankNicholsonDdtScheme const fvMesh mesh  )  [inline]
 

Construct from mesh.

Definition at line 107 of file CrankNicholsonDdtScheme.H.

References mesh, and readScalar.

CrankNicholsonDdtScheme const fvMesh mesh,
Istream is
[inline]
 

Construct from mesh and Istream.

Definition at line 114 of file CrankNicholsonDdtScheme.H.

References FatalIOErrorIn.


Member Function Documentation

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

Implements ddtScheme.

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

Implements ddtScheme.

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

Implements ddtScheme.

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

Implements ddtScheme.

tmp< surfaceScalarField > fvcDdtPhiCorr const volScalarField rA,
const volScalarField rho,
const volScalarField U,
const surfaceScalarField phi
 

tmp< surfaceScalarField > fvcDdtPhiCorr const volScalarField rA,
const volScalarField U,
const surfaceScalarField phi
 

tmp<fluxFieldType> fvcDdtPhiCorr const volScalarField rA,
const volScalarField rho,
const GeometricField< Type, fvPatchField, volMesh > &  U,
const fluxFieldType phi
[virtual]
 

Implements ddtScheme.

tmp<fluxFieldType> fvcDdtPhiCorr const volScalarField rA,
const GeometricField< Type, fvPatchField, volMesh > &  U,
const fluxFieldType phi
[virtual]
 

Implements ddtScheme.

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

Implements ddtScheme.

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

Implements ddtScheme.

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

Implements ddtScheme.

const fvMesh& mesh  )  const [inline]
 

Return mesh reference.

Reimplemented from ddtScheme.

Definition at line 135 of file CrankNicholsonDdtScheme.H.

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

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

Implements ddtScheme.

TypeName "CrankNicholson"   ) 
 

Runtime type information.


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