PPT Slide
ACSL input file written with bond graph notation.
PROGRAM CAMPACSL $”ACSL INPUT FILE….”
CONSTANT P2IN=0.0 , Q3IN= 0.04 $”<== Initial conditions ”
CONSTANT I2=0.02, C3=.510204, R4=0.05 $”<==Physical parameters”
CONSTANT FINTIM=5.0 $”<==Final time”
CINTERVAL CIN=0.05 $”<==Time control T=time”
DERIVATIVE $”<==start of derivative statements”
SE1 = 0 $”<==External Input SE=F(T), SF=V(T)”
P2=INTEG(dP2,P2IN) $ “Displacement”
Q3=INTEG(dQ3,Q3IN) $ “Momentum”
TERMT (T.GE.FINTIM) $ “Terminate Condition”