Go to the documentation of this file.
112 const bool loadFromFiles
123 const word& valueType,
124 const bool loadFromFiles =
false
133 const bool loadFromFiles =
false,
134 const bool output =
true
155 inline bool active()
const;
179 virtual void write();
declareRunTimeSelectionTable(autoPtr, fieldValue, dictionary,(const word &name, const objectRegistry &obr, const dictionary &dict, const bool loadFromFiles),(name, obr, dict, loadFromFiles))
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
dictionary dict_
Construction dictionary.
A class for handling words, derived from string.
fieldValue(const word &name, const objectRegistry &obr, const dictionary &dict, const word &valueType, const bool loadFromFiles=false)
Construct from components.
Base class for function objects, adding functionality to read/write state information (data required ...
A class for managing temporary objects.
Switch log_
Switch to send output to Info as well as to file.
scalar scaleFactor_
Scale factor - optional.
word sourceName_
Name of source object.
const Switch & log() const
Return the switch to send output to Info as well as to file.
wordList fields_
List of field names to operate on.
const word & sourceName() const
Return the source name.
Switch valueOutput_
Output field values flag.
Mesh consisting of general polyhedral cells.
Registry of regIOobjects.
virtual void read(const dictionary &dict)
Read from dictionary.
virtual void updateMesh(const mapPolyMesh &)
Update mesh.
TypeName("fieldValue")
Run-time type information.
const objectRegistry & obr() const
Return the reference to the object registry.
const wordList & fields() const
Return the list of field names.
virtual ~fieldValue()
Destructor.
void combineFields(Field< Type > &field)
Combine fields from all processor domains into single field.
const word & name() const
Return the name of the geometric source.
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.
virtual void execute()
Execute.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
const dictionary & dict() const
Return the reference to the construction dictionary.
static autoPtr< fieldValue > New(const word &name, const objectRegistry &obr, const dictionary &dict, const bool loadFromFiles=false, const bool output=true)
Return a reference to the selected fieldValue.
Base class for field value-based function objects.
Macros to ease declaration of run-time selection tables.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
bool active() const
Return the active flag.
Base class for output file data handling.
virtual void end()
Execute the at the final time-loop, currently does nothing.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual void timeSet()
Called when time was set at the end of the Time::operator++.
virtual void write()
Write to screen/file.
const fvMesh & mesh() const
Helper function to return the reference to the mesh.
virtual void movePoints(const polyMesh &)
Move points.
const objectRegistry & obr_
Database this class is registered to.
const Switch & valueOutput() const
Return the output field values flag.