Go to the documentation of this file.
69 #ifndef timeActivatedFileUpdate_H
70 #define timeActivatedFileUpdate_H
90 class timeActivatedFileUpdate
98 const objectRegistry&
obr_;
143 const bool loadFromFiles =
false
172 virtual void write();
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
A class for handling words, derived from string.
virtual ~timeActivatedFileUpdate()
Destructor.
A class for handling file names.
timeActivatedFileUpdate(const timeActivatedFileUpdate &)
Disallow default bitwise copy construct.
virtual void execute()
Execute, currently does nothing.
List< Tuple2< scalar, fileName > > timeVsFile_
List of times vs filenames.
fileName fileToUpdate_
Name of file to update.
virtual void write()
Calculate the timeActivatedFileUpdate and write.
const objectRegistry & obr_
Owner database.
Mesh consisting of general polyhedral cells.
virtual void updateMesh(const mapPolyMesh &)
Update for changes of mesh.
Registry of regIOobjects.
void updateFile()
Update file.
void operator=(const timeActivatedFileUpdate &)
Disallow default bitwise assignment.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual void end()
Execute at the final time-loop, currently does nothing.
Switch log_
Switch to send output to Info as well as to file.
A list of keyword definitions, which are a keyword followed by any number of values (e....
bool active_
On/off switch.
This function object performs a file copy/replacement once a specified time has been reached.
virtual void movePoints(const polyMesh &)
Update for changes of mesh.
TypeName("timeActivatedFileUpdate")
Runtime type information.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual const word & name() const
Return name of the set of timeActivatedFileUpdate.
virtual void timeSet()
Called when time was set at the end of the Time::operator++.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
label lastIndex_
Index of last file copied.
virtual void read(const dictionary &)
Read the timeActivatedFileUpdate data.
word name_
Name of this set of timeActivatedFileUpdate objects.