39 #ifndef unknownTypeFunction1_H 40 #define unknownTypeFunction1_H 62 #define PublicAutoPtrFunction1Type(Type, nullArg) \ 63 public autoPtr<Function1<Type>>, 65 #undef InheritAutoPtrFunction1Type 80 const word topDictKeyword_;
83 mutable functionPtr functionPtr_;
112 Type
value(
const scalar
x)
const;
120 Type
integral(
const scalar x1,
const scalar x2)
const;
Type value(const scalar x) const
Return value as a function of scalar x.
Wrapper around Function1 that constructs a function for an as yet unknown primitive type...
A list of keyword definitions, which are a keyword followed by any number of values (e...
Type integral(const scalar x1, const scalar x2) const
Integrate between two scalars.
Include the header files for all the primitive types that Fields are instantiated for...
A class for handling words, derived from string.
~unknownTypeFunction1()
Destructor.
word name(const complex &)
Return a string representation of a complex.
FOR_ALL_FIELD_TYPES(DefineFvWallInfoType)
void operator=(const unknownTypeFunction1 &)=delete
Disallow default bitwise assignment.
A class for managing temporary objects.
unknownTypeFunction1(const word &name, const dictionary &dict)
Construct from an name and a dictionary.
A zero-sized class without any storage. Used, for example, in HashSet.