mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
layeredSiloFilling updated
This commit is contained in:
tutorials/sphereGranFlow/layeredSiloFilling
@ -20,7 +20,8 @@ timePrecision 6; // maximum number of digits for time folder
|
||||
|
||||
g (0 0 -9.8); // gravity vector (m/s2)
|
||||
|
||||
// save necessary (i.e., required) data on disk
|
||||
// save data objects that are not automatically saved on disk.
|
||||
// overrides the default behavior
|
||||
includeObjects (diameter);
|
||||
// exclude unnecessary data from saving on disk
|
||||
excludeObjects (rVelocity.dy1 pStructPosition.dy1 pStructVelocity.dy1);
|
||||
@ -32,3 +33,6 @@ writeFormat ascii; // data writting format (ascii or binar
|
||||
timersReport Yes; // report timers
|
||||
|
||||
timersReportInterval 0.01; // time interval for reporting timers
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user