OpenFOAM logo
Open Source CFD Toolkit

faDdtScheme Class Template Reference

Inheritance diagram for faDdtScheme:

Inheritance graph
[legend]
Collaboration diagram for faDdtScheme:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::fa::faDdtScheme< Type >


Public Member Functions

virtual const wordtype () const =0
 Runtime type information.
 declareRunTimeSelectionTable (tmp, faDdtScheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData))
 faDdtScheme (const faMesh &mesh)
 Construct from mesh.
 faDdtScheme (const faMesh &mesh, Istream &)
 Construct from mesh and Istream.
virtual ~faDdtScheme ()
const faMeshmesh () const
 Return mesh reference.
virtual tmp< GeometricField<
Type, faPatchField, areaMesh > > 
facDdt (const dimensioned< Type >)=0
virtual tmp< GeometricField<
Type, faPatchField, areaMesh > > 
facDdt0 (const dimensioned< Type >)=0
virtual tmp< GeometricField<
Type, faPatchField, areaMesh > > 
facDdt (const GeometricField< Type, faPatchField, areaMesh > &)=0
virtual tmp< GeometricField<
Type, faPatchField, areaMesh > > 
facDdt0 (const GeometricField< Type, faPatchField, areaMesh > &)=0
virtual tmp< GeometricField<
Type, faPatchField, edgeMesh > > 
facDdt0 (const GeometricField< Type, faPatchField, edgeMesh > &)=0
virtual tmp< GeometricField<
Type, faPatchField, areaMesh > > 
facDdt (const dimensionedScalar &, const GeometricField< Type, faPatchField, areaMesh > &)=0
virtual tmp< GeometricField<
Type, faPatchField, areaMesh > > 
facDdt0 (const dimensionedScalar &, const GeometricField< Type, faPatchField, areaMesh > &)=0
virtual tmp< GeometricField<
Type, faPatchField, areaMesh > > 
facDdt (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)=0
virtual tmp< GeometricField<
Type, faPatchField, areaMesh > > 
facDdt0 (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)=0
virtual tmp< faMatrix< Type > > famDdt (GeometricField< Type, faPatchField, areaMesh > &)=0
virtual tmp< faMatrix< Type > > famDdt (const dimensionedScalar &, GeometricField< Type, faPatchField, areaMesh > &)=0
virtual tmp< faMatrix< Type > > famDdt (const areaScalarField &, GeometricField< Type, faPatchField, areaMesh > &)=0

Static Public Member Functions

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

Protected Member Functions

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

Protected Attributes

const faMeshmesh_

Constructor & Destructor Documentation

faDdtScheme const faDdtScheme< Type > &   )  [protected]
 

Disallow copy construct.

faDdtScheme const faMesh mesh  )  [inline]
 

Construct from mesh.

Definition at line 115 of file faDdtScheme.H.

faDdtScheme const faMesh mesh,
Istream
[inline]
 

Construct from mesh and Istream.

Definition at line 121 of file faDdtScheme.H.

virtual ~faDdtScheme  )  [virtual]
 


Member Function Documentation

declareRunTimeSelectionTable tmp  ,
faDdtScheme< Type >  ,
Istream  ,
(const faMesh &mesh, Istream &schemeData)  ,
(mesh, schemeData) 
 

virtual tmp<GeometricField<Type, faPatchField, areaMesh> > facDdt const areaScalarField ,
const GeometricField< Type, faPatchField, areaMesh > & 
[pure virtual]
 

Implemented in backwardFaDdtScheme, CrankNicholsonFaDdtScheme, EulerFaDdtScheme, and steadyStateFaDdtScheme.

virtual tmp<GeometricField<Type, faPatchField, areaMesh> > facDdt const dimensionedScalar ,
const GeometricField< Type, faPatchField, areaMesh > & 
[pure virtual]
 

Implemented in backwardFaDdtScheme, CrankNicholsonFaDdtScheme, EulerFaDdtScheme, and steadyStateFaDdtScheme.

virtual tmp<GeometricField<Type, faPatchField, areaMesh> > facDdt const GeometricField< Type, faPatchField, areaMesh > &   )  [pure virtual]
 

Implemented in backwardFaDdtScheme, CrankNicholsonFaDdtScheme, EulerFaDdtScheme, and steadyStateFaDdtScheme.

virtual tmp<GeometricField<Type, faPatchField, areaMesh> > facDdt const dimensioned< Type >   )  [pure virtual]
 

Implemented in backwardFaDdtScheme, CrankNicholsonFaDdtScheme, EulerFaDdtScheme, and steadyStateFaDdtScheme.

virtual tmp<GeometricField<Type, faPatchField, areaMesh> > facDdt0 const areaScalarField ,
const GeometricField< Type, faPatchField, areaMesh > & 
[pure virtual]
 

Implemented in backwardFaDdtScheme, CrankNicholsonFaDdtScheme, EulerFaDdtScheme, and steadyStateFaDdtScheme.

virtual tmp<GeometricField<Type, faPatchField, areaMesh> > facDdt0 const dimensionedScalar ,
const GeometricField< Type, faPatchField, areaMesh > & 
[pure virtual]
 

Implemented in backwardFaDdtScheme, CrankNicholsonFaDdtScheme, EulerFaDdtScheme, and steadyStateFaDdtScheme.

virtual tmp<GeometricField<Type, faPatchField, edgeMesh> > facDdt0 const GeometricField< Type, faPatchField, edgeMesh > &   )  [pure virtual]
 

Implemented in backwardFaDdtScheme, CrankNicholsonFaDdtScheme, EulerFaDdtScheme, and steadyStateFaDdtScheme.

virtual tmp<GeometricField<Type, faPatchField, areaMesh> > facDdt0 const GeometricField< Type, faPatchField, areaMesh > &   )  [pure virtual]
 

Implemented in backwardFaDdtScheme, CrankNicholsonFaDdtScheme, EulerFaDdtScheme, and steadyStateFaDdtScheme.

virtual tmp<GeometricField<Type, faPatchField, areaMesh> > facDdt0 const dimensioned< Type >   )  [pure virtual]
 

Implemented in backwardFaDdtScheme, CrankNicholsonFaDdtScheme, EulerFaDdtScheme, and steadyStateFaDdtScheme.

virtual tmp<faMatrix<Type> > famDdt const areaScalarField ,
GeometricField< Type, faPatchField, areaMesh > & 
[pure virtual]
 

Implemented in backwardFaDdtScheme, CrankNicholsonFaDdtScheme, EulerFaDdtScheme, and steadyStateFaDdtScheme.

virtual tmp<faMatrix<Type> > famDdt const dimensionedScalar ,
GeometricField< Type, faPatchField, areaMesh > & 
[pure virtual]
 

Implemented in backwardFaDdtScheme, CrankNicholsonFaDdtScheme, EulerFaDdtScheme, and steadyStateFaDdtScheme.

virtual tmp<faMatrix<Type> > famDdt GeometricField< Type, faPatchField, areaMesh > &   )  [pure virtual]
 

Implemented in backwardFaDdtScheme, CrankNicholsonFaDdtScheme, EulerFaDdtScheme, and steadyStateFaDdtScheme.

const faMesh& mesh  )  const [inline]
 

Return mesh reference.

Reimplemented in backwardFaDdtScheme, boundedBackwardFaDdtScheme, CrankNicholsonFaDdtScheme, EulerFaDdtScheme, and steadyStateFaDdtScheme.

Definition at line 145 of file faDdtScheme.H.

tmp<faDdtScheme<Type> > New const faMesh mesh,
Istream schemeData
[static]
 

Return a pointer to a new faDdtScheme created on freestore.

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

Disallow default bitwise assignment.

virtual const word& type  )  const [pure virtual]
 

Runtime type information.


Member Data Documentation

const faMesh& mesh_ [protected]
 

Definition at line 82 of file faDdtScheme.H.


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