Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 756 Bytes

File metadata and controls

15 lines (11 loc) · 756 Bytes

Properties of the world -

Time Increment

The positions of each and every object is recalculated based on the time increment. This is a variant of differentiation by incrementing time values in very small steps.

Simulation Duration

The total time for which the simulation is rendered is given by this duration.

Gravity

The acceleration due to gravity is given by this value for the world. It acts in the -y direction.

Drag Coefficient

The world can be filled with any kind of liquid or gas, which have their drag coefficient / viscocity given by this value. This is used with respect to Stoke's law.

Wind Velocity

The fluid within the world may have a flow. This velocity flow is given by the wind velocity which is defined in m / s.