Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Choice of step-method and device.stationfinder. II

Please excuse the second message,
the missing attachements are sent with this mail.

Best
Sven

Attachment: e_berlin-bus.sumocfg
Description: application/sumo

<additional>
 <vType id="Ebusco2.2electric12m"
            vClass="bus"
            guiShape="bus"
            length="1.0" 
            color="yellow" 
            sigma="0.5"
            emissionClass="Energy/unknown" 
            mass="12850">                                        <!-- Sigma 0.0 means perfect drivers, maybe worth changing-->
        <param key="frontSurfaceArea" value="8.211"/>      
        <param key="airDragCoefficient" value="0.35"/>              
        <param key="rotatingMass" value="40"/>                      
        <param key="radialDragCoefficient" value="0.1"/>            
        <param key="rollDragCoefficient" value="0.01"/>             
        <param key="constantPowerIntake" value="100"/>              
        <param key="propulsionEfficiency" value=".98"/>             
        <param key="recuperationEfficiency" value=".96"/>           
        <param key="stoppingThreshold" value="0.1"/>
        <param key="has.battery.device" value="true"/>              
        <param key="device.battery.capacity" value="525000"/>                            
        <param key="device.battery.maximumChargeRate" value="150000"/>   
        <param key="device.battery.chargeLevelTable" value="0 0.8 1"/>
        <param key="device.battery.chargeCurveTable" value="150000 150000 120000"/>
        <param key="has.stationfinder.device" value="true"/>
        <param key="device.stationfinder.chargingStrategy" value="balanced"/>
        <param key="device.stationfinder.saturatedChargeLevel" value="0.8"/>
        <param key="device.stationfinder.needToChargeLevel" value="0.0"/>
        <param key="device.stationfinder.rescueAction" value="none"/>
        <param key="device.stationfinder.maxChargePower" value="150000"/>
    </vType>

    <vType id="SolarsisUrbino18electric"
            vClass="bus"
            guiShape="bus/flexible"
            length="1.5"
            color="blue"  
            sigma="0.5" 
            emissionClass="Energy/unknown" 
            mass="30000"> 
        <param key="frontSurfaceArea" value="8.415"/>      
        <param key="airDragCoefficient" value="0.35"/>              
        <param key="rotatingMass" value="40"/>                      
        <param key="radialDragCoefficient" value="0.1"/>            
        <param key="rollDragCoefficient" value="0.01"/>             
        <param key="constantPowerIntake" value="100"/>              <!-- When Heating + 37kW / When Cooling + 57 kW -->
        <param key="propulsionEfficiency" value=".98"/>             
        <param key="recuperationEfficiency" value=".96"/>           
        <param key="stoppingThreshold" value="0.1"/>
        <param key="has.battery.device" value="true"/>              
        <param key="device.battery.capacity" value="700000"/>                         
        <param key="device.battery.maximumChargeRate" value="250000"/>   
        <param key="device.battery.chargeLevelTable" value="0 0.8 1"/>
        <param key="device.battery.chargeCurveTable" value="250000 250000 200000"/>
        <param key="has.stationfinder.device" value="true"/>
        <param key="device.stationfinder.chargingStrategy" value="balanced"/>
        <param key="device.stationfinder.saturatedChargeLevel" value="0.8"/>
        <param key="device.stationfinder.needToChargeLevel" value="0.0"/>
        <param key="device.stationfinder.rescueAction" value="none"/>
        <param key="device.stationfinder.maxChargePower" value="250000"/>
    </vType>

    <vType id="SolarsisUrbino12electric"
            vClass="bus"
            guiShape="bus"
            length="1.5"
            color="green"  
            sigma="0.5" 
            emissionClass="Energy/unknown" 
            mass="12850">           
        <param key="device.battery.capacity" value="300000"/>
        <param key="frontSurfaceArea" value="8.415"/>      
        <param key="airDragCoefficient" value="0.35"/>              
        <param key="rotatingMass" value="40"/>                      
        <param key="radialDragCoefficient" value="0.1"/>            
        <param key="rollDragCoefficient" value="0.01"/>             
        <param key="constantPowerIntake" value="100"/>              
        <param key="propulsionEfficiency" value=".98"/>             
        <param key="recuperationEfficiency" value=".96"/>           
        <param key="stoppingThreshold" value="0.1"/>
        <param key="has.battery.device" value="true"/>              
        <param key="device.battery.capacity" value="525000"/>                        
        <param key="device.battery.maximumChargeRate" value="260000"/>   
        <param key="device.battery.chargeLevelTable" value="0 0.8 1"/>
        <param key="device.battery.chargeCurveTable" value="260000 260000 208000"/>
        <param key="has.stationfinder.device" value="true"/>
        <param key="device.stationfinder.chargingStrategy" value="balanced"/>
        <param key="device.stationfinder.saturatedChargeLevel" value="0.8"/>
        <param key="device.stationfinder.needToChargeLevel" value="0.0"/>
        <param key="device.stationfinder.rescueAction" value="none"/> 
        <param key="device.stationfinder.maxChargePower" value="260000"/>
    </vType>
</additional>

Back to the top