Skip to content

Commit dbc4cda

Browse files
committed
Removing probes and undoing changes that were for testing purposes only
1 parent 93f44cd commit dbc4cda

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

projects/biogears/libBiogears/src/engine/Equipment/AnesthesiaMachine.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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);

projects/biogears/libBiogears/src/engine/Systems/BloodChemistry.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 -

0 commit comments

Comments
 (0)