Ask Your Question
0

model writing in UDM

asked 2023-09-26 01:48:15 -0500

aiden gravatar image

updated 2023-09-26 04:45:30 -0500

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?

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2023-09-26 04:48:09 -0500

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.

edit flag offensive delete link more

Comments

Thanks , and here what is the function of store?

aiden gravatar imageaiden ( 2023-09-26 07:41:14 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: 2023-09-26 01:48:15 -0500

Seen: 272 times

Last updated: Sep 26 '23