FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

faceLimitedGrad< Type > Class Template Reference

faceLimitedGrad gradient scheme applied to a runTime selected base gradient scheme. More...

#include <finiteVolume/faceLimitedGrad.H>


Detailed Description

template<class Type>
class Foam::fv::faceLimitedGrad< Type >

faceLimitedGrad gradient scheme applied to a runTime selected base gradient scheme.

The scalar limiter based on limiting the extrapolated face values between the face-neighbour cell values and is applied to all components of the gradient.

Source files

Definition at line 60 of file faceLimitedGrad.H.

Inheritance diagram for faceLimitedGrad< Type >:
Collaboration diagram for faceLimitedGrad< Type >:

List of all members.

Public Member Functions

 TypeName ("faceLimited")
 RunTime type information.
 faceLimitedGrad (const fvMesh &mesh, Istream &schemeData)
 Construct from mesh and schemeData.
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.
template<>
tmp< volVectorField >  grad (const volScalarField &vsf) const
template<>
tmp< volTensorField >  grad (const volVectorField &vvf) const

Constructor & Destructor Documentation

faceLimitedGrad ( const fvMesh &   mesh,
Istream &   schemeData  
) [inline]

Construct from mesh and schemeData.

Definition at line 99 of file faceLimitedGrad.H.

References Foam::exit(), Foam::FatalIOError, and FatalIOErrorIn.


Member Function Documentation

TypeName ( "faceLimited"    )

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 >.


The documentation for this class was generated from the following file:
  • src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/faceLimitedGrad/faceLimitedGrad.H