Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Model/Output/Process/Linear Combination API

Status
Not open for further replies.

Naffoussi

Structural
Joined
Mar 19, 2012
Messages
204
Location
FR
Hello,
I am dealing with the feOutputProcessLinearCombination method, in order to combine output sets.
getfile.aspx


Let me clarify the subject:
I have a list of output sets from 1 to 5 (mechanical results) and from 6 to 10 (thermal results).

Then I want to linearly combine each output set of the first list with each output set of the second list (as shown in the next figure) using an API program by creating two sets (lists) and optionally replace the (1.*1)+(1.*6) by the output sets names. The shown output sets are just an example. I have some hundred output sets to combine and I regularly do this kind of operation and that gets a little complicated.

getfile.aspx


I start developing the program but I don’t know how to proceed and to define the “from_setID” parameter and how to look through the two lists to retrieve the good output set ID.
Does anyone have an idea or maybe an existing tool for this?
API genius where are you ?

Best regards.
 


to see the attached picture right click on it and open it in a new tab.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top