mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
postprocess tutorial
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
objectName settingsDict;
|
||||
objectType dictionary;;
|
||||
|
||||
run postprocessSegregation;
|
||||
run rotatingDrumSmall;
|
||||
|
||||
dt 0.00001; // time step for integration (s)
|
||||
|
||||
@ -15,7 +15,7 @@ endTime 10; // end time for simulation
|
||||
|
||||
saveInterval 0.1; // time interval for saving the simulation
|
||||
|
||||
timePrecision 4; // maximum number of digits for time folder
|
||||
timePrecision 6; // maximum number of digits for time folder
|
||||
|
||||
g (0 -9.8 0); // gravity vector (m/s2)
|
||||
|
||||
|
Reference in New Issue
Block a user