Skip to content

Commit

Permalink
adapting mmpevem files to mass attribute #13056
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Feb 6, 2024
1 parent b6718fa commit 27e83b7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions data/emissions/MMPEVEM/BMW_i3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


<routes>
<vType color="blue" emissionClass="MMPEVEM" id="BMW_i3" vClass="passenger">
<vType emissionClass="MMPEVEM" id="BMW_i3" vClass="passenger" mass="1417">
<param key="has.battery.device" value="true"/>
<param key="device.battery.capacity" value="39000"/>
<param key="device.battery.maxPower" value="125000"/>
Expand All @@ -32,7 +32,6 @@
<param key="maximumRecuperationPower" value="50000"/>
<param key="gearRatio" value="9.665"/>
<param key="gearEfficiency" value="0.96"/>
<param key="vehicleMass" value="1417"/>
<param key="constantPowerIntake" value="360"/>
<param key="rollDragCoefficient" value="0.007"/>
<param key="airDragCoefficient" value="0.29"/>
Expand Down
3 changes: 1 addition & 2 deletions data/emissions/MMPEVEM/SUV.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


<routes>
<vType color="blue" emissionClass="MMPEVEM" id="SUV" vClass="passenger">
<vType emissionClass="MMPEVEM" id="SUV" vClass="passenger" mass="2100">
<param key="has.battery.device" value="true"/>
<param key="device.battery.capacity" value="80000"/>
<param key="device.battery.maxPower" value="180000"/>
Expand All @@ -32,7 +32,6 @@
<param key="maximumRecuperationPower" value="105000"/>
<param key="gearRatio" value="9.325"/>
<param key="gearEfficiency" value="0.96"/>
<param key="vehicleMass" value="2100"/>
<param key="constantPowerIntake" value="360"/>
<param key="rollDragCoefficient" value="0.01"/>
<param key="airDragCoefficient" value="0.29"/>
Expand Down
3 changes: 1 addition & 2 deletions data/emissions/MMPEVEM/VW_ID3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


<routes>
<vType olor="blue" emissionClass="MMPEVEM" id="VW_ID3" vClass="passenger">
<vType emissionClass="MMPEVEM" id="VW_ID3" vClass="passenger" mass="1794">
<param key="has.battery.device" value="true"/>
<param key="device.battery.capacity" value="58000"/>
<param key="device.battery.maxPower" value="107000"/>
Expand All @@ -32,7 +32,6 @@
<param key="maximumRecuperationPower" value="42800"/>
<param key="gearRatio" value="10"/>
<param key="gearEfficiency" value="0.96"/>
<param key="vehicleMass" value="1794"/>
<param key="constantPowerIntake" value="360"/>
<param key="rollDragCoefficient" value="0.007"/>
<param key="airDragCoefficient" value="0.26"/>
Expand Down
3 changes: 1 addition & 2 deletions data/emissions/MMPEVEM/VW_ID4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


<routes>
<vType color="blue" emissionClass="MMPEVEM" id="VW_ID4" vClass="passenger">
<vType emissionClass="MMPEVEM" id="VW_ID4" vClass="passenger" mass="2124">
<param key="has.battery.device" value="true"/>
<param key="device.battery.capacity" value="77000"/>
<param key="device.battery.maxPower" value="150000"/>
Expand All @@ -32,7 +32,6 @@
<param key="maximumRecuperationPower" value="90000"/>
<param key="gearRatio" value="10"/>
<param key="gearEfficiency" value="0.96"/>
<param key="vehicleMass" value="2124"/>
<param key="constantPowerIntake" value="360"/>
<param key="rollDragCoefficient" value="0.0075"/>
<param key="airDragCoefficient" value="0.28"/>
Expand Down
3 changes: 1 addition & 2 deletions data/emissions/MMPEVEM/VW_eUp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


<routes>
<vType color="blue" emissionClass="MMPEVEM" id="VW_eUp" vClass="passenger">
<vType emissionClass="MMPEVEM" id="VW_eUp" vClass="passenger" mass="1235">
<param key="has.battery.device" value="true"/>
<param key="device.battery.capacity" value="32300"/>
<param key="device.battery.maxPower" value="61000"/>
Expand All @@ -32,7 +32,6 @@
<param key="maximumRecuperationPower" value="24400"/>
<param key="gearRatio" value="9"/>
<param key="gearEfficiency" value="0.96"/>
<param key="vehicleMass" value="1235"/>
<param key="constantPowerIntake" value="360"/>
<param key="rollDragCoefficient" value="0.008"/>
<param key="airDragCoefficient" value="0.32"/>
Expand Down

0 comments on commit 27e83b7

Please sign in to comment.