Skip to content
Snippets Groups Projects
Commit fcf165f8 authored by mattijs's avatar mattijs
Browse files

ENH: motorBike: disable secondary purge; have drag,lift every timestep

parent 634d6430
No related branches found
No related tags found
No related merge requests found
...@@ -40,17 +40,17 @@ writeInterval 100; ...@@ -40,17 +40,17 @@ writeInterval 100;
purgeWrite 0; purgeWrite 0;
//- Have regular restart files //- Uncomment to have regular (every 2 hours of run time) restart files
secondaryWriteControl cpuTime; //secondaryWriteControl cpuTime; // runtime
secondaryWriteInterval 3600; //secondaryWriteInterval 7200; // seconds
secondaryPurgeWrite 1; //secondaryPurgeWrite 1; // keep all but last dump
writeFormat ascii; writeFormat binary;
writePrecision 6; writePrecision 6;
writeCompression compressed; writeCompression uncompressed;
timeFormat general; timeFormat general;
......
...@@ -9,8 +9,12 @@ ...@@ -9,8 +9,12 @@
forceCoeffs1 forceCoeffs1
{ {
type forceCoeffs; type forceCoeffs;
functionObjectLibs ( "libforces.so" ); functionObjectLibs ( "libforces.so" );
outputControl outputTime;
outputControl timeStep;
outputInterval 1;
log yes; log yes;
patches ( "motorBike.*" ); patches ( "motorBike.*" );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment