matthuszagh / pyems

High-level python interface to OpenEMS with automatic mesh generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write fully standalone XML files

matthuszagh opened this issue · comments

See this comment and the surrounding context. In particular, pyems should add FDTD data to the simulation XML file so that this file can be directly invoked from the openems CLI. This has the benefit (among others) that XML files generated through pyems can be easily used by individuals not using pyems. This makes it easier to recruit help in the forum for issues related to openems rather than pyems's use of it.

It might be better to implement this upstream in openems/csxcad than in pyems. That way, the code won't need to be duplicated in octave/matlab (where it currently resides) and pyems won't have to stay abreast of any upstream openems changes in this regard.