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