Markus Mirz
Markus Mirz
The CGMES v3 seems to be available [here](https://www.entsoe.eu/digital/cim/cim-for-grid-models-exchange/) but the schema files are still missing.
This PR implements a new component "ResIndSeries" in the SP, DP and EMT (3Ph) domains which models the series connection of a resistor with an inductor. The new component is...
- Currently not supported NICSLU codes - nicslu solver updates: https://git-ce.rwth-aachen.de/acs/private/research/rte/nicslu-customlu - dpsim nicslu branch: https://github.com/sogno-platform/dpsim/tree/syngen-vbr-nicslu - should be replaced by a NICSLUAdapter or using MNAPlugin
- create new MQTT example based on [this one](https://github.com/sogno-platform/dpsim/blob/master/Examples/Python/Shmem/test_shmem_cigre_mv_pf_profiles.py) using the new villas interface, like for the newer examples in the [villas folder](https://github.com/sogno-platform/dpsim/tree/master/Examples/Python/Villas) - call InterfaceVillas() instead of InterfaceShmem() -...
The integration of powerflow and dynamic simulation (SP,DP,EMT) should be improved. The idea is to - store more information in the Topological classes, not just parameters e.g. from CIM but...
Instead of setting many parameters in the Simulation class and later again in the Solver class, we want to group all these parameters in on class called SimulationParameters. Then, the...
- Consistent rules when to make variables attributes - Reduce number of attributes - Parameters do not need to be attributes in most cases, only if they are set dynamically...