mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: motorBike: disable secondary purge; have drag,lift every timestep
This commit is contained in:
@ -40,17 +40,17 @@ writeInterval 100;
|
||||
purgeWrite 0;
|
||||
|
||||
|
||||
//- Have regular restart files
|
||||
secondaryWriteControl cpuTime;
|
||||
secondaryWriteInterval 3600;
|
||||
secondaryPurgeWrite 1;
|
||||
//- Uncomment to have regular (every 2 hours of run time) restart files
|
||||
//secondaryWriteControl cpuTime; // runtime
|
||||
//secondaryWriteInterval 7200; // seconds
|
||||
//secondaryPurgeWrite 1; // keep all but last dump
|
||||
|
||||
|
||||
writeFormat ascii;
|
||||
writeFormat binary;
|
||||
|
||||
writePrecision 6;
|
||||
|
||||
writeCompression compressed;
|
||||
writeCompression uncompressed;
|
||||
|
||||
timeFormat general;
|
||||
|
||||
|
||||
@ -9,8 +9,12 @@
|
||||
forceCoeffs1
|
||||
{
|
||||
type forceCoeffs;
|
||||
|
||||
functionObjectLibs ( "libforces.so" );
|
||||
outputControl outputTime;
|
||||
|
||||
outputControl timeStep;
|
||||
outputInterval 1;
|
||||
|
||||
log yes;
|
||||
|
||||
patches ( "motorBike.*" );
|
||||
|
||||
Reference in New Issue
Block a user