Jump to content

Volume Advection Artifacts


edanimation

Recommended Posts

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!image.png.c47e39a19f65d0c3b9df27204e9b6835.png

Link to comment
Share on other sites

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 by bunker
  • Like 2
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...