![]() |
|
Public Member Functions | |
TypeName ("skewLinear") | |
Runtime type information. | |
skewLinearEdgeInterpolation (const faMesh &mesh) | |
Construct from mesh. | |
skewLinearEdgeInterpolation (const faMesh &mesh, Istream &) | |
Construct from mesh and Istream. | |
skewLinearEdgeInterpolation (const faMesh &mesh, const edgeScalarField &, Istream &) | |
Construct from mesh, faceFlux and Istream. | |
virtual bool | corrected () const |
Return true if this scheme uses an explicit correction. | |
virtual tmp< GeometricField< Type, faPatchField, edgeMesh > > | correction (const GeometricField< Type, faPatchField, areaMesh > &vf) const |
Return the explicit correction to the face-interpolate. |
|
Construct from mesh.
Definition at line 82 of file skewLinearEdgeInterpolation.H. |
|
Construct from mesh and Istream.
Definition at line 91 of file skewLinearEdgeInterpolation.H. |
|
Construct from mesh, faceFlux and Istream.
Definition at line 103 of file skewLinearEdgeInterpolation.H. |
|
Return true if this scheme uses an explicit correction.
Reimplemented from edgeInterpolationScheme. Definition at line 117 of file skewLinearEdgeInterpolation.H. References mesh. |
|
Return the explicit correction to the face-interpolate.
Reimplemented from edgeInterpolationScheme. Definition at line 125 of file skewLinearEdgeInterpolation.H. References Foam::direction, mesh, and Foam::vector. |
|
Runtime type information.
|