Functions for accumulating Lagrangian values into cell fields. More...


Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
| Foam::Lagrangianc | |
Functions | |
| template<class CellMesh , class Type , template< class > class PrimitiveField> | |
| tmp< DimensionedField< Type, CellMesh > > | accumulate (const DimensionedField< Type, LagrangianMesh, PrimitiveField > &lPsi, const word &name) |
| template<class CellMesh , class Type , template< class > class PrimitiveField> | |
| tmp< DimensionedField< Type, CellMesh > > | accumulate (const DimensionedField< Type, LagrangianMesh, PrimitiveField > &lPsi) |
| template<class CellMesh , class Type , template< class > class PrimitiveField> | |
| void | accumulate (const LagrangianSubField< Type, PrimitiveField > &lPsi, DimensionedField< Type, CellMesh > &vPsi) |
| template<class CellMesh , class Type , template< class > class PrimitiveField> | |
| void | accumulate (const LagrangianSubField< Type, PrimitiveField > &lPsi, DimensionedField< Type, CellMesh > &vPsi, const word &name) |
Functions for accumulating Lagrangian values into cell fields.
Original source file LagrangiancAccumulate.H
InNamespace Foam::Lagrangianc
Definition in file LagrangiancAccumulate.H.