Bug 160335 - Maximum allowed region for a simulation needed for escaping particles
Summary: Maximum allowed region for a simulation needed for escaping particles
Status: ASSIGNED
Alias: None
Product: step
Classification: Applications
Component: general (show other bugs)
Version: 0.0.4
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Vladimir Kuznetsov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-03 19:27 UTC by Carsten Niehaus
Modified: 2011-06-25 05:34 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carsten Niehaus 2008-04-03 19:27:23 UTC
Version:           0.0.4 (using Devel)
Installed from:    Compiled sources
OS:                Linux

If I am using Step to simulate interacting particles, sometimes those particles can escape (eg by bouncing hard against each other). In my tests it happened from time to time that those particles escaped without me noticing this.

This means that this simulation is no longer what I expect it to be, for example, because I _think_ I have X particles while in fact I am having only X-4 or something like that.

Second example. In the "gas.step" simulation the simulation should stop as soon as a particle escapes from the "inside" of the simulated gas area. 

This could be implemented by creating a invisible "maximum allowed area". As soon as as something is leaving this area the simulation stops.
Comment 1 Vladimir Kuznetsov 2008-04-03 21:50:26 UTC
Good idea, I will implement it.