Namespaces | Macros | Functions
makePatchFunction1s.C File Reference
Include dependency graph for makePatchFunction1s.C:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define makePatchFunction1s(Type)
 

Functions

 makePatchFunction1 (label)
 
 makePatchFunction1Type (ConstantField, label)
 
 makePatchFunction1 (scalar)
 
 makePatchFunction1Type (ConstantField, scalar)
 
 makePatchFunction1Type (MappedFile, scalar)
 
 makePatchFunction1Type (UniformValueField, scalar)
 
 makePatchFunction1 (vector)
 
 makePatchFunction1Type (ConstantField, vector)
 
 makePatchFunction1Type (MappedFile, vector)
 
 makePatchFunction1Type (UniformValueField, vector)
 
 makePatchFunction1 (sphericalTensor)
 
 makePatchFunction1Type (ConstantField, sphericalTensor)
 
 makePatchFunction1Type (MappedFile, sphericalTensor)
 
 makePatchFunction1Type (UniformValueField, sphericalTensor)
 
 makePatchFunction1 (symmTensor)
 
 makePatchFunction1Type (ConstantField, symmTensor)
 
 makePatchFunction1Type (MappedFile, symmTensor)
 
 makePatchFunction1Type (UniformValueField, symmTensor)
 
 makePatchFunction1 (tensor)
 
 makePatchFunction1Type (ConstantField, tensor)
 
 makePatchFunction1Type (MappedFile, tensor)
 
 makePatchFunction1Type (UniformValueField, tensor)
 
 addUniformValueFieldFunction1s (zero, scalar)
 Option1 : add UniformFieldValue under the same name as Function1. More...
 
 addUniformValueFieldFunction1s (zero, vector)
 
 addUniformValueFieldFunction1s (zero, sphericalTensor)
 
 addUniformValueFieldFunction1s (zero, symmTensor)
 
 addUniformValueFieldFunction1s (zero, tensor)
 
 addUniformValueFieldFunction1s (one, scalar)
 
 addUniformValueFieldFunction1s (one, vector)
 
 addUniformValueFieldFunction1s (one, sphericalTensor)
 
 addUniformValueFieldFunction1s (one, symmTensor)
 
 addUniformValueFieldFunction1s (one, tensor)
 
 addUniformValueFieldFunction1s (polynomial, scalar)
 
 addUniformValueFieldFunction1s (polynomial, vector)
 
 addUniformValueFieldFunction1s (polynomial, sphericalTensor)
 
 addUniformValueFieldFunction1s (polynomial, symmTensor)
 
 addUniformValueFieldFunction1s (polynomial, tensor)
 
 addUniformValueFieldFunction1s (cosine, scalar)
 
 addUniformValueFieldFunction1s (cosine, vector)
 
 addUniformValueFieldFunction1s (cosine, sphericalTensor)
 
 addUniformValueFieldFunction1s (cosine, symmTensor)
 
 addUniformValueFieldFunction1s (cosine, tensor)
 
 addUniformValueFieldFunction1s (sine, scalar)
 
 addUniformValueFieldFunction1s (sine, vector)
 
 addUniformValueFieldFunction1s (sine, sphericalTensor)
 
 addUniformValueFieldFunction1s (sine, symmTensor)
 
 addUniformValueFieldFunction1s (sine, tensor)
 
 addUniformValueFieldFunction1s (square, scalar)
 
 addUniformValueFieldFunction1s (square, vector)
 
 addUniformValueFieldFunction1s (square, sphericalTensor)
 
 addUniformValueFieldFunction1s (square, symmTensor)
 
 addUniformValueFieldFunction1s (square, tensor)
 
 addUniformValueFieldFunction1s (csvFile, scalar)
 
 addUniformValueFieldFunction1s (csvFile, vector)
 
 addUniformValueFieldFunction1s (csvFile, sphericalTensor)
 
 addUniformValueFieldFunction1s (csvFile, symmTensor)
 
 addUniformValueFieldFunction1s (csvFile, tensor)
 
 addUniformValueFieldFunction1s (table, scalar)
 
 addUniformValueFieldFunction1s (table, vector)
 
 addUniformValueFieldFunction1s (table, sphericalTensor)
 
 addUniformValueFieldFunction1s (table, symmTensor)
 
 addUniformValueFieldFunction1s (table, tensor)
 
 addUniformValueFieldFunction1s (tableFile, scalar)
 
 addUniformValueFieldFunction1s (tableFile, vector)
 
 addUniformValueFieldFunction1s (tableFile, sphericalTensor)
 
 addUniformValueFieldFunction1s (tableFile, symmTensor)
 
 addUniformValueFieldFunction1s (tableFile, tensor)
 
 addUniformValueFieldFunction1s (scale, scalar)
 
 addUniformValueFieldFunction1s (scale, vector)
 
 addUniformValueFieldFunction1s (scale, sphericalTensor)
 
 addUniformValueFieldFunction1s (scale, symmTensor)
 
 addUniformValueFieldFunction1s (scale, tensor)
 
 addUniformValueFieldFunction1s (functionObjectValue, scalar)
 
 addUniformValueFieldFunction1s (functionObjectValue, vector)
 
 addUniformValueFieldFunction1s (functionObjectValue, sphericalTensor)
 
 addUniformValueFieldFunction1s (functionObjectValue, symmTensor)
 
 addUniformValueFieldFunction1s (functionObjectValue, tensor)
 

Detailed Description

Original source file makePatchFunction1s.C

Definition in file makePatchFunction1s.C.

Macro Definition Documentation

◆ makePatchFunction1s

#define makePatchFunction1s (   Type)
Value:
makePatchFunction1Type(ConstantField, Type); \
makePatchFunction1Type(MappedFile, Type); \
makePatchFunction1Type(UniformValueField, Type);
#define makePatchFunction1(Type)

Definition at line 33 of file makePatchFunction1s.C.