Variable mutual inductance implementation

hi

I am trying to simulate variable mutual inductance M(t) in PLECS. Since the mutual inductor block uses a constant coupling matrix, I implemented a T-equivalent model with a ramp-controlled inductance so that M varies during simulation.

Is this T-model implementation with variable inductance a correct method to simulate time-varying mutual inductance in PLECS, or is there a recommended approach?

Hi @Behnam
Yes, this is possible, as also mentioned in this forum post:

In your simulation it appears to be a rather fast change, so modeling it directly within the simulation is appropriate.

If the change were slow or simply a step, another option could be to stop the simulation at certain points and update the parameters before continuing.