To test it out I made an example. I was trying to make the fluid stick to the walls and come down in globs.
https://dl.dropboxusercontent.com/u/542 ... ysics.capx
Disable event 4 to disable the sticky forces. You can also fiddle around with the spring forces to change the stickiness between the walls and other water. Unfortunately the wall stickiness only applies to one side the of wall sprites, so placing walls in the middle may not look right with the stickiness.
In more complicated fashion here is another test. It does the fluid physics manually using a paper on sph particle fluids. I've wanted to try this for a bit, and while it's not really usable for most, I suppose this is as good a place as any to post it. If anything it's an amusing toy.
https://dl.dropboxusercontent.com/u/542 ... fluid.capx
It has a lot of variables you can tweak them to get differing fluid types, however the simulation can explode if you use more extreme values. The settings it currently uses were by trial and error. I haven't found any references on good presets for different fluids.
And finally while I'm at it, here's another idea that I've tried before. The idea was to do fluids by just having spring forces pushing the particles apart. Not really successful, but for those who like to fiddle with capx's might find it amusing.
https://dl.dropboxusercontent.com/u/542 ... fluid.capx
It's a bit more stable if the G global is lowered.
-cheers