Loading...
Searching...
No Matches
upwind.C File Reference

Upwind differencing scheme class. More...

Include dependency graph for upwind.C:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Functions

 defineNamedTemplateTypeNameAndDebug (upwind< scalar >, 0)
 defineNamedTemplateTypeNameAndDebug (upwind< vector >, 0)
 defineNamedTemplateTypeNameAndDebug (upwind< sphericalTensor >, 0)
 defineNamedTemplateTypeNameAndDebug (upwind< symmTensor >, 0)
 defineNamedTemplateTypeNameAndDebug (upwind< tensor >, 0)

Variables

surfaceInterpolationScheme< scalar >::addMeshConstructorToTable< upwind< scalar > > addupwindscalarMeshConstructorToTable_
surfaceInterpolationScheme< scalar >::addMeshFluxConstructorToTable< upwind< scalar > > addupwindscalarMeshFluxConstructorToTable_
limitedSurfaceInterpolationScheme< scalar >::addMeshConstructorToTable< upwind< scalar > > addupwindscalarMeshConstructorToLimitedTable_
limitedSurfaceInterpolationScheme< scalar >::addMeshFluxConstructorToTable< upwind< scalar > > addupwindscalarMeshFluxConstructorToLimitedTable_
surfaceInterpolationScheme< vector >::addMeshConstructorToTable< upwind< vector > > addupwindvectorMeshConstructorToTable_
surfaceInterpolationScheme< vector >::addMeshFluxConstructorToTable< upwind< vector > > addupwindvectorMeshFluxConstructorToTable_
limitedSurfaceInterpolationScheme< vector >::addMeshConstructorToTable< upwind< vector > > addupwindvectorMeshConstructorToLimitedTable_
limitedSurfaceInterpolationScheme< vector >::addMeshFluxConstructorToTable< upwind< vector > > addupwindvectorMeshFluxConstructorToLimitedTable_
surfaceInterpolationScheme< sphericalTensor >::addMeshConstructorToTable< upwind< sphericalTensor > > addupwindsphericalTensorMeshConstructorToTable_
surfaceInterpolationScheme< sphericalTensor >::addMeshFluxConstructorToTable< upwind< sphericalTensor > > addupwindsphericalTensorMeshFluxConstructorToTable_
limitedSurfaceInterpolationScheme< sphericalTensor >::addMeshConstructorToTable< upwind< sphericalTensor > > addupwindsphericalTensorMeshConstructorToLimitedTable_
limitedSurfaceInterpolationScheme< sphericalTensor >::addMeshFluxConstructorToTable< upwind< sphericalTensor > > addupwindsphericalTensorMeshFluxConstructorToLimitedTable_
surfaceInterpolationScheme< symmTensor >::addMeshConstructorToTable< upwind< symmTensor > > addupwindsymmTensorMeshConstructorToTable_
surfaceInterpolationScheme< symmTensor >::addMeshFluxConstructorToTable< upwind< symmTensor > > addupwindsymmTensorMeshFluxConstructorToTable_
limitedSurfaceInterpolationScheme< symmTensor >::addMeshConstructorToTable< upwind< symmTensor > > addupwindsymmTensorMeshConstructorToLimitedTable_
limitedSurfaceInterpolationScheme< symmTensor >::addMeshFluxConstructorToTable< upwind< symmTensor > > addupwindsymmTensorMeshFluxConstructorToLimitedTable_
surfaceInterpolationScheme< tensor >::addMeshConstructorToTable< upwind< tensor > > addupwindtensorMeshConstructorToTable_
surfaceInterpolationScheme< tensor >::addMeshFluxConstructorToTable< upwind< tensor > > addupwindtensorMeshFluxConstructorToTable_
limitedSurfaceInterpolationScheme< tensor >::addMeshConstructorToTable< upwind< tensor > > addupwindtensorMeshConstructorToLimitedTable_
limitedSurfaceInterpolationScheme< tensor >::addMeshFluxConstructorToTable< upwind< tensor > > addupwindtensorMeshFluxConstructorToLimitedTable_

Detailed Description

Upwind differencing scheme class.

Original source file upwind.C

Definition in file upwind.C.