Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
OpenFOAM-plus
Commits
5944f12a
Commit
5944f12a
authored
Feb 10, 2015
by
Henry
Browse files
turbulenceModel: Correct handling of IOdictionary writing to support timeStampMaster
parent
6a1803d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
etc/controlDict
View file @
5944f12a
...
...
@@ -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 timeStamp
Master
;
commsType nonBlocking; //scheduled; //blocking;
floatTransfer 0;
...
...
src/TurbulenceModels/turbulenceModels/turbulenceModel.H
View file @
5944f12a
...
...
@@ -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
;
}
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment