cellPoint< Type > Class Template Reference
Inheritance diagram for cellPoint< Type >:
Collaboration diagram for cellPoint< Type >:

Public Member Functions

 TypeName ("cellPoint")
 Runtime type information. More...
 
- Public Member Functions inherited from accumulationScheme< Type >
 TypeName ("accumulationScheme")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (tmp, accumulationScheme, Istream,(const LagrangianMesh &mesh, Istream &is),(mesh, is))
 Declare run-time constructor selection tables. More...
 
 accumulationScheme (const LagrangianMesh &mesh)
 Construct from a mesh. More...
 
 accumulationScheme (const LagrangianMesh &mesh, Istream &)
 Construct from a mesh and a stream. More...
 
 accumulationScheme (const accumulationScheme &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~accumulationScheme ()
 Destructor. More...
 
const LagrangianMeshmesh () const
 Return mesh reference. More...
 
template<class CellMesh , template< class > class PrimitiveField>
tmp< DimensionedField< Type, CellMesh > > accumulate (const DimensionedField< Type, LagrangianMesh, PrimitiveField > &lPsi)
 Accumulate a Lagrangian field into a finite volume field. More...
 
template<class CellMesh , template< class > class PrimitiveField>
void accumulate (const LagrangianSubField< Type, PrimitiveField > &lPsi, DimensionedField< Type, CellMesh > &vPsi)
 Accumulate a Lagrangian sub-field into a finite volume field. More...
 
void operator= (const accumulationScheme &)=delete
 Disallow default bitwise assignment. More...
 
template<class CellMesh , template< class > class PrimitiveField>
Foam::tmp< Foam::DimensionedField< Type, CellMesh > > accumulate (const DimensionedField< Type, LagrangianMesh, PrimitiveField > &lPsi)
 
- 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...
 
void operator= (const refCount &)=delete
 Disallow bitwise assignment. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from accumulationScheme< Type >
static tmp< accumulationScheme< Type > > New (const LagrangianMesh &mesh, Istream &is)
 Return a pointer to a new accumulationScheme. More...
 
- Protected Member Functions inherited from refCount
 refCount ()
 Construct null initialising count to 0. More...
 
 refCount (const refCount &)=delete
 Disallow copy. More...
 
- Protected Attributes inherited from accumulationScheme< Type >
const LagrangianMeshmesh_
 Reference to the mesh. More...
 

Detailed Description

template<class Type>
class Foam::Lagrangian::accumulationSchemes::cellPoint< Type >

Definition at line 54 of file cellPoint_LagrangianAccumulationScheme.H.

Member Function Documentation

◆ TypeName()

TypeName ( "cellPoint< Type >"  )

Runtime type information.


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