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

reverseLinear< Type > Class Template Reference

Inversed weight central-differencing interpolation scheme class. More...

#include <finiteVolume/reverseLinear.H>


Detailed Description

template<class Type>
class Foam::reverseLinear< Type >

Inversed weight central-differencing interpolation scheme class.

Useful for inverse weighted and harmonic interpolations.

Source files

Definition at line 53 of file reverseLinear.H.

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

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

reverseLinear ( const fvMesh &   mesh  ) [inline]

Construct from mesh.

Definition at line 72 of file reverseLinear.H.

reverseLinear ( const fvMesh &   mesh,
Istream &    
) [inline]

Construct from Istream.

Definition at line 78 of file reverseLinear.H.

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

Construct from faceFlux and Istream.

Definition at line 85 of file reverseLinear.H.


Member Function Documentation

TypeName ( "reverseLinear< Type >"    )

Runtime type information.

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

Return the interpolation weighting factors.

Implements surfaceInterpolationScheme< Type >.

Definition at line 99 of file reverseLinear.H.

References fvMesh::boundary(), Foam::dimless, forAll, surfaceInterpolationScheme< Type >::mesh(), fvMesh::time(), and Time::timeName().


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