Update settingsDict
This commit is contained in:
parent
d5dd7af06e
commit
c4c6c2fc45
|
@ -6,19 +6,20 @@ objectName geometryDict;
|
||||||
objectType dictionary;
|
objectType dictionary;
|
||||||
fileFormat ASCII;
|
fileFormat ASCII;
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
run RotaryAirLockValve;
|
|
||||||
|
|
||||||
dt 0.00001; // time step for integration (s)
|
run RotaryAirLockValve;
|
||||||
|
|
||||||
startTime 0; // start time for simulation
|
dt 0.00001; // time step for integration (s)
|
||||||
|
|
||||||
endTime 7; // end time for simulation
|
startTime 0; // start time for simulation
|
||||||
|
|
||||||
saveInterval 0.05; // time interval for saving the simulation
|
endTime 7; // end time for simulation
|
||||||
|
|
||||||
timePrecision 5; // maximum number of digits for time folder
|
saveInterval 0.05; // time interval for saving the simulation
|
||||||
|
|
||||||
g (0 -9.8 0); // gravity vector (m/s2)
|
timePrecision 5; // maximum number of digits for time folder
|
||||||
|
|
||||||
|
g (0 -9.8 0); // gravity vector (m/s2)
|
||||||
|
|
||||||
// save necessary (i.e., required) data on disk
|
// save necessary (i.e., required) data on disk
|
||||||
includeObjects (diameter mass);
|
includeObjects (diameter mass);
|
||||||
|
@ -26,11 +27,10 @@ includeObjects (diameter mass);
|
||||||
// exclude unnecessary data from saving on disk
|
// exclude unnecessary data from saving on disk
|
||||||
excludeObjects (rVelocity.dy1 pStructPosition.dy1 pStructVelocity.dy1);
|
excludeObjects (rVelocity.dy1 pStructPosition.dy1 pStructVelocity.dy1);
|
||||||
|
|
||||||
integrationMethod AdamsBashforth2;
|
integrationMethod AdamsBashforth2;
|
||||||
|
|
||||||
writeFormat ascii; // data writting format (ascii or binary)
|
writeFormat ascii; // data writting format (ascii or binary)
|
||||||
|
|
||||||
timersReport Yes; // report timers: Yes or No
|
timersReport Yes; // report timers: Yes or No
|
||||||
|
|
||||||
timersReportInterval 0.1; // time interval for reporting timers
|
|
||||||
|
|
||||||
|
timersReportInterval 0.1; // time interval for reporting timers
|
||||||
|
|
Loading…
Reference in New Issue