Declare equations which should be evaluated at each communication interval

Syntax


dynamic

   <dynamic section statements>

end

Description


Statements or equations in the DYNAMIC section are evaluated at each communication interval, that is: before outputs are prepared for logging at each interval specified by the CINTERVAL statement.

Example


dynamic

   ! Convert velocity value for logging

   V_kilometers_per_hour = V_meters_per_second*3600/1000

end