magneto Posted November 26, 2013 Share Posted November 26, 2013 Hi, I have a simple advection that looks like this: I am using vel, but is there a way I can manipulate it before using it in Gas Advect DOP? I tried Gas Linear Combination DOP but it didn't seem to do anything when I multiplied it with 0.1. Also is there a way to make the modification temporary? Do I have to create a new field for this on the left side or would micro solvers like Gas Linear Combination DOP take care of that if the field doesn't exist? I want to do something like this on the right side: tempvel = vel * 0.1gas advect tempveldo something else with vel (original vel, not tempvel)[/CODE]Am I thinking wrong about this?Thanks Quote Link to comment Share on other sites More sharing options...
Skybar Posted November 26, 2013 Share Posted November 26, 2013 Create a new field with Gas Match Field DOP called tempvel. Then with a Gas Calculate DOP or Gas Linear Combination DOP, copy vel to tempvel and multiply it. 1 Quote Link to comment Share on other sites More sharing options...
magneto Posted November 26, 2013 Author Share Posted November 26, 2013 Thanks Skybar, it worked Just one small question: When I did that and used Timestep, the value got very small. I saw in a video tutorial recommending to use it all the time. So when I set it to None which is default, it works. I just thought I had to set it to Timestep so the simulation stays consistent if the Timestep value changes somehow. Quote Link to comment Share on other sites More sharing options...
Skybar Posted November 26, 2013 Share Posted November 26, 2013 You mean as a Coefficient on the Gas Linear Combination? I'm not entirely sure how that works, but I guess it gets multiplied with the timestep or something, so you don't want to use that if you just want to copy the values. Not to be confused by the "Use Timestep" checkbox though, that you probably want to have checked. 1 Quote Link to comment Share on other sites More sharing options...
magneto Posted November 26, 2013 Author Share Posted November 26, 2013 Thanks for clearing that up Yes that was the coefficient in Gas Linear Combination. 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.