mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
V-blender updated.
This commit is contained in:
45
tutorials/sphereGranFlow/V-blender/settings/settingsDict
Normal file → Executable file
45
tutorials/sphereGranFlow/V-blender/settings/settingsDict
Normal file → Executable file
@ -6,45 +6,32 @@ objectName settingsDict;
|
||||
objectType dictionary;
|
||||
fileFormat ASCII;
|
||||
/*---------------------------------------------------------------------------*/
|
||||
run rotatingVblender;
|
||||
|
||||
run rotatingVblender;
|
||||
dt 0.00001; // time step for integration
|
||||
|
||||
// time step for integration (s)
|
||||
dt 0.00001;
|
||||
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 6; // maximum number of digits for time folder
|
||||
|
||||
// maximum number of digits for time folder
|
||||
timePrecision 6;
|
||||
g (0 0 -9.8); // gravity vector (m/s2)
|
||||
|
||||
// gravity vector (m/s2)
|
||||
g (0 0 -9.8);
|
||||
// save necessary (i.e., required) data on disk
|
||||
includeObjects (diameter);
|
||||
// exclude unnecessary data from saving on disk
|
||||
excludeObjects (rVelocity.dy1 pStructPosition.dy1 pStructVelocity.dy1);
|
||||
|
||||
/*
|
||||
Simulation domain
|
||||
every particles that goes outside this domain is deleted.
|
||||
*/
|
||||
integrationMethod AdamsBashforth2; // integration method
|
||||
|
||||
domain
|
||||
{
|
||||
min (-0.1 -0.4 0);
|
||||
max (0.86 0.6 0.6);
|
||||
}
|
||||
writeFormat ascii; // data writting format (ascii or binary)
|
||||
|
||||
// integration method
|
||||
integrationMethod AdamsBashforth2;
|
||||
timersReport Yes; // report timers
|
||||
|
||||
timersReportInterval 0.01; // time interval for reporting timers
|
||||
|
||||
writeFormat ascii;
|
||||
|
||||
// report timers?
|
||||
timersReport Yes;
|
||||
|
||||
// time interval for reporting timers
|
||||
timersReportInterval 0.01;
|
||||
|
Reference in New Issue
Block a user