CONFIG: forces.cfg - updated output controls. See #1642
This commit is contained in:
parent
80e4033810
commit
ba8d45c82d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user