mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
tutorials-1 after diameter->distance
This commit is contained in:
@ -24,17 +24,11 @@ g (0 -9.8 0); // gravity vector (m/s2)
|
||||
includeObjects (diameter); // save necessary (i.e., required) data on disk
|
||||
|
||||
// exclude unnecessary data from saving on disk
|
||||
excludeObjects (rVelocity.dy1
|
||||
rVelocity.dy2
|
||||
rVelocity.dy3
|
||||
pStructPosition.dy1
|
||||
pStructPosition.dy2
|
||||
pStructPosition.dy3
|
||||
pStructVelocity.dy1
|
||||
pStructVelocity.dy2
|
||||
pStructVelocity.dy3);
|
||||
excludeObjects ();
|
||||
|
||||
integrationMethod AdamsBashforth4; // integration method
|
||||
integrationMethod AdamsBashforth4; // integration method
|
||||
|
||||
integrationHistory off; // to save space on disk
|
||||
|
||||
writeFormat ascii; // data writting format (ascii or binary)
|
||||
|
||||
|
Reference in New Issue
Block a user