LagrangiancAccumulate.H File Reference

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

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

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)
 

Detailed Description

Functions for accumulating Lagrangian values into cell fields.

Original source file LagrangiancAccumulate.H

InNamespace Foam::Lagrangianc

Source files

Definition in file LagrangiancAccumulate.H.