Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi, i have the follow system of 3 equations
i need to find the operating region for the system where vrd, vrq, Re, Le, Nc, Cdc and w are constant parameters, Md and Mq are parameters that i can change and i want to introduce in the system to get all the Isq, Isq and Vdc solutions. In resume, i want to vary Md and Mq and get the corresponding Isd, Isq and Vdc for each par of Md and Mq input, anyone can help me with this? i will be very gratefull.
PD: Sorry if my english is not so good.
Solved! Go to Solution.
to get all the Isq, Isq and Vdc solutions.
Guess you meant to solve for Isd, not twice for Isq 😉
Here is the parametrized solve block Terry was talking about.
You may provide better guess value but as we can see, even my bad guesses (all 1) gives a solution, so the system seems to be well determined.
You may even evaluate the solve block function symbolically to see the functional solution
And you now may define functions for each of the three variables you are looking for dependent on the two input values
You may also consider using units ... that's something Mathcad is pretty good at
BTW, If you define an symbolically evaluate the solve block before you define your variables, you may see the solution dependent on all constants and input variables
Hi,
What you need is a parametrized Solve Block but first.
Mathcad 15?
lsd,,lsq, Vdc?
Can you provide your sheet with the values for Re, Le, Nc, Cdc, w
What range is Md and Mq varied over?
Cheers
Terry
Hi Terry, thankss
yep, the version is Mathcad 15, i will give you more context, im modeling an electrical device (an STATCOM), these three equations are the equations of the electrical LVK and LCK that modeling the system, so i want to know what are all the values of current of q-axys that i can get (Isd and Isq are currents). Vdc is the DC voltage of each sub-module.
I need to get every Md and Mq values that meet the following condition:
and store those values in pairs in a vector or something similar and then, reeplace these values in the system of equations. So that could be the range.
thanks again Terry
to get all the Isq, Isq and Vdc solutions.
Guess you meant to solve for Isd, not twice for Isq 😉
Here is the parametrized solve block Terry was talking about.
You may provide better guess value but as we can see, even my bad guesses (all 1) gives a solution, so the system seems to be well determined.
You may even evaluate the solve block function symbolically to see the functional solution
And you now may define functions for each of the three variables you are looking for dependent on the two input values
You may also consider using units ... that's something Mathcad is pretty good at
BTW, If you define an symbolically evaluate the solve block before you define your variables, you may see the solution dependent on all constants and input variables
But the condition is
and not
which means we have to deal with all points in the Md-Mq-plane inside and on the circle with origin as center and radius sqrt (3/2).
But I doubt that the resulting 3D plots are of any value as the values seem to be much too large to handle...
I scaled them by 10^-20 to get a better 3D plot
Thank you very much to both, I am truly very grateful. I will stick with this answer, but both have been very helpful to me, thank you.