CONFIG: forces.cfg - updated output controls. See #1642

This commit is contained in:
Andrew Heather 2020-03-18 18:19:46 +00:00
parent 80e4033810
commit ba8d45c82d

View File

@ -9,8 +9,13 @@
type forces;
libs ("libforces.so");
writeControl timeStep;
writeInterval 1;
// How often force and moment volume fields will be written
writeControl writeTime; // none
// How often the forces force.dat and moment.dat data files are updated
// Note: .dat files are always updated on writeControl times
executeControl timeStep;
executeInterval 1;
log off;