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< GeometricField< Type, fvPatchField, volMesh > > | cellReduce (const GeometricField< Type, fvsPatchField, surfaceMesh > &, const CombineOp &cop, const Type &nullValue=pTraits< Type >::zero) |
template<class Type , class CombineOp > | |
tmp< GeometricField< Type, fvPatchField, volMesh > > | cellReduce (const tmp< GeometricField< Type, fvsPatchField, surfaceMesh >> &, 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.