72 #ifndef functionObjects_setTimeStepFunctionObject_H
73 #define functionObjects_setTimeStepFunctionObject_H
82 namespace functionObjects
89 class setTimeStepFunctionObject
91 public functionObjects::timeFunctionObject
96 autoPtr<Function1<scalar>> timeStepPtr_;
102 setTimeStepFunctionObject(
const setTimeStepFunctionObject&) =
delete;
105 void operator=(
const setTimeStepFunctionObject&) =
delete;
117 setTimeStepFunctionObject
141 virtual bool write();