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;
|
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 @@
|
|||||||
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.*" );
|
||||||
|
|||||||
Reference in New Issue
Block a user