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

weighted< Type > Class Template Reference

Interpolation scheme class using weights looked-up from the objectRegistry. More...

#include <finiteVolume/weighted.H>


Detailed Description

template<class Type>
class Foam::weighted< Type >

Interpolation scheme class using weights looked-up from the objectRegistry.

Source files

Definition at line 51 of file weighted.H.

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

List of all members.

Public Member Functions

 TypeName ("weighted")
 Runtime type information.
 weighted (const surfaceScalarField &weights)
 Construct from weights.
 weighted (const fvMesh &mesh, Istream &is)
 Construct from Istream.
 weighted (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

weighted ( const surfaceScalarField &   weights  ) [inline]

Construct from weights.

Definition at line 75 of file weighted.H.

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

Construct from Istream.

Definition at line 82 of file weighted.H.

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

Construct from faceFlux and Istream.

Definition at line 94 of file weighted.H.


Member Function Documentation

TypeName ( "weighted< 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 116 of file weighted.H.


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