Jump to content

gas linear combination node's coefficient


cloudfx

Recommended Posts

I understand "coef_1 * val_1 OP coef_2 * val_2 OP coef_3 * val_3 OP constant" but for coefficient (for example coef_1 ..2 and so on)

There are drop down menus for Timestep , e^Timestep.

I see "set always" down there which will evaluate every frame with current value but what about the Timestep and e^Timestep? what does that do exactly?

Link to comment
Share on other sites

I'm interested in that too.

I have no idea but propose a guess: When you run through numerical methods you need to decide the size of your time steps. Larger is faster but less accurate. (I think in the methods here are stable, even very large steps will result in bounded values and not blow up your sim). An exponential time stepping would make bigger and bigger time steps to get changing accuracy where it matters (the first few steps).

I never use those timesteps and would be happy to see how they are used properly.

Edited by Macha
Link to comment
Share on other sites

I'm interested in that too.

I have no idea but propose a guess: When you run through numerical methods you need to decide the size of your time steps. Larger is faster but less accurate. (I think in the methods here are stable, even very large steps will result in bounded values and not blow up your sim). An exponential time stepping would make bigger and bigger time steps to get changing accuracy where it matters (the first few steps).

I never use those timesteps and would be happy to see how they are used properly.

Hi Macha,

I just made to see the difference between "none" , "timestep" , "1/timestep" and "e^timestep"

It seems, none is just 1+1 , timestep is 1+1/24 , 1/timestep is 1+24/1 , e^timestep is 1+(*exponential curve) but I am not sure,

take a look at the hip file if you get a chance.

Thank you,

gas_linear_example.hip

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