fvcCellReduce.H File Reference

Construct a volume field from a surface field using a combine operator. More...

Include dependency graph for fvcCellReduce.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::fvc
 Namespace of functions to calculate explicit derivatives.
 

Functions

template<class Type , class CombineOp >
tmp< VolField< Type > > cellReduce (const SurfaceField< Type > &, const CombineOp &cop, const Type &nullValue=pTraits< Type >::zero)
 
template<class Type , class CombineOp >
tmp< VolField< Type > > cellReduce (const tmp< SurfaceField< Type >> &, const CombineOp &cop, const Type &nullValue=pTraits< Type >::zero)
 

Detailed Description

Construct a volume field from a surface field using a combine operator.

Original source file fvcCellReduce.H

InNamespace Foam::fvc

Source files

Definition in file fvcCellReduce.H.