Simscape Model - Issue when using Transformer

6 views (last 30 days)
Krishna
Krishna on 19 Feb 2024
Answered: Sreeram on 2 Sep 2024
I am getting the following error command when running my simscape model:
  • Initial conditions solve failed to converge.
  • Nonlinear solver: Linear Algebra error. Failed to solve using iteration matrix.
  • The model may not give enough information to make it possible to solve for values of some of its variables. Specific advice is given below. all components and nodal across variables involvedTie variable 'Ideal_Transformer.p1.v' (Voltage) to a definite value, for example by connecting an appropriate domain reference block. Dependency found among topology equations. Check for missing reference node.

Answers (1)

Sreeram
Sreeram on 2 Sep 2024
Hi Krishna,
I assume that you are using a Current Source on side 1 of the Ideal Transformer block. The error message, “Check for missing reference node” suggests that the circuit is missing a reference block. Adding this block to the circuit on side 1 will fix the error:
Here is the fixed model for your reference:
I hope it helps!

Tags

Products


Release

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!