ddtScheme< Type > Class Template Referenceabstract

Abstract base class for ddt schemes. More...

Inheritance diagram for ddtScheme< Type >:
Collaboration diagram for ddtScheme< Type >:

Public Types

typedef SurfaceField< typename flux< Type >::typefluxFieldType
 

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...
 
 ddtScheme (const ddtScheme &)
 Disallow default bitwise copy construction. More...
 
virtual ~ddtScheme ()
 Destructor. More...
 
const fvMeshmesh () const
 Return mesh reference. More...
 
virtual tmp< VolField< Type > > fvcDdt (const dimensioned< Type > &)=0
 
virtual tmp< VolField< Type > > fvcDdt (const VolField< Type > &)=0
 
virtual tmp< VolField< Type > > fvcDdt (const dimensionedScalar &, const VolField< Type > &)=0
 
virtual tmp< VolField< Type > > fvcDdt (const volScalarField &, const VolField< Type > &)=0
 
virtual tmp< VolField< Type > > fvcDdt (const volScalarField &alpha, const volScalarField &rho, const VolField< Type > &)=0
 
virtual tmp< SurfaceField< Type > > fvcDdt (const SurfaceField< Type > &)
 
virtual tmp< fvMatrix< Type > > fvmDdt (const VolField< Type > &)=0
 
virtual tmp< fvMatrix< Type > > fvmDdt (const dimensionedScalar &, const VolField< Type > &)=0
 
virtual tmp< fvMatrix< Type > > fvmDdt (const volScalarField &, const VolField< Type > &)=0
 
virtual tmp< fvMatrix< Type > > fvmDdt (const volScalarField &alpha, const volScalarField &rho, const VolField< Type > &vf)=0
 
virtual tmp< surfaceScalarFieldfvcDdtPhiCoeff (const VolField< Type > &U, const fluxFieldType &phi, const fluxFieldType &phiCorr)
 
virtual tmp< surfaceScalarFieldfvcDdtPhiCoeff (const VolField< Type > &U, const fluxFieldType &phi, const fluxFieldType &phiCorr, const volScalarField &rho)
 
virtual tmp< surfaceScalarFieldfvcDdtPhiCoeff (const VolField< Type > &U, const fluxFieldType &phi)
 
virtual tmp< surfaceScalarFieldfvcDdtPhiCoeff (const VolField< Type > &U, const fluxFieldType &phi, const volScalarField &rho)
 
virtual tmp< fluxFieldTypefvcDdtUfCorr (const VolField< Type > &U, const SurfaceField< Type > &Uf)=0
 
virtual tmp< fluxFieldTypefvcDdtPhiCorr (const VolField< Type > &U, const fluxFieldType &phi)=0
 
virtual tmp< fluxFieldTypefvcDdtUfCorr (const volScalarField &rho, const VolField< Type > &U, const SurfaceField< Type > &rhoUf)=0
 
virtual tmp< fluxFieldTypefvcDdtPhiCorr (const volScalarField &rho, const VolField< Type > &U, const fluxFieldType &phi)=0
 
virtual tmp< fluxFieldTypefvcDdtUfCorr (const volScalarField &alpha, const volScalarField &rho, const VolField< Type > &U, const SurfaceField< Type > &Uf)=0
 
virtual tmp< fluxFieldTypefvcDdtPhiCorr (const volScalarField &alpha, const volScalarField &rho, const VolField< Type > &U, const fluxFieldType &phi)=0
 
virtual tmp< surfaceScalarFieldmeshPhi (const VolField< Type > &)=0
 
virtual tmp< scalarFieldmeshPhi (const VolField< Type > &, const label patchi)=0
 
void operator= (const ddtScheme &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from refCount
int count () const
 Return the current reference count. More...
 
bool unique () const
 Return true if the reference count is 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 Attributes

const fvMeshmesh_
 

Additional Inherited Members

- Protected Member Functions inherited from refCount
 refCount ()
 Construct null initialising count to 0. More...
 

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

typedef SurfaceField<typename flux<Type>::type> fluxFieldType

Definition at line 192 of file ddtScheme.H.

Constructor & Destructor Documentation

◆ ddtScheme() [1/3]

ddtScheme ( const fvMesh mesh)
inline

Construct from mesh.

Definition at line 97 of file ddtScheme.H.

◆ ddtScheme() [2/3]

ddtScheme ( const fvMesh mesh,
Istream  
)
inline

Construct from mesh and Istream.

Definition at line 103 of file ddtScheme.H.

◆ ddtScheme() [3/3]

ddtScheme ( const ddtScheme< Type > &  )

Disallow default bitwise copy construction.

◆ ~ddtScheme()

~ddtScheme
virtual

Destructor.

Definition at line 89 of file ddtScheme.C.

Member Function Documentation

◆ 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 44 of file ddtScheme.C.

References Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, InfoInFunction, 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/6]

◆ fvcDdt() [2/6]

◆ fvcDdt() [3/6]

◆ fvcDdt() [4/6]

◆ fvcDdt() [5/6]

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

◆ fvcDdt() [6/6]

tmp< SurfaceField< Type > > fvcDdt ( const SurfaceField< Type > &  sf)
virtual

Reimplemented in localEulerDdtScheme< Type >, and EulerDdtScheme< Type >.

Definition at line 135 of file ddtScheme.C.

References NotImplemented, and GeometricField< Type, PatchField, GeoMesh >::null().

Here is the call graph for this function:

◆ fvmDdt() [1/4]

◆ fvmDdt() [2/4]

◆ fvmDdt() [3/4]

◆ fvmDdt() [4/4]

◆ fvcDdtPhiCoeff() [1/4]

◆ fvcDdtPhiCoeff() [2/4]

tmp< surfaceScalarField > fvcDdtPhiCoeff ( const VolField< Type > &  U,
const fluxFieldType phi,
const fluxFieldType phiCorr,
const volScalarField rho 
)
virtual

Definition at line 205 of file ddtScheme.C.

References U.

◆ fvcDdtPhiCoeff() [3/4]

tmp< surfaceScalarField > fvcDdtPhiCoeff ( const VolField< Type > &  U,
const fluxFieldType phi 
)
virtual

Definition at line 218 of file ddtScheme.C.

References Foam::fvc::dotInterpolate(), and U.

Here is the call graph for this function:

◆ fvcDdtPhiCoeff() [4/4]

tmp< surfaceScalarField > fvcDdtPhiCoeff ( const VolField< Type > &  U,
const fluxFieldType phi,
const volScalarField rho 
)
virtual

Definition at line 229 of file ddtScheme.C.

References Foam::fvc::dotInterpolate(), and U.

Here is the call graph for this function:

◆ fvcDdtUfCorr() [1/3]

◆ fvcDdtPhiCorr() [1/3]

◆ fvcDdtUfCorr() [2/3]

◆ fvcDdtPhiCorr() [2/3]

◆ fvcDdtUfCorr() [3/3]

◆ fvcDdtPhiCorr() [3/3]

◆ meshPhi() [1/2]

◆ meshPhi() [2/2]

◆ operator=()

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

Disallow default bitwise assignment.

Member Data 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: