简体   繁体   English

Anylogic中的积分

[英]Integral in Anylogic

I was wondering if anyone could please let me know the prototype of Integral function in Anylogic.我想知道是否有人可以让我知道 Anylogic 中 Integral function 的原型。 Thanks a lot.非常感谢。

For example, how to put the lower and upper bound of integral?比如,积分的上下界怎么放?

There's no such thing as an integral, nevertheless, the concept of stock and flow on a system dynamics model is equivalent to an integral没有积分这样的东西,但是,系统动力学 model 上的存量和流量的概念等效于积分

The lower and upper bound are your simulation initial and end time... And if you want to define other lower and upper bounds, you have to make your flows equal to 0 until you reach the initial time and after you reach the final time.下限和上限是您的模拟初始时间和结束时间......如果您想定义其他下限和上限,您必须使您的流量等于 0,直到您到达初始时间和到达最后时间。

What you are integrating is the sum of the flows that are going in minus the sum of the flows going out of the stock and the result of that integral, is the value of the stock.您正在积分的是流入的流量总和减去流出库存的流量总和,积分的结果就是库存的价值。

Of course, you can only integrate based on time, and using an approximation method such as Euler.当然,您只能基于时间进行积分,并使用欧拉等近似方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM