faNVDscheme.H File Reference
Include dependency graph for faNVDscheme.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  faNVDscheme< Type, NVDweight >
 Class to create the weighting-factors based on the NVD (Normalised Variable Diagram). More...
 

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 

Macros

#define makeNVDedgeInterpolationTypeScheme(SS, WEIGHT, NAME, TYPE)
 
#define makeNVDedgeInterpolationScheme(SS, WEIGHT, NAME)
 

Detailed Description

Original source file faNVDscheme.H

Definition in file faNVDscheme.H.

Macro Definition Documentation

◆ makeNVDedgeInterpolationTypeScheme

#define makeNVDedgeInterpolationTypeScheme (   SS,
  WEIGHT,
  NAME,
  TYPE 
)
Value:
\
typedef faNVDscheme<TYPE, WEIGHT> faNVDscheme##TYPE##WEIGHT_; \
defineTemplateTypeNameAndDebugWithName(faNVDscheme##TYPE##WEIGHT_, NAME, 0); \
\
edgeInterpolationScheme<TYPE>::addMeshConstructorToTable \
<faNVDscheme<TYPE, WEIGHT>> \
add##SS##TYPE##MeshConstructorToTable_; \
\
edgeInterpolationScheme<TYPE>::addMeshFluxConstructorToTable \
<faNVDscheme<TYPE, WEIGHT>> \
add##SS##TYPE##MeshFluxConstructorToTable_;
dict add("bounds", meshBb)

Definition at line 160 of file faNVDscheme.H.

◆ makeNVDedgeInterpolationScheme

#define makeNVDedgeInterpolationScheme (   SS,
  WEIGHT,
  NAME 
)
Value:
\
makeNVDedgeInterpolationTypeScheme(SS, WEIGHT, NAME, scalar) \
makeNVDedgeInterpolationTypeScheme(SS, WEIGHT, NAME, vector) \
makeNVDedgeInterpolationTypeScheme(SS, WEIGHT, NAME, tensor)
Tensor of scalars, i.e. Tensor<scalar>.
A Vector of values with scalar precision, where scalar is float/double depending on the compilation f...

Definition at line 174 of file faNVDscheme.H.