edanimation Posted March 19, 2023 Share Posted March 19, 2023 Not sure what's going on here but in this particular file (which has a ton of cached sims and is not particularly easy to upload unfortunately) there are these weird jutting artifacts whenever I advect things off the main sim. Which I really need to do :). Any thoughts to what this might be would be extremely helpful! Quote Link to comment Share on other sites More sharing options...
bunker Posted March 20, 2023 Share Posted March 20, 2023 (edited) hard to tell from that screenshot, but maybe try to clamp the velocity and/or divergence for example: // in a gasWrangle: v@vel = normalize(v@vel) * min(length(v@vel),chf("max_speed")); f@divergence = min(chf("max_divergence"),f@divergence); Edited March 20, 2023 by bunker 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.