Does averaging of fields over layers of cells. Assumes layered mesh. More...
Public Member Functions | |
channelIndex (const polyMesh &, const dictionary &) | |
Construct from dictionary. More... | |
channelIndex (const polyMesh &mesh, const labelList &startFaces, const bool symmetric, const direction dir) | |
Construct from supplied starting faces. More... | |
template<class T > | |
Field< T > | regionSum (const Field< T > &cellField) const |
Sum field per region. More... | |
template<class T > | |
Field< T > | collapse (const Field< T > &vsf, const bool asymmetric=false) const |
Collapse a field to a line. More... | |
const scalarField & | y () const |
Return the field of Y locations from the cell centres. More... | |
Does averaging of fields over layers of cells. Assumes layered mesh.
Definition at line 52 of file channelIndex.H.
channelIndex | ( | const polyMesh & | , |
const dictionary & | |||
) |
Construct from dictionary.
channelIndex | ( | const polyMesh & | mesh, |
const labelList & | startFaces, | ||
const bool | symmetric, | ||
const direction | dir | ||
) |
Construct from supplied starting faces.
Collapse a field to a line.
|
inline |
Return the field of Y locations from the cell centres.
Definition at line 134 of file channelIndex.H.