Second-order gradient scheme using least-squares. More...
#include <finiteVolume/extendedLeastSquaresGrad.H>
Second-order gradient scheme using least-squares.
Definition at line 55 of file extendedLeastSquaresGrad.H.
Inheritance diagram for extendedLeastSquaresGrad< Type >:
Collaboration diagram for extendedLeastSquaresGrad< Type >:Public Member Functions | |
| TypeName ("extendedLeastSquares") | |
| Runtime type information.
| |
| extendedLeastSquaresGrad (const fvMesh &mesh, Istream &schemeData) | |
| Construct from Istream.
| |
| tmp< GeometricField< typename outerProduct< vector, Type > ::type, fvPatchField, volMesh > > | grad (const GeometricField< Type, fvPatchField, volMesh > &) const |
| Calculate and return the grad of the given field.
| |
| extendedLeastSquaresGrad | ( | const fvMesh & | mesh, |
| Istream & | schemeData | ||
| ) | [inline]
|
Construct from Istream.
Definition at line 83 of file extendedLeastSquaresGrad.H.
References Foam::exit(), Foam::FatalIOError, and FatalIOErrorIn.
| TypeName | ( | "extendedLeastSquares" | ) |
Runtime type information.
| tmp< GeometricField <typename outerProduct<vector, Type>::type, fvPatchField, volMesh> > grad | ( | const GeometricField< Type, fvPatchField, volMesh > & | ) | const [virtual]
|
Calculate and return the grad of the given field.
Implements gradScheme< Type >.