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

UpwindFitScheme.H File Reference


Detailed Description

Definition in file UpwindFitScheme.H.

#include "src/finiteVolume/interpolation/surfaceInterpolation/schemes/UpwindFitScheme/UpwindFitData.H"
#include "src/finiteVolume/interpolation/surfaceInterpolation/schemes/linear/linear.H"
Include dependency graph for UpwindFitScheme.H:

Go to the source code of this file.

Classes

class  UpwindFitScheme< Type, Polynomial, Stencil >
 Upwind biased fit surface interpolation scheme that applies an explicit correction to linear. More...

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Defines

#define  makeUpwindFitSurfaceInterpolationTypeScheme(SS, POLYNOMIAL, STENCIL, TYPE)
#define  makeUpwindFitSurfaceInterpolationScheme(SS, POLYNOMIAL, STENCIL)

Define Documentation

#define makeUpwindFitSurfaceInterpolationTypeScheme (   SS,
  POLYNOMIAL,
  STENCIL,
  TYPE  
)
Value:
\
typedef UpwindFitScheme<TYPE, POLYNOMIAL, STENCIL>                            \
    UpwindFitScheme##TYPE##POLYNOMIAL##STENCIL##_;                            \
defineTemplateTypeNameAndDebugWithName                                        \
    (UpwindFitScheme##TYPE##POLYNOMIAL##STENCIL##_, #SS, 0);                  \
                                                                              \
surfaceInterpolationScheme<TYPE>::addMeshConstructorToTable                   \
<UpwindFitScheme<TYPE, POLYNOMIAL, STENCIL> >                                 \
    add##SS##STENCIL##TYPE##MeshConstructorToTable_;                          \
                                                                              \
surfaceInterpolationScheme<TYPE>::addMeshFluxConstructorToTable               \
<UpwindFitScheme<TYPE, POLYNOMIAL, STENCIL> >                                 \
    add##SS##STENCIL##TYPE##MeshFluxConstructorToTable_;

Definition at line 161 of file UpwindFitScheme.H.

#define makeUpwindFitSurfaceInterpolationScheme (   SS,
  POLYNOMIAL,
  STENCIL  
)