Simscape Model - Issue when using Transformer
6 views (last 30 days)
Show older comments
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.
0 Comments
Answers (1)
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!
0 Comments
See Also
Categories
Find more on Troubleshooting in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!