makeFunction2s.C File Reference
Include dependency graph for makeFunction2s.C:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::Function2s
 

Macros

#define makeFunction2s(Type, nullArg)
 

Functions

 makeFunction2 (label)
 
 makeFunction2Type (None, label)
 
 makeFunction2Type (Constant, label)
 
 FOR_ALL_FIELD_TYPES (makeFunction2s)
 

Detailed Description

Original source file makeFunction2s.C

Definition in file makeFunction2s.C.

Macro Definition Documentation

◆ makeFunction2s

#define makeFunction2s (   Type,
  nullArg 
)
Value:
\
makeFunction2(Type); \
\
namespace Function2s \
{ \
makeFunction2Type(None, Type); \
makeFunction2Type(Constant, Type); \
makeFunction2Type(ZeroConstant, Type); \
makeFunction2Type(OneConstant, Type); \
makeFunction2Type(Scale, Type); \
makeFunction2Type(UniformTable, Type); \
makeFunction2Type(Coded, Type); \
}

Definition at line 38 of file makeFunction2s.C.