Update settingsDict

This commit is contained in:
PhasicFlow 2025-03-02 16:04:20 +03:30 committed by GitHub
parent d5dd7af06e
commit c4c6c2fc45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 14 deletions

View File

@ -6,31 +6,31 @@ objectName geometryDict;
objectType dictionary;
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
includeObjects (diameter mass);
includeObjects (diameter mass);
// 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
timersReportInterval 0.1; // time interval for reporting timers
timersReport Yes; // report timers: Yes or No
timersReportInterval 0.1; // time interval for reporting timers