Please login with a confirmed email address before reporting spam
Posted:
9 years ago
16.12.2015, 07:27 GMT-5
Okay, managed to get it working. I was using a derivative function in determining if the current was rising or dropping and I used a variable "TIME" as was suggested in the documentation. When I changed it to "t" the model started to work as wanted.
Here is the function I was using in determining the voltage for the coil:
48*flc2hs(t,0)*(mf.ICoil_1<14[A]||(mf.ICoil_1<16[A]&&d(mf.ICoil_1,t)>0))[V]
Okay, managed to get it working. I was using a derivative function in determining if the current was rising or dropping and I used a variable "TIME" as was suggested in the documentation. When I changed it to "t" the model started to work as wanted.
Here is the function I was using in determining the voltage for the coil:
48*flc2hs(t,0)*(mf.ICoil_1
Please login with a confirmed email address before reporting spam
Posted:
9 years ago
22.02.2016, 04:01 GMT-5
Hi,
Interesting solution, I am currently trying to do a similar thing that I have not been able to solve yet. I am trying to create my own diode from a resistor. Basically, I want the resistor to switch between two values depending on the voltage drop over it, with a smoothing function added to help with convergence. I have had no luck using the built in diode.
I have a little trouble figuring out exactly how you have implemented your expression, have you just set the expression as the voltage of your coil?
Also, I am not familiar with the flc2hs() function. I have searched the documentation and on the web but I am still not sure of how it works. In your expression is not the flc2hs(t,0) always equal to 1 when t>0, e.g. there is no smoothening function? Or am I misunderstanding the function?
Regards,
Stefan Sjökvist
Hi,
Interesting solution, I am currently trying to do a similar thing that I have not been able to solve yet. I am trying to create my own diode from a resistor. Basically, I want the resistor to switch between two values depending on the voltage drop over it, with a smoothing function added to help with convergence. I have had no luck using the built in diode.
I have a little trouble figuring out exactly how you have implemented your expression, have you just set the expression as the voltage of your coil?
Also, I am not familiar with the flc2hs() function. I have searched the documentation and on the web but I am still not sure of how it works. In your expression is not the flc2hs(t,0) always equal to 1 when t>0, e.g. there is no smoothening function? Or am I misunderstanding the function?
Regards,
Stefan Sjökvist
Please login with a confirmed email address before reporting spam
Posted:
9 years ago
22.02.2016, 04:57 GMT-5
Hi,
I inserted that expression as a variable in the component and then used that variable as the voltage of the coil.
Now that you mention it, it seems that the heaviside function is useless in my expression. Now length of the smoothing part of the heaviside function is 0, so it is in practice a straightforward step function.
I think I played around with the scaling of the heaviside function, noticed that the expression worked best with no smoothing and just forgot the flc2hs in the expression.
- Olli
Hi,
I inserted that expression as a variable in the component and then used that variable as the voltage of the coil.
Now that you mention it, it seems that the heaviside function is useless in my expression. Now length of the smoothing part of the heaviside function is 0, so it is in practice a straightforward step function.
I think I played around with the scaling of the heaviside function, noticed that the expression worked best with no smoothing and just forgot the flc2hs in the expression.
- Olli
Please login with a confirmed email address before reporting spam
Posted:
9 years ago
23.02.2016, 02:07 GMT-5
Hi,
Thank you for your reply, I have at least managed to create the function I needed. I modified the one in this thread
www.comsol.com/community/forums/general/thread/88872/
However, I have not managed to get my solution to converge yet.
If anyone has any tips on how to get a rmm + cir model (with diodes) to converge I would be more than grateful!
/Stefan
Hi,
Thank you for your reply, I have at least managed to create the function I needed. I modified the one in this thread http://www.comsol.com/community/forums/general/thread/88872/
However, I have not managed to get my solution to converge yet.
If anyone has any tips on how to get a rmm + cir model (with diodes) to converge I would be more than grateful!
/Stefan