Skip to content
Snippets Groups Projects
Commit 732cd388 authored by Henry's avatar Henry
Browse files

turbulenceModel: Correct handling of IOdictionary writing to support timeStampMaster

parent 46f16ecb
Branches
Tags
No related merge requests found
...@@ -56,7 +56,7 @@ OptimisationSwitches ...@@ -56,7 +56,7 @@ OptimisationSwitches
// - inotify : use inotify framework // - inotify : use inotify framework
// - timeStampMaster : do time stamp (and file reading) only on master. // - timeStampMaster : do time stamp (and file reading) only on master.
// - inotifyMaster : do inotify (and file reading) only on master. // - inotifyMaster : do inotify (and file reading) only on master.
fileModificationChecking timeStamp; fileModificationChecking timeStampMaster;
commsType nonBlocking; //scheduled; //blocking; commsType nonBlocking; //scheduled; //blocking;
floatTransfer 0; floatTransfer 0;
......
...@@ -207,12 +207,6 @@ public: ...@@ -207,12 +207,6 @@ public:
//- Solve the turbulence equations and correct the turbulence viscosity //- Solve the turbulence equations and correct the turbulence viscosity
virtual void correct() = 0; virtual void correct() = 0;
//- Default dummy write function
virtual bool writeData(Ostream&) const
{
return true;
}
}; };
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment