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

PureUpwindFitScheme.H File Reference


Detailed Description

Definition in file PureUpwindFitScheme.H.

#include "src/finiteVolume/interpolation/surfaceInterpolation/schemes/UpwindFitScheme/UpwindFitData.H"
#include "src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/upwind/upwind.H"
#include "src/OpenFOAM/primitives/bools/Switch/Switch.H"
Include dependency graph for PureUpwindFitScheme.H:

Go to the source code of this file.

Classes

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

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Defines

#define  makePureUpwindFitSurfaceInterpolationTypeScheme(SS, POLYNOMIAL, STENCIL, TYPE)
#define  makePureUpwindFitSurfaceInterpolationScheme(SS, POLYNOMIAL, STENCIL)

Define Documentation

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

Definition at line 157 of file PureUpwindFitScheme.H.

#define makePureUpwindFitSurfaceInterpolationScheme (   SS,
  POLYNOMIAL,
  STENCIL  
)