Example deadband in Fortran Code
Dear everyone, Is there any reference code for deadband operation in Fortran languange? I need it to make own UDM Thank you very much
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
Dear everyone, Is there any reference code for deadband operation in Fortran languange? I need it to make own UDM Thank you very much
A deadband with limits +/- 0.1 in Fortran 90:
deadband_high = 0.1
deadband_low = -0.1
if (input > deadband_high) then
output = input-deadband_high
else if (input < deadband_low) then
output = input-deadband_low
else
output = 0.
end if
Thank you very much Dr Perolofl, Dr Perolofl, I have a question.do you have an example transformation dq frame to alpha-beta and then connected to current injection method in psse? I was made dq frame to alpha-beta but after fault it seems the value of alpha-beta conversion will diverge after fault
Asked: 2023-05-10 04:59:42 -0500
Seen: 1,292 times
Last updated: May 10 '23
User defined model code in different fortran files
User defined model of line relay
How to program a FACTS tripping in Fortran?
Questions abour Coordinated Call Models
PSS/E User-written misc. model crashes
would you please give me your comments??(UDM) [closed]
PSS\E environment manger fails