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

Go to the source code of this file.

Namespaces

 Foam::cellCutPlot
 Functions for generating weights for a cut-plot of a patch.
 
 Foam
 Namespace for OpenFOAM.
 

Functions

List< weight > calcWeights (const polyMesh &mesh, const generatedCellZone &zone, const scalarField &pointXs, const scalarField &cutXs, const bool interpolate, const bool normalise=true)
 Calculate and return weights. More...
 
tmp< scalarFieldcalcCutXs (const polyMesh &mesh, const generatedCellZone &zone, const scalarField &pointXs, const bool interpolate, const label nCuts, const label nIter, const bool debug=false, const word &functionName=word::null, const setWriter &functionFormatter=NullObjectRef< setWriter >())
 Compute and return evenly-spaced cut coordinates. More...
 
void writeLayers (const fvMesh &mesh, const List< cellCutPlot::weight > &weights, const word &functionName)
 Write the layers as components of a tensor field for debugging. More...
 
template<class Type >
tmp< Field< Type > > applyWeights (const label n, const List< cellCutPlot::weight > &weights, const Field< Type > &cellValues)
 Construct plot values from cell values given a set of weights. More...
 

Detailed Description

Original source file cellCutPlot.H

Definition in file cellCutPlot.H.