File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
projects/biogears/libBiogears/src/engine Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -92,12 +92,12 @@ void AnesthesiaMachine::Initialize()
9292 SetConnection (CDM::enumAnesthesiaMachineConnection::Off);
9393 GetInletFlow ().SetValue (5.0 , VolumePerTimeUnit::L_Per_min);
9494 GetRespiratoryRate ().SetValue (12.0 , FrequencyUnit::Per_min);
95- GetPositiveEndExpiredPressure ().SetValue (0 .0 , PressureUnit::cmH2O);
95+ GetPositiveEndExpiredPressure ().SetValue (3 .0 , PressureUnit::cmH2O);
9696 GetInspiratoryExpiratoryRatio ().SetValue (0.5 );
9797 GetOxygenFraction ().SetValue (0.5 );
9898 SetOxygenSource (CDM::enumAnesthesiaMachineOxygenSource::Wall);
9999 SetPrimaryGas (CDM::enumAnesthesiaMachinePrimaryGas::Nitrogen);
100- GetVentilatorPressure ().SetValue (0 .0 , PressureUnit::cmH2O);
100+ GetVentilatorPressure ().SetValue (15 .0 , PressureUnit::cmH2O);
101101 GetOxygenBottleOne ().GetVolume ().SetValue (660.0 , VolumeUnit::L);
102102 GetOxygenBottleTwo ().GetVolume ().SetValue (660.0 , VolumeUnit::L);
103103 GetReliefValvePressure ().SetValue (100.0 , PressureUnit::cmH2O);
Original file line number Diff line number Diff line change @@ -302,7 +302,6 @@ void BloodChemistry::Process()
302302 // Calculate pH
303303 GetArterialBloodPH ().Set (m_aorta->GetPH ());
304304 GetVenousBloodPH ().Set (m_venaCava->GetPH ());
305- m_data.GetDataTrack ().Probe (" BloodLactate" ,GetArterialBloodPH ().GetValue ());
306305
307306 // Pressures
308307 // arterial gas partial pressures -
You can’t perform that action at this time.
0 commit comments