47 const dynamicCodeContext& context
50 dynCode.setFilterVariable(
"typeName", codeName());
53 dynCode.setFilterVariable(
"TemplateType", pTraits<Type>::typeName);
56 dynCode.addCompileFile(codeTemplateC(
"codedFunction2"));
59 dynCode.addCopyFile(codeTemplateH(
"codedFunction2"));
64 dynCode.setFilterVariable(
"verbose",
"true");
65 Info<<
"compile " << codeName() <<
" sha1: " 66 << context.sha1() <<
endl;
70 dynCode.setMakeOptions
74 +
"\n\nLIB_LIBS = \\\n" 85 redirectFunction2Ptr_.clear();
93 this->updateLibrary();
95 dictionary redirectDict(codeDict());
96 redirectDict.set(codeName(), codeName());
114 redirectFunction2Ptr_ = compileNew();
125 redirectFunction2Ptr_ = compileNew();
152 return redirectFunction2Ptr_->value(x, y);
A list of keyword definitions, which are a keyword followed by any number of values (e...
Ostream & endl(Ostream &os)
Add newline and flush stream.
virtual ~Coded()
Destructor.
virtual void write(Ostream &os) const
Write data to dictionary stream.
virtual tmp< Function2< Type > > clone() const
Construct and return a clone.
autoPtr< BasicCompressibleMomentumTransportModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleMomentumTransportModel::transportModel &transport)
A class for handling words, derived from string.
Base class for function objects and boundary conditions using dynamic code.
virtual void writeCode(Ostream &os) const
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Constructs a dynamically compiled function of two variables.
word name(const complex &)
Return a string representation of a complex.
virtual Type value(const scalar x, const scalar y) const
Return value as a function of two scalars.
Coded(const word &name, const dictionary &dict)
Construct from name and dictionary.
Run-time selectable function of two variables.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A class for managing temporary objects.