All Classes Namespaces Files Functions Variables Typedefs Friends Macros Groups
Classes | Public Member Functions | List of all members
reduced Class Reference
Inheritance diagram for reduced:
Inheritance graph
[legend]
Collaboration diagram for reduced:
Collaboration graph
[legend]

Classes

class  reducedFaceNormalStencil
 Methods calculating of differential operators without tangential direvatives. More...
 

Public Member Functions

 TypeName ("reduced")
 
 reduced (const IOobject &)
 Construct from IOobject. More...
 
 ~reduced ()
 Destructor. More...
 
tmp< surfaceVectorField > Grad (const volScalarField &iF)
 Calculate gradient of volume scalar function on the faces. More...
 
tmp< surfaceTensorField > Grad (const volVectorField &iVF)
 Calculate gradient of volume vector field on the faces. More...
 
tmp< surfaceScalarField > Div (const volVectorField &iVF)
 
tmp< surfaceVectorField > Div (const volTensorField &iTF)
 Calculate divergence of volume tensor field on the faces. More...
 

Detailed Description

Definition at line 41 of file reducedFaceNormalStencil.H.

Constructor & Destructor Documentation

reduced ( const IOobject &  io)

Construct from IOobject.

Definition at line 44 of file reducedFaceNormalStencil.C.

~reduced ( )

Destructor.

Definition at line 50 of file reducedFaceNormalStencil.C.

Member Function Documentation

TypeName ( "reduced"  )
Foam::tmp< Foam::surfaceVectorField > Grad ( const volScalarField &  vF)

Calculate gradient of volume scalar function on the faces.

Parameters
iFInternal scalar field. Allowable values: constant reference to the volScalarField.
Returns
Gradient of iF (vector field) which was computed on the faces of mesh.

Definition at line 63 of file reducedFaceNormalStencil.C.

References nf_.

Foam::tmp< Foam::surfaceTensorField > Grad ( const volVectorField &  iVF)

Calculate gradient of volume vector field on the faces.

Parameters
iVFInternal vector field. Allowable values: constant reference to the volVectorField.
Returns
Gradient of iVF (tensor field) which was computed on the faces of mesh.

Definition at line 79 of file reducedFaceNormalStencil.C.

References nf_.

Foam::tmp< Foam::surfaceScalarField > Div ( const volVectorField &  iVF)

Definition at line 87 of file reducedFaceNormalStencil.C.

References nf_.

Foam::tmp< Foam::surfaceVectorField > Div ( const volTensorField &  iTF)

Calculate divergence of volume tensor field on the faces.

Parameters
iTFInternal tensor field. Allowable values: constant reference to the volTensorField.
Returns
Divergence of iTF (vector field) which was computed on the faces of mesh.

Definition at line 103 of file reducedFaceNormalStencil.C.


The documentation for this class was generated from the following files: