Search found 1 match
- Mon Sep 17, 2018 6:21 pm
- Forum: News
- Topic: Friday Facts #260 - New fluid system
- Replies: 292
- Views: 146568
Re: Friday Facts #260 - New fluid system
As a recap of the algorithm:
Pass one:
Flow speeds are increased/decreased in with respect to differences in fluid levels:
flow += (pipe0.level - pipe1.level) * c^2
Therefore, previous flow is maintained ( += ) even if the adjacent pipes are now at equal level! Flow will not be set back to ...