Jump to content

Expand Vel Field ( don't want use divergence )


Ultraman

Recommended Posts

Hey Guys .

I want to Ask how can Expand my Velocity Field without using any divergence  (my vel coming from sop source ) .
maybe below picture tell more , what i'm talking ..

Thanks as Always 

 

IMG_20200512_093105_719.jpg

Edited by Milad Savar
.
Link to comment
Share on other sites

if you are talking about smoke/pyro solver, then the only way to have true expansion is using divergence, since the main point of fluid sim is that it's nondivergent so that you either provide goal divergence that will allow it to expand or contract or avoid pressure projection altogether and therefore lose fluid motion

 

  • Like 2
Link to comment
Share on other sites

1 hour ago, anim said:

if you are talking about smoke/pyro solver, then the only way to have true expansion is using divergence, since the main point of fluid sim is that it's nondivergent so that you either provide goal divergence that will allow it to expand or contract or avoid pressure projection altogether and therefore lose fluid motion

 

thanks for quick response Tomas  .

there is hip file .. and  i'm taking about pyro  stuff 
i know true expand is divergence but i need only expand vel field to more cover my density around  ( it's possible in sop , but i wanna know how can do it in DOP )
 

Example.hip

Link to comment
Share on other sites

You may try to tweak the gasresizefluiddynamic. If you dive in, you ll find a sopsolver with ResizeBounds data. Inside merge a bound of your velfield from sop with the out node (don't forget to tag the merge node as display).

It some sort of a minimum of the 2 bounds so your sim will expand of the vel field at the next frame.

  • Like 1
Link to comment
Share on other sites

1 hour ago, k2p8 said:

You may try to tweak the gasresizefluiddynamic. If you dive in, you ll find a sopsolver with ResizeBounds data. Inside merge a bound of your velfield from sop with the out node (don't forget to tag the merge node as display).

It some sort of a minimum of the 2 bounds so your sim will expand of the vel field at the next frame.

thanks ,  i'm not talk about resize container ,  if is it your means . ( i know my question is little dump ,  sorry about that ) ..

i'm speak about expand vortex vel , which coming from sop source 

Edited by Milad Savar
Link to comment
Share on other sites

I have a DOP solution for you, but to be honest you might just want to make your vortex bigger in SOPs rather than handle it in DOPs.

What you need to do is use the Gas Extrapolate DOP, along with an SDF generated from the original volume source SOP, to expand the vortex's reach. This means you need to make a surface SDF in SOPs that's large enough to handle the widest bounds that your vortex would need to reach. You then have to source v to a temporary field instead of directly to vel, run Gas Extrapolate on that tempvel field, then use Gas Linear Combination to add tempvel to vel and complete the sourcing operation.

extrapolate_vel_toadstorm.hiplc

  • Like 1
Link to comment
Share on other sites

1 hour ago, toadstorm said:

I have a DOP solution for you, but to be honest you might just want to make your vortex bigger in SOPs rather than handle it in DOPs.

What you need to do is use the Gas Extrapolate DOP, along with an SDF generated from the original volume source SOP, to expand the vortex's reach. This means you need to make a surface SDF in SOPs that's large enough to handle the widest bounds that your vortex would need to reach. You then have to source v to a temporary field instead of directly to vel, run Gas Extrapolate on that tempvel field, then use Gas Linear Combination to add tempvel to vel and complete the sourcing operation.

extrapolate_vel_toadstorm.hiplc

Thanks a lot Henry , that what i wanted .. 

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...