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

blended< Type > Class Template Reference

linear/upwind blended differencing scheme. More...

#include <finiteVolume/blended.H>


Detailed Description

template<class Type>
class Foam::blended< Type >

linear/upwind blended differencing scheme.

Source files

Definition at line 50 of file blended.H.

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

List of all members.

Public Member Functions

 TypeName ("blended")
 Runtime type information.
 blended (const fvMesh &mesh, const surfaceScalarField &faceFlux, const scalar blendingFactor)
 Construct from mesh, faceFlux and blendingFactor.
 blended (const fvMesh &mesh, Istream &is)
 Construct from mesh and Istream.
 blended (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &is)
 Construct from mesh, faceFlux and Istream.
virtual tmp< surfaceScalarField >  limiter (const GeometricField< Type, fvPatchField, volMesh > &) const
 Return the interpolation limiter.
virtual tmp< surfaceScalarField >  weights (const GeometricField< Type, fvPatchField, volMesh > &vf) const
 Return the interpolation weighting factors.

Constructor & Destructor Documentation

blended ( const fvMesh &   mesh,
const surfaceScalarField &   faceFlux,
const scalar   blendingFactor  
) [inline]

Construct from mesh, faceFlux and blendingFactor.

Definition at line 78 of file blended.H.

blended ( const fvMesh &   mesh,
Istream &   is  
) [inline]

Construct from mesh and Istream.

The name of the flux field is read from the Istream and looked-up from the mesh objectRegistry

Definition at line 92 of file blended.H.

blended ( const fvMesh &   mesh,
const surfaceScalarField &   faceFlux,
Istream &   is  
) [inline]

Construct from mesh, faceFlux and Istream.

Definition at line 103 of file blended.H.


Member Function Documentation

TypeName ( "blended< Type >"    )

Runtime type information.

virtual tmp<surfaceScalarField> limiter ( const GeometricField< Type, fvPatchField, volMesh > &    ) const [inline, virtual]

Return the interpolation limiter.

Implements limitedSurfaceInterpolationScheme< Type >.

Definition at line 118 of file blended.H.

References Foam::dimless, surfaceInterpolationScheme< Type >::mesh(), and timeName.

virtual tmp<surfaceScalarField> weights ( const GeometricField< Type, fvPatchField, volMesh > &   vf  ) const [inline, virtual]

Return the interpolation weighting factors.

Reimplemented from limitedSurfaceInterpolationScheme< Type >.

Definition at line 145 of file blended.H.

References limitedSurfaceInterpolationScheme< Type >::faceFlux_, surfaceInterpolationScheme< Type >::mesh(), and Foam::pos().


The documentation for this class was generated from the following file:
  • src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/blended/blended.H