Skip to content
Snippets Groups Projects
Commit ba8d45c8 authored by Andrew Heather's avatar Andrew Heather
Browse files

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

parent 80e40338
Branches
Tags
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment