Yes I already know how to simulate what you suggested. Maybe this will make it clear as to what I want to do. I have a design variable desvar and I have already run Interactive.20 with desvar=1, with some expression exp1(desvar=1). This is across 10 corners. It took 2 days to complete. But now I realize I need to run for another desvar=2 across 10 corners (resulting in expression exp2(desvar=2)) in order to obtain the final result exp3=exp1(desvar=1)+exp2(desvar=2). The reason I don't want to run both desvar=1 and 2 together (this would be run in the same Interactive.21 and solve my problem) is because with desvar=1 it takes too long to complete. However with desvar=2 it only takes 2 minutes to complete. Which is why I want to run another test only with desvar=2. Now the problem is this new run will create Interactive.21, and there is no way I can calculate exp3=exp1(desvar=1)+exp2(desvar=2) because Interactive.20 and .21 don't know each other's results (as far as I know). So my question is the same, can I "re-simulate" desvar=2 in Interactive.20 itself? Or is there a way to combine results from different Interactive tabs? Thanks
↧