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

Updated MDO system interface to include a populated option.

Former-commit-id: e3524ef6a4a29df9d5cea04414316939f8d47f98
parent a3e54c61
No related branches found
No related tags found
No related merge requests found
Showing
with 22 additions and 0 deletions
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
from kadmos.graph import load
name_list = [('SellarARCG_01.kdms', 'Sellar problem - tool database'),
('SellarBFPGIDF_02.kdms', 'Sellar problem - MDO problem IDF'),
('SellarCMDAOIDF_03.kdms', 'Sellar problem - MDO strategy IDF'),
('SellarCMDAOIDF_03_mpg.kdms', 'Sellar problem - MDO strategy IDF'),
('SellarDFPGMDFGS_04.kdms', 'Sellar problem - MDO problem MDF'),
('SellarEMDAOMDFGS_05.kdms', 'Sellar problem - MDO strategy MDF'),
('SellarEMDAOMDFGS_05_mpg.kdms', 'Sellar problem - MDO strategy MDF'),
('SsbjARCG_06.kdms', 'SSBJ problem - tool database'),
('SsbjBFPG_07.kdms', 'SSBJ problem - MDO problem'),
('SsbjCBLISS_08.kdms', 'SSBJ problem - MDO strategy BLISS-2000'),
('SsbjCBLISS_08_mpg.kdms', 'SSBJ problem - MDO strategy BLISS-2000'),
('SsbjDCO_09.kdms', 'SSBJ problem - MDO strategy Collaborative Optimization'),
('SsbjDCO_09_mpg.kdms', 'SSBJ problem - MDO strategy Collaborative Optimization'),
('TudelftRCG_10.kdms', 'TU Delft wing design - tool database')]
for name in name_list:
graph = load(name[0])
graph.name = name[1]
graph.save(name[0])
\ No newline at end of file
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
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