77#ifndef Foam_functionObjects_timeActivatedFileUpdate_H
78#define Foam_functionObjects_timeActivatedFileUpdate_H
100 public functionObjects::timeFunctionObject
105 fileName fileToUpdate_;
108 List<Tuple2<scalar, fileName>> timeVsFile_;
123 timeActivatedFileUpdate(
const timeActivatedFileUpdate&) =
delete;
126 void operator=(
const timeActivatedFileUpdate&) =
delete;
132 TypeName(
"timeActivatedFileUpdate");
138 timeActivatedFileUpdate
159 virtual bool write();
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A class for handling file names.
const word & name() const noexcept
Return the name of this functionObject.
Performs a file copy/replacement once a specified time has been reached.
virtual bool filesModified() const
Did any file get changed during execution?
virtual ~timeActivatedFileUpdate()=default
Destructor.
TypeName("timeActivatedFileUpdate")
Runtime type information.
virtual bool execute()
Execute the function-object operations.
virtual bool write()
Write the function-object results (no-op).
virtual bool read(const dictionary &)
Read the function-object dictionary.
Virtual base class for function objects with a reference to Time.
A class for handling words, derived from Foam::string.
Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.