![]() |
|
Public Member Functions | |
samplingLine (const fvMesh &mesh, const point &start, const point &end, const label noPoints=50) | |
Construct from components. | |
samplingLine (const fvMesh &mesh, Istream &) | |
Construct from mesh and Istream. | |
const vectorField & | points () const |
const scalarField & | parametricX () const |
scalarField | simpleInterpolate (const volScalarField &f) const |
Uses the nearest cell value as the interpolate. | |
scalarField | interpolate (const volScalarField &f) const |
Calculates the cell gradient of f and calls next function. | |
scalarField | interpolate (const volScalarField &f, const volVectorField &gradf) const |
Uses the cell gradient to perform a second order interpolate. |
|
Construct from components.
|
|
Construct from mesh and Istream.
|
|
Uses the cell gradient to perform a second order interpolate.
|
|
Calculates the cell gradient of f and calls next function.
|
|
Definition at line 124 of file samplingLine.H. References Foam::interpolate(), Foam::scalarField, Foam::volScalarField, and Foam::volVectorField. |
Here is the call graph for this function:
|
Definition at line 119 of file samplingLine.H. |
|
Uses the nearest cell value as the interpolate.
|