matsim-code-examples
matsim-code-examples copied to clipboard
About QueueWithBuffer
Hello.
QueueWithBuffer has the power to change the original storage capacity. The changes in storage capacity are described in the following link.
https://github.com/matsim-org/matsim-libs/blob/6a2dcbf2ee8432ccdc070738ed6b8e9d91665d93/matsim/src/main/java/org/matsim/core/mobsim/qsim/qnetsimengine/QueueWithBuffer.java#L661
The storage capacity can be changed to freespeedTravelTime * unscaledFlowCapacity_s.
It is thought that the model will be less congested due to the fact that the storage capacity can be changed. But is this a model that represents reality?
Please let me know if there is any different approach.
Thank you.