16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 23:19:19 +02:00

Modified overpressure for MHZ_K5P

This commit is contained in:
Królik Uszasty
2019-09-14 23:26:37 +02:00
committed by tmj-fstate
parent c709492965
commit dbfda7c1e5
2 changed files with 12 additions and 3 deletions

View File

@@ -630,6 +630,7 @@ private:
double RP = 0.0; //zbiornik redukcyjny
double RedAdj = 0.0; //dostosowanie reduktora cisnienia (krecenie kapturkiem)
bool Fala = false; //czy jest napelnianie uderzeniowe
double UnbrakeOverPressure = 0.0;
static double const pos_table[11]; //= { -2, 10, -1, 0, 0, 2, 9, 10, 0, 0, 0 };
bool EQ(double pos, double i_pos);