First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
0

model writing in UDM

asked Sep 26 '3

aiden gravatar image

updated Sep 26 '3

perolofl gravatar image

in the POM.pdf on chapter "Model Writing" Model Writing Notes part, it shows the following codes fragment:

200 IF (CON(J).GT.2.*DELT) GO TO 210
    STATE(K)=ECOMP(I)
    STORE(K)=ECOMP(I)
    GO TO 220
210 DSTATE(K)=(ECOMP(I)-STATE(K))/CON(J)
220 VERROR=VREF(I)+VOTHSG(I)-STATE(K)

what is STORE , the manual only says it is a integrator memory, but does give an example. so here why use store can solve small time constant problem? what is the theory and formulas behind STORE variable?

1 answer

Sort by » oldest newest most voted
0

answered Sep 26 '3

perolofl gravatar image

With those lines the time constant block is ignored when the time constant is less or equal to 2 time steps. If so, out signal is same as input signal, i.e. no time constant.

link

Comments

Thanks , and here what is the function of store?

aiden gravatar imageaiden (Sep 26 '3)

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: Sep 26 '3

Seen: 371 times

Last updated: Sep 26 '23