JoshJ Posted September 18, 2013 Share Posted September 18, 2013 Hi, I'm trying to make a custom rest field setup in dops and having trouble understanding gasmatchfield. After initializing a rest field, using gasmatchfield destroys the existing data. What I would like to have happen is for the rest field to be resized and resampled to match the velocity field's bounds and location, and for the original rest data to be preserved and advected. Please see the attached file, and bypass the red gasmatchfield node. simple_advect_rest.hipnc Quote Link to comment Share on other sites More sharing options...
Annon Posted September 18, 2013 Share Posted September 18, 2013 gasMatchField is going to create or overwrite a field based on another field. What you want to do is create a new field called "rest_resize", bare in mind this is going to create an empty field the same size/res as whatever reference you use. So the next thing is to use gas calculate and copy "rest" into "rest_resize". Quote Link to comment Share on other sites More sharing options...
yongbin Posted September 18, 2013 Share Posted September 18, 2013 also you can do that with gas resize field dop. Quote Link to comment Share on other sites More sharing options...
JoshJ Posted September 18, 2013 Author Share Posted September 18, 2013 Thanks guys, I'll give it a try. 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.