![]() |
|
Public Member Functions | |
TypeName ("cubic") | |
Runtime type information. | |
cubic (const fvMesh &mesh) | |
Construct from mesh. | |
cubic (const fvMesh &mesh, Istream &) | |
Construct from mesh and Istream. | |
cubic (const fvMesh &mesh, const surfaceScalarField &, Istream &) | |
Construct from mesh, faceFlux and Istream. | |
virtual bool | corrected () const |
Return true if this scheme uses an explicit correction. | |
virtual tmp< GeometricField< Type, fvPatchField, surfaceMesh > > | correction (const GeometricField< Type, fvPatchField, volMesh > &vf) const |
Return the explicit correction to the face-interpolate. |
|
Construct from mesh.
|
|
Construct from mesh and Istream.
Definition at line 89 of file cubic.H. References Foam::surfaceScalarField. |
|
Construct from mesh, faceFlux and Istream.
|
|
Return true if this scheme uses an explicit correction.
Reimplemented from surfaceInterpolationScheme. Definition at line 112 of file cubic.H. References mesh. |
|
Return the explicit correction to the face-interpolate.
Reimplemented from surfaceInterpolationScheme. Definition at line 120 of file cubic.H. References Foam::direction, mesh, Foam::surfaceScalarField, and Foam::vector. |
|
Runtime type information.
|