OpenFOAM logo
Open Source CFD Toolkit

ddtScheme Class Template Reference

Inheritance diagram for ddtScheme:

Inheritance graph
[legend]
Collaboration diagram for ddtScheme:

Collaboration graph
[legend]
List of all members.

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


Public Types

typedef GeometricField< typename
flux< Type >::type, fvPatchField,
surfaceMesh
fluxFieldType

Public Member Functions

virtual const wordtype () const =0
 Runtime type information.
 declareRunTimeSelectionTable (tmp, ddtScheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData))
 ddtScheme (const fvMesh &mesh)
 Construct from mesh.
 ddtScheme (const fvMesh &mesh, Istream &)
 Construct from mesh and Istream.
virtual ~ddtScheme ()
const fvMeshmesh () const
 Return mesh reference.
virtual tmp< GeometricField<
Type, fvPatchField, volMesh > > 
fvcDdt (const dimensioned< Type > &)=0
virtual tmp< GeometricField<
Type, fvPatchField, volMesh > > 
fvcDdt (const GeometricField< Type, fvPatchField, volMesh > &)=0
virtual tmp< GeometricField<
Type, fvPatchField, volMesh > > 
fvcDdt (const dimensionedScalar &, const GeometricField< Type, fvPatchField, volMesh > &)=0
virtual tmp< GeometricField<
Type, fvPatchField, volMesh > > 
fvcDdt (const volScalarField &, const GeometricField< Type, fvPatchField, volMesh > &)=0
virtual tmp< fvMatrix< Type > > fvmDdt (GeometricField< Type, fvPatchField, volMesh > &)=0
virtual tmp< fvMatrix< Type > > fvmDdt (const dimensionedScalar &, GeometricField< Type, fvPatchField, volMesh > &)=0
virtual tmp< fvMatrix< Type > > fvmDdt (const volScalarField &, GeometricField< Type, fvPatchField, volMesh > &)=0
tmp< surfaceScalarFieldfvcDdtPhiCoeff (const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi, const fluxFieldType &phiCorr)
tmp< surfaceScalarFieldfvcDdtPhiCoeff (const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)
virtual tmp< fluxFieldTypefvcDdtPhiCorr (const volScalarField &rA, const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)=0
tmp< surfaceScalarFieldfvcDdtPhiCoeff (const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &rhoU, const fluxFieldType &phi)
virtual tmp< fluxFieldTypefvcDdtPhiCorr (const volScalarField &rA, const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)=0
virtual tmp< surfaceScalarFieldmeshPhi (const GeometricField< Type, fvPatchField, volMesh > &)=0

Static Public Member Functions

tmp< ddtScheme< Type > > New (const fvMesh &mesh, Istream &schemeData)
 Return a pointer to a new ddtScheme created on freestore.

Protected Member Functions

 ddtScheme (const ddtScheme &)
 Disallow copy construct.
void operator= (const ddtScheme &)
 Disallow default bitwise assignment.

Protected Attributes

const fvMeshmesh_

Member Typedef Documentation

typedef GeometricField< typename flux<Type>::type, fvPatchField, surfaceMesh > fluxFieldType
 

Reimplemented in backwardDdtScheme, CoEulerDdtScheme, CrankNicholsonDdtScheme, EulerDdtScheme, and steadyStateDdtScheme.

Definition at line 195 of file ddtScheme.H.


Constructor & Destructor Documentation

ddtScheme const ddtScheme< Type > &   )  [protected]
 

Disallow copy construct.

ddtScheme const fvMesh mesh  )  [inline]
 

Construct from mesh.

Definition at line 115 of file ddtScheme.H.

ddtScheme const fvMesh mesh,
Istream
[inline]
 

Construct from mesh and Istream.

Definition at line 121 of file ddtScheme.H.

virtual ~ddtScheme  )  [virtual]
 


Member Function Documentation

declareRunTimeSelectionTable tmp  ,
ddtScheme< Type >  ,
Istream  ,
(const fvMesh &mesh, Istream &schemeData)  ,
(mesh, schemeData) 
 

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

Implemented in backwardDdtScheme, CoEulerDdtScheme, CrankNicholsonDdtScheme, EulerDdtScheme, and steadyStateDdtScheme.

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

Implemented in backwardDdtScheme, CoEulerDdtScheme, CrankNicholsonDdtScheme, EulerDdtScheme, and steadyStateDdtScheme.

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

Implemented in backwardDdtScheme, CoEulerDdtScheme, CrankNicholsonDdtScheme, EulerDdtScheme, and steadyStateDdtScheme.

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

Implemented in backwardDdtScheme, CoEulerDdtScheme, CrankNicholsonDdtScheme, EulerDdtScheme, and steadyStateDdtScheme.

tmp<surfaceScalarField> fvcDdtPhiCoeff const volScalarField rho,
const GeometricField< Type, fvPatchField, volMesh > &  rhoU,
const fluxFieldType phi
 

tmp<surfaceScalarField> fvcDdtPhiCoeff const GeometricField< Type, fvPatchField, volMesh > &  U,
const fluxFieldType phi
 

tmp<surfaceScalarField> fvcDdtPhiCoeff const GeometricField< Type, fvPatchField, volMesh > &  U,
const fluxFieldType phi,
const fluxFieldType phiCorr
 

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

Implemented in backwardDdtScheme, CoEulerDdtScheme, CrankNicholsonDdtScheme, EulerDdtScheme, and steadyStateDdtScheme.

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

Implemented in backwardDdtScheme, CoEulerDdtScheme, CrankNicholsonDdtScheme, EulerDdtScheme, and steadyStateDdtScheme.

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

Implemented in backwardDdtScheme, CoEulerDdtScheme, CrankNicholsonDdtScheme, EulerDdtScheme, and steadyStateDdtScheme.

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

Implemented in backwardDdtScheme, CoEulerDdtScheme, CrankNicholsonDdtScheme, EulerDdtScheme, and steadyStateDdtScheme.

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

Implemented in backwardDdtScheme, CoEulerDdtScheme, CrankNicholsonDdtScheme, EulerDdtScheme, and steadyStateDdtScheme.

const fvMesh& mesh  )  const [inline]
 

Return mesh reference.

Reimplemented in backwardDdtScheme, boundedBackwardDdtScheme, CoEulerDdtScheme, CrankNicholsonDdtScheme, EulerDdtScheme, and steadyStateDdtScheme.

Definition at line 145 of file ddtScheme.H.

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

Implemented in backwardDdtScheme, CoEulerDdtScheme, CrankNicholsonDdtScheme, EulerDdtScheme, and steadyStateDdtScheme.

tmp<ddtScheme<Type> > New const fvMesh mesh,
Istream schemeData
[static]
 

Return a pointer to a new ddtScheme created on freestore.

void operator= const ddtScheme< Type > &   )  [protected]
 

Disallow default bitwise assignment.

virtual const word& type  )  const [pure virtual]
 

Runtime type information.


Member Data Documentation

const fvMesh& mesh_ [protected]
 

Definition at line 82 of file ddtScheme.H.


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