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