Go to the documentation of this file.
116 #ifndef CodedSource_H
117 #define CodedSource_H
184 const word& modelType,
virtual dlLibraryTable & libs() const
Get the loaded dynamic libraries.
A table of dynamically loaded libraries.
A class for handling words, derived from string.
Cell-set options abtract base class. Provides a base set of controls, e.g.
Tools for handling dynamic code compilation.
option & redirectFvOption() const
Dynamically compiled fvOption.
const word & name() const
Return const access to the source name.
Encapsulation of dynamic code dictionaries.
Base class for function objects and boundary conditions using dynamic code.
virtual void clearRedirect() const
virtual void constrain(fvMatrix< Type > &eqn, const label fieldI)
Set value.
virtual void correct(GeometricField< Type, fvPatchField, volMesh > &)
Correct field.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Finite volume options abtract base class. Provides a base set of controls, e.g.
TypeName("coded")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
CodedSource(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from components.
autoPtr< option > redirectFvOptionPtr_
Underlying functionObject.
virtual const dictionary & codeDict() const
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual string description() const
const fvMesh & mesh() const
Return const access to the mesh database.
Generic GeometricField class.
virtual bool read(const dictionary &dict)
Read source dictionary.
virtual void addSup(fvMatrix< Type > &eqn, const label fieldI)
Explicit and implicit matrix contributions.
virtual void prepare(dynamicCode &, const dynamicCodeContext &) const
Adapt the context for the current object.