Skip to content
Snippets Groups Projects
Commit 4e70859f authored by imcovangent's avatar imcovangent
Browse files

Debugged RCE scripting of unconverged-DOE and converged-MDA methods

Former-commit-id: 5f8a57d988b34145f66ba51483f2285847cf55c5
parent 728b4176
No related branches found
No related tags found
No related merge requests found
Showing
with 9492 additions and 10411 deletions
......@@ -9453,7 +9453,7 @@ class RceGraph(KadmosGraph):
elif '-load-conv' in rce_wf["nodes"][target_node['diagonal_position']]["name"]:
out_idx = []
for j in range(0, n_inputs):
# Determine index of the input slot that is aimed for
# Determine index of the output slot that is aimed for
for k, entry in enumerate(rce_wf["nodes"][source_node['diagonal_position']][output_key]):
if entry["name"] == \
rce_wf["nodes"][target_node['diagonal_position']][input_key][j]["name"]:
......@@ -9562,7 +9562,7 @@ class RceGraph(KadmosGraph):
input_key = 'dynamicInputs'
if '-start_values' in rce_wf["nodes"][source_node['diagonal_position']]["name"]:
inp_idx = []
for j in range(0, len(out_idx)):
for j in out_idx:#range(0, len(out_idx)):
# Determine index of the input slot that is aimed for
for k, entry in enumerate(rce_wf["nodes"][target_node['diagonal_position']][input_key]):
# First if is for the Converger object, second if for the Optimizer object
......@@ -9577,7 +9577,7 @@ class RceGraph(KadmosGraph):
inp_idx.append(k)
elif '-merge-conv' in rce_wf["nodes"][source_node['diagonal_position']]["name"]:
inp_idx = []
for j in range(0, len(out_idx)):
for j in out_idx:#range(0, len(out_idx)):
# Determine index of the input slot that is aimed for
for k, entry in enumerate(rce_wf["nodes"][target_node['diagonal_position']][input_key]):
if entry["name"] == \
......@@ -9587,12 +9587,18 @@ class RceGraph(KadmosGraph):
elif target_node['rce_role'] == 'XML Loader':
input_key = 'dynamicInputs'
inp_idx = []
for j in range(0, len(rce_wf["nodes"][source_node['diagonal_position']][output_key])):
for j in out_idx:#range(0, len(rce_wf["nodes"][source_node['diagonal_position']][output_key])):
# Determine index of the input slot that is aimed for
for k, entry in enumerate(rce_wf["nodes"][target_node['diagonal_position']][input_key]):
if entry["name"] == \
if '_converged' in rce_wf["nodes"][source_node['diagonal_position']][output_key][j]["name"]\
and entry["name"] == rce_wf["nodes"][source_node['diagonal_position']][output_key][j]["name"].replace('_converged', ''):
inp_idx.append(k)
elif '_optimal' in rce_wf["nodes"][source_node['diagonal_position']][output_key][j]["name"]\
and entry["name"] == rce_wf["nodes"][source_node['diagonal_position']][output_key][j]["name"].replace('_optimal', ''):
inp_idx.append(k)
elif entry["name"] == \
rce_wf["nodes"][source_node['diagonal_position']][output_key][j]["name"]:
inp_idx.append(k) # TODO: figure this out / fix it!
inp_idx.append(k)
input_id = [rce_wf["nodes"][target_node['diagonal_position']][input_key][i]["identifier"] for i in
inp_idx]
elif target_node['rce_role'] not in possible_rce_roles:
......
......@@ -12089,3 +12089,77 @@ java.io.FileNotFoundException: Z:\Users\imcovangent\Documents\PhD\Software\KADMO
at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1109)
at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:51)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!SESSION 2017-03-28 19:15:39.412 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_121
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en
Command-line arguments: -os win32 -ws win32 -arch x86 -clean
!ENTRY org.eclipse.core.resources 4 568 2017-03-28 19:21:20.238
!MESSAGE Could not write metadata for '/AGILE_DC1_MDA'.
!STACK 0
java.io.FileNotFoundException: Z:\Users\imcovangent\Documents\PhD\Software\KADMOS\pyKADMOS\scripts\RCE_workingdirectory\.metadata\.plugins\org.eclipse.core.resources\.projects\AGILE_DC1_MDA\.markers.snap (The system cannot find the path specified)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.<init>(SafeChunkyOutputStream.java:45)
at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.<init>(SafeChunkyOutputStream.java:41)
at org.eclipse.core.internal.resources.SaveManager.visitAndSnap(SaveManager.java:1685)
at org.eclipse.core.internal.resources.SaveManager.visitAndSnap(SaveManager.java:1768)
at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1167)
at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1109)
at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:51)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!ENTRY org.eclipse.core.resources 4 568 2017-03-28 19:27:17.099
!MESSAGE Could not write metadata for '/AGILE_DC1_MDA'.
!STACK 0
java.io.FileNotFoundException: Z:\Users\imcovangent\Documents\PhD\Software\KADMOS\pyKADMOS\scripts\RCE_workingdirectory\.metadata\.plugins\org.eclipse.core.resources\.projects\AGILE_DC1_MDA\.markers.snap (The system cannot find the path specified)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.<init>(SafeChunkyOutputStream.java:45)
at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.<init>(SafeChunkyOutputStream.java:41)
at org.eclipse.core.internal.resources.SaveManager.visitAndSnap(SaveManager.java:1685)
at org.eclipse.core.internal.resources.SaveManager.visitAndSnap(SaveManager.java:1768)
at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1167)
at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1109)
at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:51)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!ENTRY org.eclipse.core.resources 4 568 2017-03-28 20:14:40.395
!MESSAGE Could not write metadata for '/AGILE_DC1_MDA'.
!STACK 0
java.io.FileNotFoundException: Z:\Users\imcovangent\Documents\PhD\Software\KADMOS\pyKADMOS\scripts\RCE_workingdirectory\.metadata\.plugins\org.eclipse.core.resources\.projects\AGILE_DC1_MDA\.markers.snap (The system cannot find the path specified)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.<init>(SafeChunkyOutputStream.java:45)
at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.<init>(SafeChunkyOutputStream.java:41)
at org.eclipse.core.internal.resources.SaveManager.visitAndSnap(SaveManager.java:1685)
at org.eclipse.core.internal.resources.SaveManager.visitAndSnap(SaveManager.java:1768)
at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1167)
at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1109)
at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:51)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!ENTRY org.eclipse.core.resources 4 568 2017-03-28 22:00:59.214
!MESSAGE Could not write metadata for '/AGILE_DC1_MDA'.
!STACK 0
java.io.FileNotFoundException: Z:\Users\imcovangent\Documents\PhD\Software\KADMOS\pyKADMOS\scripts\RCE_workingdirectory\.metadata\.plugins\org.eclipse.core.resources\.projects\AGILE_DC1_MDA\.markers.snap (The system cannot find the path specified)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.<init>(SafeChunkyOutputStream.java:45)
at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.<init>(SafeChunkyOutputStream.java:41)
at org.eclipse.core.internal.resources.SaveManager.visitAndSnap(SaveManager.java:1685)
at org.eclipse.core.internal.resources.SaveManager.visitAndSnap(SaveManager.java:1768)
at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1167)
at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1109)
at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:51)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
......@@ -130,8 +130,6 @@
<editors>
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="de.rcenvironment.rce.gui.workflow.editor.WorkflowEditor" path="/TUD_case_study/test_all_tools.wf"/>
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="de.rcenvironment.rce.gui.workflow.editor.WorkflowEditor" path="/scriptedTUDwingDesign/TUDwingDesign_unconverged-DOE-GS.wf"/>
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="de.rcenvironment.core.gui.workflow.editor.WorkflowRunEditor" path="/External Files/Users/IMCOVA~1/AppData/Local/Temp/rce-temp/default-1490366361975/2/0f28692e-2be7-44ca-ae4f-a695e6daaf53.wfr"/>
<editor factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" id="org.eclipse.ui.DefaultTextEditor" uri="file:/C:/Users/IMCOVA~1/AppData/Local/Temp/rce-temp/default-1490366361975/34/a95eb5bf-edd2-4a8e-8537-530a0c5efc09/Q3D_FLC_-1_compl.log"/>
<editor factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" id="org.eclipse.ui.DefaultTextEditor" uri="file:/C:/Users/IMCOVA~1/AppData/Local/Temp/rce-temp/default-1490366361975/34/9cd3da5c-c057-495a-b068-24826a7db282/Q3D_VDE_-1_compl.log"/>
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="de.rcenvironment.core.gui.workflow.editor.WorkflowRunEditor" path="/External Files/Users/IMCOVA~1/AppData/Local/Temp/rce-temp/default-1490366361975/2/1b06740c-fc4a-4fa3-9420-3a63fb0d5965.wfr"/>
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="de.rcenvironment.core.gui.workflow.editor.WorkflowRunEditor" path="/External Files/Users/IMCOVA~1/AppData/Local/Temp/rce-temp/default-1490366361975/2/8dab889f-b976-4f16-9a64-857de68193e8.wfr"/>
......@@ -143,55 +141,68 @@
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="de.rcenvironment.rce.gui.workflow.editor.WorkflowEditor" path="/scriptedTUDwingDesign/TUDwingDesign_unconverged-DOE-GS.wf"/>
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="de.rcenvironment.core.gui.workflow.editor.WorkflowRunEditor" path="/External Files/Users/IMCOVA~1/AppData/Local/Temp/rce-temp/default-1490372828880/2/31a7c007-975a-436c-bb98-ed02769f0bde.wfr"/>
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="de.rcenvironment.rce.gui.workflow.editor.WorkflowEditor" path="/scriptedTUDwingDesign/TUDwingDesign_unconverged-DOE-GS.wf"/>
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="de.rcenvironment.rce.gui.workflow.editor.WorkflowEditor" path="/scriptedTUDwingDesign/TUDwingDesign_unconverged-MDA-GS.wf"/>
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="de.rcenvironment.rce.gui.workflow.editor.WorkflowEditor" path="/scriptedTUDwingDesign/TUDwingDesign_unconverged-MDA-J.wf"/>
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="de.rcenvironment.rce.gui.workflow.editor.WorkflowEditor" path="/scriptedTUDwingDesign/TUDwingDesign_converged-MDA-GS.wf"/>
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="de.rcenvironment.rce.gui.workflow.editor.WorkflowEditor" path="/scriptedTUDwingDesign/TUDwingDesign_converged-MDA-J.wf"/>
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="de.rcenvironment.rce.gui.workflow.editor.WorkflowEditor" path="/scriptedTUDwingDesign/TUDwingDesign_unconverged-DOE-GS.wf"/>
</editors>
<item historyLabel="test_all_tools.wf" index="0"/>
<item historyLabel="TUDwingDesign_unconverged-DOE-GS.wf" index="1"/>
<item historyLabel="test_all_tools.wf" index="0"/>
<item historyLabel="TUDwingDesign_unconverged-DOE-GS.wf" index="1"/>
<item historyLabel="Workflow Viewer" index="2"/>
<item historyLabel="TUDwingDesign_unconverged-DOE-GS.wf" index="1"/>
<item historyLabel="Q3D_FLC_-1_compl.log" index="3">
<position info="not_deleted" x="0" y="0"/>
</item>
<item historyLabel="TUDwingDesign_unconverged-DOE-GS.wf" index="1"/>
<item historyLabel="Q3D_VDE_-1_compl.log" index="4">
<item historyLabel="Q3D_VDE_-1_compl.log" index="2">
<position info="not_deleted" x="0" y="0"/>
</item>
<item historyLabel="TUDwingDesign_unconverged-DOE-GS.wf" index="1"/>
<item historyLabel="test_all_tools.wf" index="0"/>
<item historyLabel="TUDwingDesign_unconverged-DOE-GS.wf" index="1"/>
<item historyLabel="Workflow Viewer" index="5"/>
<item historyLabel="Workflow Viewer" index="3"/>
<item historyLabel="TUDwingDesign_unconverged-DOE-GS.wf" index="1"/>
<item historyLabel="Workflow Viewer" index="6"/>
<item historyLabel="Workflow Viewer" index="4"/>
<item historyLabel="TUDwingDesign_unconverged-DOE-GS.wf" index="1"/>
<item historyLabel="test_all_tools.wf" index="7"/>
<item historyLabel="test_all_tools.wf" index="5"/>
<item historyLabel="TUDwingDesign_unconverged-DOE-GS.wf" index="1"/>
<item historyLabel="Workflow Viewer" index="8"/>
<item historyLabel="Workflow Viewer" index="6"/>
<item historyLabel="TUDwingDesign_unconverged-DOE-GS.wf" index="1"/>
<item historyLabel="Merger-output.xml" index="9">
<item historyLabel="Merger-output.xml" index="7">
<position info="not_deleted" x="3821" y="7"/>
</item>
<item historyLabel="TUDwingDesign_unconverged-DOE-GS.wf" index="1"/>
<item historyLabel="Workflow Viewer" index="10"/>
<item historyLabel="Workflow Viewer" index="8"/>
<item historyLabel="TUDwingDesign_unconverged-DOE-GS.wf" index="1"/>
<item historyLabel="Merger-output.xml" index="9">
<item historyLabel="Merger-output.xml" index="7">
<position info="not_deleted" x="3821" y="7"/>
</item>
<item historyLabel="test_all_tools.wf" index="7"/>
<item historyLabel="test_all_tools.wf" index="5"/>
<item historyLabel="TUDwingDesign_unconverged-DOE-GS.wf" index="1"/>
<item historyLabel="test_all_tools.wf" index="7"/>
<item historyLabel="test_all_tools.wf" index="5"/>
<item historyLabel="TUDwingDesign_unconverged-DOE-GS.wf" index="1"/>
<item historyLabel="test_all_tools.wf" index="7"/>
<item historyLabel="test_all_tools.wf" index="5"/>
<item historyLabel="TUDwingDesign_unconverged-DOE-GS.wf" index="1"/>
<item historyLabel="Workflow Viewer" index="11"/>
<item historyLabel="Workflow Viewer" index="9"/>
<item historyLabel="TUDwingDesign_unconverged-DOE-GS.wf" index="1"/>
<item historyLabel="test_all_tools.wf" index="7"/>
<item historyLabel="TUDwingDesign_unconverged-DOE-GS.wf" index="12"/>
<item historyLabel="Workflow Viewer" index="13"/>
<item historyLabel="test_all_tools.wf" index="5"/>
<item historyLabel="TUDwingDesign_unconverged-DOE-GS.wf" index="10"/>
<item historyLabel="Workflow Viewer" index="11"/>
<item historyLabel="TUDwingDesign_unconverged-DOE-GS.wf" index="10"/>
<item historyLabel="test_all_tools.wf" index="5"/>
<item historyLabel="TUDwingDesign_unconverged-DOE-GS.wf" index="12"/>
<item historyLabel="test_all_tools.wf" index="7"/>
<item historyLabel="TUDwingDesign_unconverged-DOE-GS.wf" index="14"/>
<item active="true" historyLabel="test_all_tools.wf" index="7"/>
<item historyLabel="test_all_tools.wf" index="5"/>
<item historyLabel="TUDwingDesign_unconverged-MDA-GS.wf" index="13"/>
<item historyLabel="TUDwingDesign_unconverged-MDA-J.wf" index="14"/>
<item historyLabel="TUDwingDesign_converged-MDA-GS.wf" index="15"/>
<item historyLabel="TUDwingDesign_unconverged-MDA-J.wf" index="14"/>
<item historyLabel="TUDwingDesign_unconverged-MDA-GS.wf" index="13"/>
<item historyLabel="test_all_tools.wf" index="5"/>
<item historyLabel="TUDwingDesign_converged-MDA-J.wf" index="16"/>
<item historyLabel="test_all_tools.wf" index="5"/>
<item historyLabel="TUDwingDesign_unconverged-DOE-GS.wf" index="17"/>
<item historyLabel="test_all_tools.wf" index="5"/>
<item historyLabel="TUDwingDesign_unconverged-DOE-GS.wf" index="17"/>
<item historyLabel="test_all_tools.wf" index="5"/>
<item historyLabel="TUDwingDesign_converged-MDA-GS.wf" index="15"/>
<item historyLabel="test_all_tools.wf" index="5"/>
<item historyLabel="TUDwingDesign_converged-MDA-J.wf" index="16"/>
<item historyLabel="test_all_tools.wf" index="5"/>
<item historyLabel="TUDwingDesign_unconverged-DOE-GS.wf" index="17"/>
<item active="true" historyLabel="test_all_tools.wf" index="5"/>
</navigationHistory>
</page>
<workbenchWindowAdvisor/>
......@@ -211,6 +222,18 @@
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="de.rcenvironment.rce.gui.workflow.editor.WorkflowEditor" name="TUDwingDesign_unconverged-DOE-GS.wf" tooltip="scriptedTUDwingDesign/TUDwingDesign_unconverged-DOE-GS.wf">
<persistable path="/scriptedTUDwingDesign/TUDwingDesign_unconverged-DOE-GS.wf"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="de.rcenvironment.rce.gui.workflow.editor.WorkflowEditor" name="TUDwingDesign_converged-MDA-J.wf" tooltip="scriptedTUDwingDesign/TUDwingDesign_converged-MDA-J.wf">
<persistable path="/scriptedTUDwingDesign/TUDwingDesign_converged-MDA-J.wf"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="de.rcenvironment.rce.gui.workflow.editor.WorkflowEditor" name="TUDwingDesign_converged-MDA-GS.wf" tooltip="scriptedTUDwingDesign/TUDwingDesign_converged-MDA-GS.wf">
<persistable path="/scriptedTUDwingDesign/TUDwingDesign_converged-MDA-GS.wf"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="de.rcenvironment.rce.gui.workflow.editor.WorkflowEditor" name="TUDwingDesign_unconverged-MDA-J.wf" tooltip="scriptedTUDwingDesign/TUDwingDesign_unconverged-MDA-J.wf">
<persistable path="/scriptedTUDwingDesign/TUDwingDesign_unconverged-MDA-J.wf"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="de.rcenvironment.rce.gui.workflow.editor.WorkflowEditor" name="TUDwingDesign_unconverged-MDA-GS.wf" tooltip="scriptedTUDwingDesign/TUDwingDesign_unconverged-MDA-GS.wf">
<persistable path="/scriptedTUDwingDesign/TUDwingDesign_unconverged-MDA-GS.wf"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="de.rcenvironment.core.gui.workflow.editor.WorkflowRunEditor" name="31a7c007-975a-436c-bb98-ed02769f0bde.wfr" tooltip="External Files/Users/IMCOVA~1/AppData/Local/Temp/rce-temp/default-1490372828880/2/31a7c007-975a-436c-bb98-ed02769f0bde.wfr">
<persistable path="/External Files/Users/IMCOVA~1/AppData/Local/Temp/rce-temp/default-1490372828880/2/31a7c007-975a-436c-bb98-ed02769f0bde.wfr"/>
</file>
......@@ -241,11 +264,5 @@
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="de.rcenvironment.core.gui.workflow.editor.WorkflowRunEditor" name="65d7d339-fd64-4fdd-b62a-e159ebde06ab.wfr" tooltip="External Files/Users/IMCOVA~1/AppData/Local/Temp/rce-temp/default-1490361599029/2/65d7d339-fd64-4fdd-b62a-e159ebde06ab.wfr">
<persistable path="/External Files/Users/IMCOVA~1/AppData/Local/Temp/rce-temp/default-1490361599029/2/65d7d339-fd64-4fdd-b62a-e159ebde06ab.wfr"/>
</file>
<file factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" id="org.eclipse.ui.DefaultTextEditor" name="Q3D_FLC_-1_compl.log" tooltip="C:\Users\IMCOVA~1\AppData\Local\Temp\rce-temp\default-1490361599029\34\8442397a-8ff7-4aae-b120-165ac098a867\Q3D_FLC_-1_compl.log">
<persistable uri="file:/C:/Users/IMCOVA~1/AppData/Local/Temp/rce-temp/default-1490361599029/34/8442397a-8ff7-4aae-b120-165ac098a867/Q3D_FLC_-1_compl.log"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="de.rcenvironment.core.gui.workflow.editor.WorkflowRunEditor" name="18cf629d-6af6-44f7-a22e-8416dd7499f8.wfr" tooltip="External Files/Users/IMCOVA~1/AppData/Local/Temp/rce-temp/default-1490361599029/2/18cf629d-6af6-44f7-a22e-8416dd7499f8.wfr">
<persistable path="/External Files/Users/IMCOVA~1/AppData/Local/Temp/rce-temp/default-1490361599029/2/18cf629d-6af6-44f7-a22e-8416dd7499f8.wfr"/>
</file>
</mruList>
</workbench>
\ No newline at end of file
......@@ -30,17 +30,32 @@ pp = PrettyPrinter(indent=4)
# Settings
KB_dir_path = '/Users/imcovangent/Documents/PhD/Software/KADMOS/pyKADMOS/KNOWLEDGE_BASE'
loop_all = False # Loop through all mdao_definition
mdao_definition_id = 5 # If not loop_all = False, select the required MDAO architecture from mdao_definitions
subfolder = 'WP6_TUD_WingDesign_'# Subfolder suffix to export different exports (pickles, PDFs, visualization packages)
reload_kb = False # Reload KB or used pickled file, set to False after first execution
mdao_definition_id = 5 # If not loop_all = False, select the required MDAO architecture from mdao_definitions
subfolder = 'WP6_TUD_WingDesign_' # Subfolder suffix to export different exports (pickles, PDFs, visualization packages)
reload_kb = False # Reload KB or used pickled file, set to False after first execution
create_rcg_vis = False # Create RCG visualizations, set to False after first execution to save time
open_pdfs = False # Automatically open PDFs of the (X)DSMs while running the script
compress_vis_packs = False # Automatically compress the visualization packages into zip files
open_pdfs = False # Automatically open PDFs of the (X)DSMs while running the script
compress_vis_packs = False # Automatically compress the visualization packages into zip files
vispack_version = '170317'
rce_add_output_filters = True # Setting on whether to include output filters in the RCE workflows
rce_add_output_filters = True # Setting on whether to include output filters in the RCE workflows
rce_working_dir = "RCE_workingdirectory/scriptedTUDwingDesign/" # Working directory as subfolder of scripts folder
rce_replace_dir = ['/Users/','Z:/Users/'] # Setting for MacOS users ['/Users/','Z:/Users/']
# Get list of MDAO architectures
mdao_definitions = ['unconverged-MDA-GS',# 0
'unconverged-MDA-J', # 1
'converged-MDA-GS', # 2
'converged-MDA-J', # 3
'unconverged-DOE-GS',# 4
'unconverged-DOE-J', # 5
'converged-DOE-GS', # 6
'converged-DOE-J', # 7
'unconverged-OPT-GS',# 8
'unconverged-OPT-J', # 9
'MDF-GS', # 10
'MDF-J', # 11
'IDF'] # 12
# -------------------- #
# SCRIPT #
# -------------------- #
......@@ -98,21 +113,6 @@ else:
shutil.copytree(subfolder + 'vispack_RCG', subfolder + 'vispack')
# On to the wrapping of the MDAO architectures
# Get list of MDAO architectures
mdao_definitions = ['unconverged-MDA-GS',# 0
'unconverged-MDA-J', # 1
'converged-MDA-GS', # 2
'converged-MDA-J', # 3
'unconverged-DOE-GS',# 4
'unconverged-DOE-J', # 5
'converged-DOE-GS', # 6
'converged-DOE-J', # 7
'unconverged-OPT-GS',# 8
'unconverged-OPT-J', # 9
'MDF-GS', # 10
'MDF-J', # 11
'IDF'] # 12
# Loop over all mdao_definitions, or use a single one
if not loop_all:
mdao_definitions = [mdao_definitions[mdao_definition_id]]
......
File added
File added
File added
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment