cellPointLagrangianAccumulator.H File Reference
Include dependency graph for cellPointLagrangianAccumulator.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cellPointLagrangianAccumulator
 Helper class for the cell-point Lagrangian accumulation scheme. This is a mesh object in order to provide a place to store reusable accumulation weights and workspace. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define DECLARE_ACCUMULATING_POINT_TYPES(Type, nullArg)
 Accumulated values on each accumulating point. More...
 

Detailed Description

Original source file cellPointLagrangianAccumulator.H

Definition in file cellPointLagrangianAccumulator.H.

Macro Definition Documentation

◆ DECLARE_ACCUMULATING_POINT_TYPES

#define DECLARE_ACCUMULATING_POINT_TYPES (   Type,
  nullArg 
)
Value:
mutable autoPtr<DynamicList<Type>> \
CAT3(accumulatingPoint, CAPITALIZE(Type), ValuesPtr_);
#define CAPITALIZE(name)
Map 'name' to 'Name' via the predefined macro CAPITALIZE_name.
Definition: macros.H:54

Accumulated values on each accumulating point.

Definition at line 74 of file cellPointLagrangianAccumulator.H.