|
| | TypeName ("cell") |
| | Runtime type information. More...
|
| |
| | 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 LagrangianMesh & | mesh () 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) |
| |
| 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...
|
| |
template<class Type>
class Foam::Lagrangian::accumulationSchemes::cell< Type >
Definition at line 54 of file cell_LagrangianAccumulationScheme.H.