mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-08-07 03:37:02 +00:00
toteblender updated.
This commit is contained in:
46
tutorials/sphereGranFlow/toteblender/settings/settingsDict
Normal file → Executable file
46
tutorials/sphereGranFlow/toteblender/settings/settingsDict
Normal file → Executable file
@ -6,42 +6,34 @@ objectName settingsDict;
|
||||
objectType dictionary;;
|
||||
fileFormat ASCII;
|
||||
/*---------------------------------------------------------------------------*/
|
||||
run toteBlender;
|
||||
|
||||
run toteBlender;
|
||||
dt 0.00004; // time step for integration(s)
|
||||
|
||||
// time step for integration (s)
|
||||
dt 0.00004;
|
||||
startTime 0.0; // start time for simulation
|
||||
|
||||
// start time for simulation
|
||||
startTime 0;
|
||||
endTime 10.0; // end time for simulation
|
||||
|
||||
// end time for simulation
|
||||
endTime 10;
|
||||
saveInterval 0.05; // time interval for saving the simulation
|
||||
|
||||
// time interval for saving the simulation
|
||||
saveInterval 0.05;
|
||||
timePrecision 3; // maximum number of digits for time folder
|
||||
|
||||
g (0 0 -9.8); // gravity vector (m/s2)
|
||||
|
||||
// maximum number of digits for time folder
|
||||
timePrecision 3;
|
||||
// save necessary (i.e., required) data on disk
|
||||
includeObjects (diameter);
|
||||
// exclude unnecessary data from saving on disk
|
||||
excludeObjects (rVelocity.dy1 pStructPosition.dy1 pStructVelocity.dy1);
|
||||
|
||||
// gravity vector (m/s2)
|
||||
g (0 0 -9.8);
|
||||
integrationMethod AdamsBashforth2; // integration method
|
||||
|
||||
writeFormat ascii; // data writting format (ascii or binary)
|
||||
|
||||
timersReport Yes; // report timers
|
||||
|
||||
timersReportInterval 0.02; // time interval for reporting timers
|
||||
|
||||
/* Simulation domain */
|
||||
/* every particles that goes outside this domain is deleted. */
|
||||
domain
|
||||
{
|
||||
min (-0.3 -0.3 -0.3);
|
||||
max (0.5 0.5 0.5);
|
||||
}
|
||||
|
||||
// integration method
|
||||
integrationMethod AdamsMoulton4;
|
||||
|
||||
writeFormat ascii;
|
||||
|
||||
// report timers?
|
||||
timersReport Yes;
|
||||
|
||||
// time interval for reporting timers
|
||||
timersReportInterval 0.02;
|
Reference in New Issue
Block a user