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

clippedLinear< Type > Class Template Reference

Central-differencing interpolation scheme using clipped-weights to improve stability on meshes with very rapid variations in cell size. More...

#include <finiteVolume/clippedLinear.H>


Detailed Description

template<class Type>
class Foam::clippedLinear< Type >

Central-differencing interpolation scheme using clipped-weights to improve stability on meshes with very rapid variations in cell size.

Source files

Definition at line 52 of file clippedLinear.H.

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

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

clippedLinear ( const fvMesh &   mesh,
const scalar   cellSizeRatio  
) [inline]

Construct from mesh and cellSizeRatio.

Definition at line 91 of file clippedLinear.H.

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

Construct from Istream.

Definition at line 100 of file clippedLinear.H.

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

Construct from faceFlux and Istream.

Definition at line 110 of file clippedLinear.H.


Member Function Documentation

TypeName ( "clippedLinear< Type >"    )

Runtime type information.

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

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