turbulenceModel: Correct handling of IOdictionary writing to support timeStampMaster
This commit is contained in:
parent
6a1803d4aa
commit
5944f12a38
2 changed files with 1 additions and 7 deletions
|
|
@ -56,7 +56,7 @@ OptimisationSwitches
|
|||
// - inotify : use inotify framework
|
||||
// - timeStampMaster : do time stamp (and file reading) only on master.
|
||||
// - inotifyMaster : do inotify (and file reading) only on master.
|
||||
fileModificationChecking timeStamp;
|
||||
fileModificationChecking timeStampMaster;
|
||||
|
||||
commsType nonBlocking; //scheduled; //blocking;
|
||||
floatTransfer 0;
|
||||
|
|
|
|||
|
|
@ -207,12 +207,6 @@ public:
|
|||
|
||||
//- Solve the turbulence equations and correct the turbulence viscosity
|
||||
virtual void correct() = 0;
|
||||
|
||||
//- Default dummy write function
|
||||
virtual bool writeData(Ostream&) const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue