![]() |
|
Public Member Functions | |
TypeName ("Gauss") | |
Runtime type information. | |
gaussGrad (const fvMesh &mesh) | |
Construct from mesh. | |
gaussGrad (const fvMesh &mesh, Istream &is) | |
Construct from Istream. | |
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh > > | grad (const GeometricField< Type, fvPatchField, volMesh > &) const |
Return the gradient of the given field calculated. | |
Static Public Member Functions | |
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh > > | grad (const GeometricField< Type, fvPatchField, surfaceMesh > &) |
Return the gradient of the given field. | |
void | correctBoundaryConditions (const GeometricField< Type, fvPatchField, volMesh > &, GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh > &) |
Correct the boundary values of the gradient using the patchField. |
|
Construct from mesh.
Definition at line 93 of file gaussGrad.H. References IOstream::eof(), and mesh. |
Here is the call graph for this function:
|
Construct from Istream.
Definition at line 100 of file gaussGrad.H. |
|
Correct the boundary values of the gradient using the patchField. snGrad functions |
|
Return the gradient of the given field calculated. using Gauss' theorem on the interpolated field Implements gradScheme. |
|
Return the gradient of the given field. calculated using Gauss' theorem on the given surface field |
|
Runtime type information.
|