Skip to content

Commit

Permalink
changing default #13422
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Apr 3, 2024
1 parent 84b4409 commit 01c2a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/emissions/EnergyParams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ EnergyParams::EnergyParams(const SUMOEmissionClass c) {
}
myMap[SUMO_ATTR_FRONTSURFACEAREA] = 2.6;
myMap[SUMO_ATTR_AIRDRAGCOEFFICIENT] = 0.35;
myMap[SUMO_ATTR_ROTATINGMASS] = 0.01;
myMap[SUMO_ATTR_ROTATINGMASS] = 40.;
myMap[SUMO_ATTR_RADIALDRAGCOEFFICIENT] = 0.1;
myMap[SUMO_ATTR_ROLLDRAGCOEFFICIENT] = 0.01;
myMap[SUMO_ATTR_CONSTANTPOWERINTAKE] = 100.;
Expand Down

0 comments on commit 01c2a79

Please sign in to comment.