Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
ddtScheme< Type > Class Template Referenceabstract

Abstract base class for ddt schemes. More...

Inheritance diagram for ddtScheme< Type >:
Inheritance graph
[legend]
Collaboration diagram for ddtScheme< Type >:
Collaboration graph
[legend]

Public Types

typedef GeometricField< typename flux< Type >::type, fvsPatchField, surfaceMeshfluxFieldType
 

Public Member Functions

virtual const wordtype () const =0
 Runtime type information. More...
 
 declareRunTimeSelectionTable (tmp, ddtScheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData))
 
 ddtScheme (const fvMesh &mesh)
 Construct from mesh. More...
 
 ddtScheme (const fvMesh &mesh, Istream &)
 Construct from mesh and Istream. More...
 
virtual ~ddtScheme ()
 Destructor. More...
 
const fvMeshmesh () const
 Return mesh reference. More...
 
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< GeometricField< Type, fvPatchField, volMesh > > fvcDdt (const volScalarField &alpha, const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &)=0
 
virtual tmp< fvMatrix< Type > > fvmDdt (const GeometricField< Type, fvPatchField, volMesh > &)=0
 
virtual tmp< fvMatrix< Type > > fvmDdt (const dimensionedScalar &, const GeometricField< Type, fvPatchField, volMesh > &)=0
 
virtual tmp< fvMatrix< Type > > fvmDdt (const volScalarField &, const GeometricField< Type, fvPatchField, volMesh > &)=0
 
virtual tmp< fvMatrix< Type > > fvmDdt (const volScalarField &alpha, const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &vf)=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< fluxFieldTypefvcDdtUfCorr (const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)=0
 
virtual tmp< fluxFieldTypefvcDdtPhiCorr (const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)=0
 
virtual tmp< fluxFieldTypefvcDdtUfCorr (const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)=0
 
virtual tmp< fluxFieldTypefvcDdtPhiCorr (const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)=0
 
virtual tmp< surfaceScalarFieldmeshPhi (const GeometricField< Type, fvPatchField, volMesh > &)=0
 
- Public Member Functions inherited from refCount
 refCount ()
 Construct null with zero count. More...
 
int count () const
 Return the reference count. More...
 
bool okToDelete () const
 Return true if the reference count is zero. More...
 
void resetRefCount ()
 Reset the reference count to zero. More...
 
void operator++ ()
 Increment the reference count. More...
 
void operator++ (int)
 Increment the reference count. More...
 
void operator-- ()
 Decrement the reference count. More...
 
void operator-- (int)
 Decrement the reference count. More...
 

Static Public Member Functions

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

Protected Member Functions

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

Protected Attributes

const fvMeshmesh_
 

Detailed Description

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

Abstract base class for ddt schemes.

Source files

Definition at line 64 of file ddtScheme.H.

Member Typedef Documentation

◆ fluxFieldType

Definition at line 198 of file ddtScheme.H.

Constructor & Destructor Documentation

◆ ddtScheme() [1/3]

ddtScheme ( const ddtScheme< Type > &  )
protected

Disallow copy construct.

◆ ddtScheme() [2/3]

ddtScheme ( const fvMesh mesh)
inline

Construct from mesh.

Definition at line 106 of file ddtScheme.H.

◆ ddtScheme() [3/3]

ddtScheme ( const fvMesh mesh,
Istream  
)
inline

Construct from mesh and Istream.

Definition at line 112 of file ddtScheme.H.

◆ ~ddtScheme()

~ddtScheme
virtual

Destructor.

Definition at line 92 of file ddtScheme.C.

Member Function Documentation

◆ operator=()

void operator= ( const ddtScheme< Type > &  )
protected

Disallow default bitwise assignment.

◆ type()

virtual const word& type ( ) const
pure virtual

Runtime type information.

◆ declareRunTimeSelectionTable()

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

◆ New()

tmp< ddtScheme< Type > > New ( const fvMesh mesh,
Istream schemeData 
)
static

Return a pointer to a new ddtScheme created on freestore.

Definition at line 46 of file ddtScheme.C.

References Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::Info, mesh, and Foam::nl.

Referenced by Foam::fvc::ddt(), Foam::fvm::ddt(), and Foam::fvc::ddtCorr().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mesh()

const fvMesh& mesh ( ) const
inline

◆ fvcDdt() [1/5]

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

◆ fvcDdt() [2/5]

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

◆ fvcDdt() [3/5]

virtual tmp<GeometricField<Type, fvPatchField, volMesh> > fvcDdt ( const dimensionedScalar ,
const GeometricField< Type, fvPatchField, volMesh > &   
)
pure virtual

◆ fvcDdt() [4/5]

virtual tmp<GeometricField<Type, fvPatchField, volMesh> > fvcDdt ( const volScalarField ,
const GeometricField< Type, fvPatchField, volMesh > &   
)
pure virtual

◆ fvcDdt() [5/5]

tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt ( const volScalarField alpha,
const volScalarField rho,
const GeometricField< Type, fvPatchField, volMesh > &  vf 
)
pure virtual

◆ fvmDdt() [1/4]

virtual tmp<fvMatrix<Type> > fvmDdt ( const GeometricField< Type, fvPatchField, volMesh > &  )
pure virtual

◆ fvmDdt() [2/4]

virtual tmp<fvMatrix<Type> > fvmDdt ( const dimensionedScalar ,
const GeometricField< Type, fvPatchField, volMesh > &   
)
pure virtual

◆ fvmDdt() [3/4]

virtual tmp<fvMatrix<Type> > fvmDdt ( const volScalarField ,
const GeometricField< Type, fvPatchField, volMesh > &   
)
pure virtual

◆ fvmDdt() [4/4]

tmp< fvMatrix< Type > > fvmDdt ( const volScalarField alpha,
const volScalarField rho,
const GeometricField< Type, fvPatchField, volMesh > &  vf 
)
pure virtual

◆ fvcDdtPhiCoeff() [1/2]

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

◆ fvcDdtPhiCoeff() [2/2]

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

Definition at line 182 of file ddtScheme.C.

References Foam::fvc::interpolate(), mesh, phi, and U.

Here is the call graph for this function:

◆ fvcDdtUfCorr() [1/2]

virtual tmp<fluxFieldType> fvcDdtUfCorr ( const GeometricField< Type, fvPatchField, volMesh > &  U,
const GeometricField< Type, fvsPatchField, surfaceMesh > &  Uf 
)
pure virtual

◆ fvcDdtPhiCorr() [1/2]

virtual tmp<fluxFieldType> fvcDdtPhiCorr ( const GeometricField< Type, fvPatchField, volMesh > &  U,
const fluxFieldType phi 
)
pure virtual

◆ fvcDdtUfCorr() [2/2]

virtual tmp<fluxFieldType> fvcDdtUfCorr ( const volScalarField rho,
const GeometricField< Type, fvPatchField, volMesh > &  U,
const GeometricField< Type, fvsPatchField, surfaceMesh > &  Uf 
)
pure virtual

◆ fvcDdtPhiCorr() [2/2]

virtual tmp<fluxFieldType> fvcDdtPhiCorr ( const volScalarField rho,
const GeometricField< Type, fvPatchField, volMesh > &  U,
const fluxFieldType phi 
)
pure virtual

◆ meshPhi()

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

Field Documentation

◆ mesh_

const fvMesh& mesh_
protected

Definition at line 73 of file ddtScheme.H.

Referenced by ddtScheme< Type >::mesh().


The documentation for this class was generated from the following files: