FreeFOAM The Cross-Platform CFD Toolkit
outletStabilised< Type > Class Template Reference

Outlet-stabilised interpolation scheme which applies upwind differencing to the faces of the cells adjacent to outlets. More...

#include <finiteVolume/outletStabilised.H>


Detailed Description

template<class Type>
class Foam::outletStabilised< Type >

Outlet-stabilised interpolation scheme which applies upwind differencing to the faces of the cells adjacent to outlets.

This is particularly useful to stabilise the velocity at entrainment boundaries for LES cases using linear or other centred differencing schemes.

Source files

Definition at line 60 of file outletStabilised.H.

+ Inheritance diagram for outletStabilised< Type >:
+ Collaboration diagram for outletStabilised< Type >:

List of all members.

Public Member Functions

 TypeName ("outletStabilised")
 Runtime type information.
 outletStabilised (const fvMesh &mesh, Istream &is)
 Construct from mesh and Istream.
 outletStabilised (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &is)
 Construct from mesh, faceFlux and Istream.
tmp< surfaceScalarFieldweights (const GeometricField< Type, fvPatchField, volMesh > &vf) const
 Return the interpolation weighting factors.
virtual bool corrected () const
 Return true if this scheme uses an explicit correction.
virtual tmp< GeometricField
< Type, fvsPatchField,
surfaceMesh > > 
correction (const GeometricField< Type, fvPatchField, volMesh > &vf) const
 Return the explicit correction to the face-interpolate.
- Public Member Functions inherited from surfaceInterpolationScheme< Type >
 TypeName ("surfaceInterpolationScheme")
 Runtime type information.
 declareRunTimeSelectionTable (tmp, surfaceInterpolationScheme, Mesh,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData))
 declareRunTimeSelectionTable (tmp, surfaceInterpolationScheme, MeshFlux,(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData),(mesh, faceFlux, schemeData))
 surfaceInterpolationScheme (const fvMesh &mesh)
 Construct from mesh.
virtual ~surfaceInterpolationScheme ()
const fvMeshmesh () const
 Return mesh reference.
virtual tmp< GeometricField
< Type, fvsPatchField,
surfaceMesh > > 
interpolate (const GeometricField< Type, fvPatchField, volMesh > &) const
 Return the face-interpolate of the given cell field.
tmp< GeometricField< Type,
fvsPatchField, surfaceMesh > > 
interpolate (const tmp< GeometricField< Type, fvPatchField, volMesh > > &) const
 Return the face-interpolate of the given tmp cell field.
- Public Member Functions inherited from refCount
 refCount ()
 Construct null with zero count.
int count () const
 Return the reference count.
bool okToDelete () const
 Return true if the reference count is zero.
void resetRefCount ()
 Reset the reference count to zero.
void operator++ ()
 Increment the reference count.
void operator++ (int)
 Increment the reference count.
void operator-- ()
 Decrement the reference count.
void operator-- (int)
 Decrement the reference count.

Additional Inherited Members

- Static Public Member Functions inherited from surfaceInterpolationScheme< Type >
static tmp
< surfaceInterpolationScheme
< Type > > 
New (const fvMesh &mesh, Istream &schemeData)
 Return new tmp interpolation scheme.
static tmp
< surfaceInterpolationScheme
< Type > > 
New (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData)
 Return new tmp interpolation scheme.
static tmp< GeometricField
< Type, fvsPatchField,
surfaceMesh > > 
interpolate (const GeometricField< Type, fvPatchField, volMesh > &, const tmp< surfaceScalarField > &, const tmp< surfaceScalarField > &)
 Return the face-interpolate of the given cell field.
static tmp< GeometricField
< Type, fvsPatchField,
surfaceMesh > > 
interpolate (const GeometricField< Type, fvPatchField, volMesh > &, const tmp< surfaceScalarField > &)
 Return the face-interpolate of the given cell field.

Constructor & Destructor Documentation

outletStabilised ( const fvMesh mesh,
Istream is 
)
inline

Construct from mesh and Istream.

Definition at line 89 of file outletStabilised.H.

outletStabilised ( const fvMesh mesh,
const surfaceScalarField faceFlux,
Istream is 
)
inline

Construct from mesh, faceFlux and Istream.

Definition at line 111 of file outletStabilised.H.


Member Function Documentation

TypeName ( "outletStabilised< Type >"  )

Runtime type information.

virtual bool corrected ( ) const
inlinevirtual

Return true if this scheme uses an explicit correction.

Reimplemented from surfaceInterpolationScheme< Type >.

Definition at line 176 of file outletStabilised.H.

Referenced by outletStabilised< Type >::correction().

virtual tmp<GeometricField<Type, fvsPatchField, surfaceMesh> > correction ( const GeometricField< Type, fvPatchField, volMesh > &  vf) const
inlinevirtual

Return the explicit correction to the face-interpolate.

set to zero on the near-boundary faces where upwinf is applied

Reimplemented from surfaceInterpolationScheme< Type >.

Definition at line 185 of file outletStabilised.H.

References fvMesh::boundary(), GeometricField< Type, PatchField, GeoMesh >::boundaryField(), cells, primitiveMesh::cells(), outletStabilised< Type >::corrected(), forAll, Foam::isA(), primitiveMesh::isInternalFace(), surfaceInterpolationScheme< Type >::mesh(), and patchi.


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