Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 6f1cbcd9 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

adding new acceleration / deceleration curve for buses

parent 8cdb082e
No related branches found
No related tags found
No related merge requests found
v [km/h],acc [m/s],dec [m/s]
0,0.2,-1
7,1.1,-1
25,1.1,-1
50,0.6,-1
60,0.6,-0.5
120,0.6,-0.5
v [km/h] , acc [m/s] , dec [m/s]
0 , 0.88 , -0.94
10 , 1.00 , -0.94
13 , 1.00 , -0.94
20 , 1.00 , -0.88
30 , 0.97 , -0.81
40 , 0.80 , -0.73
50 , 0.63 , -0.66
58 , 0.50 , -0.52
60 , 0.46 , -0.50
70 , 0.39 , -0.50
80 , 0.39 , -0.50
90 , 0.39 , -0.50
100 , 0.39 , -0.50
120 , 0.39 , -0.50
\ No newline at end of file
......@@ -881,8 +881,6 @@
<EmbeddedResource Include="Resources\XSD\VectoDeclarationDefinitions.2.6_Buses.xsd">
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Resources\Declaration\VAUXBus\SP-Axles_Bus.csv" />
<EmbeddedResource Include="Resources\Declaration\VAUXBus\SP-Factors_Bus.csv" />
<EmbeddedResource Include="Resources\Declaration\VAUXBus\DEFAULT_1-Cylinder_1-Stage_393ccm.acmp" />
<EmbeddedResource Include="Resources\Declaration\VAUXBus\DEFAULT_2-Cylinder_1-Stage_650ccm.acmp" />
<EmbeddedResource Include="Resources\Declaration\VAUXBus\DEFAULT_2-Cylinder_2-Stage_398ccm.acmp" />
......@@ -910,9 +908,9 @@
<EmbeddedResource Include="Resources\Declaration\CompletedBusSegmentationTable.csv" />
<EmbeddedResource Include="Resources\Declaration\GenericBusData\EngineConsumptionMap_CI_Normed.vmap" />
<EmbeddedResource Include="Resources\Declaration\GenericBusData\EngineConsumptionMap_PI_Normed.vmap" />
<None Include="Resources\Declaration\VAUXBus\SP-AxleFactor.csv" />
<None Include="Resources\Declaration\VAUXBus\SP-Axles_Bus.csv" />
<None Include="Resources\Declaration\VAUXBus\SP-Factors_Bus.csv" />
<EmbeddedResource Include="Resources\Declaration\VAUXBus\SP-AxleFactor.csv" />
<EmbeddedResource Include="Resources\Declaration\VAUXBus\SP-Axles_Bus.csv" />
<EmbeddedResource Include="Resources\Declaration\VAUXBus\SP-Factors_Bus.csv" />
<None Include="Utils\VectoVersionCore.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>VectoVersionCore.cs</LastGenOutput>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment