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


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) |
Construct a volume field from a surface field using a combine operator.
Original source file fvcCellReduce.H
InNamespace Foam::fvc
Definition in file fvcCellReduce.H.