Skip to content

Fix: add design impedance correctly

Lorenzo Giacomel requested to merge bugfix-add-design-impedance-correctly into master

Before using the lumped betas the broadband impedance needed to be added after initializing the Model, but now it can be trated as any other component.

Moreover, the old code was not adding the design impedance to self.__elements

It also appears that self.elements_list is a duplicate of self.__elements therefore in a future PR we will "un-self" elements_list to avoid confusion

Merge request reports