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; type forces;
libs ("libforces.so"); libs ("libforces.so");
writeControl timeStep; // How often force and moment volume fields will be written
writeInterval 1; 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; log off;