matsim-code-examples icon indicating copy to clipboard operation
matsim-code-examples copied to clipboard

About QueueWithBuffer

Open rara1484 opened this issue 3 years ago • 0 comments

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.

rara1484 avatar Dec 04 '21 14:12 rara1484