weymouth / lily-pad

Real-time two-dimensional fluid dynamics simulations in Processing. Initiated by Dr G D Weymouth:
https://github.com/weymouth/
MIT License
161 stars 78 forks source link

Added CounterRotatingCylinders class #6

Closed jschul closed 9 years ago

jschul commented 9 years ago

Includes test code to implement flow control with rotating cylinders.

weymouth commented 9 years ago

Your example code does seem to use your new class...

jschul commented 9 years ago

The example code did use the new class, but it didn't appear until creating the body in the setup() function. I updated the example code so that it is more obvious.

weymouth commented 9 years ago

Looks good. Thanks!