35 #ifndef meshToMeshAdjustTimeStep_H
36 #define meshToMeshAdjustTimeStep_H
45 namespace functionObjects
65 TypeName(
"meshToMeshAdjustTimeStep");
114 virtual bool write();
static const List< word > & null()
Return a null List.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
const word & name() const
Return the name of this functionObject.
Specialisation of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
Adjusts time-step for meshToMesh mapping.
virtual wordList fields() const
Return the list of fields required.
meshToMeshAdjustTimeStep(const word &name, const objectRegistry &obr)
Construct from components.
TypeName("meshToMeshAdjustTimeStep")
Runtime type information.
void operator=(const meshToMeshAdjustTimeStep &)=delete
Disallow default bitwise assignment.
virtual ~meshToMeshAdjustTimeStep()
virtual scalar timeToNextAction()
Return the time to the next write.
virtual bool execute()
Do nothing.
virtual bool write()
Do nothing.
virtual bool read(const dictionary &)
Read and reset the timeStep Function1.
fvMeshTopoChanger which maps the fields to a new mesh or sequence of meshes
Registry of regIOobjects.
A class for handling words, derived from string.