33 {
"code",
"codeInclude"}
39 {word::null, word::null}
45 "codedFunction1Options"
51 "codedFunction1Template.C"
57 "codedFunction1Template.H"
98 redirectFunction1Ptr_ =
109 redirectFunction1Ptr_(cf1.redirectFunction1Ptr_, false)
136 units_.value.toStandard
138 redirectFunction1Ptr_->value
Run-time selectable general function of one variable.
static autoPtr< Function1< Type > > New(const word &name, const Function1s::unitSets &units, const dictionary &dict)
Select from dictionary.
Constructs a dynamically compiled Function1.
virtual Type integral(const scalar x1, const scalar x2) const
Integrate between two scalars.
virtual void write(Ostream &os, const unitSets &units) const
Write data to dictionary stream.
Coded(const word &name, const Function1s::unitSets &units, const dictionary &dict)
Construct from name and dictionary.
virtual ~Coded()
Destructor.
virtual Type value(const scalar x) const
Return value as a function of a scalar.
virtual tmp< Function1< Type > > clone() const
Construct and return a clone.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Base class for coded functionObjects, fvModels, Function1, Function2.
bool updateLibrary(const dictionary &dict) const
Update library from given updated dictionary as required.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
const word & codeName() const
Return the code-name.
HashTable< string > & varSubstitutions()
void write(Ostream &os) const
Write the code for restart.
Traits class for primitives.
A class for managing temporary objects.
A class for handling words, derived from string.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
const unitSet & lookup(const word &unitName)
Lookup and return the named unit from the table.
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.
Struct containing two unitSets for use in converting both the argument and the value of a Function1.