eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.51k stars 1.42k forks source link

model the mass of vehicles, persons and containers (trac #2337) #2337

Open behrisch opened 8 years ago

behrisch commented 8 years ago

Migrated from http://sumo.dlr.de/ticket/2337

{
    "status": "new", 
    "changetime": "2016-05-18T13:25:48Z", 
    "description": "- new attribute\n- should influence battery model and emissions", 
    "reporter": "namdre", 
    "cc": "", 
    "resolution": "", 
    "_ts": "1463577948178403", 
    "component": "other (also unclassified)", 
    "summary": "model the mass of persons and containers", 
    "priority": "minor", 
    "keywords": "", 
    "time": "2016-05-18T13:25:48Z", 
    "milestone": "2.0.0", 
    "owner": "", 
    "type": "enhancement"
}
behrisch commented 6 years ago

This should become a new vtype attribute. It deprecates the battery models mass and for phemlight it will override the mass given in the phemlight file.

palvarezlopez commented 6 years ago

@behrisch Do you find interesting to model vehicle mass using a optional "mass distribution function"? This distribution function indicates in what section of vehicle the mass is concentrated (front, trunk, etc.), and by default is 1 (mass are distributed equally in the entire vehicle shape)

behrisch commented 6 years ago

I don't think our current models (battery and PHEM could make use of it).

behrisch commented 2 years ago

documentation is still missing and a strategy to incorporate the value with the emission values