doubleAortaNodeCO2PartialPressure_mmHg=m_AortaCO2==nullptr?0:m_AortaCO2->GetPartialPressure(PressureUnit::mmHg);// This is here so we can Tune circuit w/o substances
constdoubleAortaNodeCO2PartialPressure_mmHg=m_AortaCO2==nullptr?0:m_AortaCO2->GetPartialPressure(PressureUnit::mmHg);// This is here so we can Tune circuit w/o substances
coreTempDelta_degC=MIN(coreTempDelta_degC,1.0);//A 1 degree increase in core temperature is the where the cardiovascular response on resistances is capped
//The skin multiplier is used to increase the skin blood flow resistance, effectively reducing the skin blood flow leading to less heat transfered from core to skin.
doubletempMultiplier=1.0-0.4*MIN(coreTempDelta_degC,1.0);//Approximate 40% reduction in peripheral resistance due to core temperature rise of 1 degree.
// double tempMultiplier = 1.0 - 0.4*MIN(coreTempDelta_degC, 1.0); //Approximate 40% reduction in peripheral resistance due to core temperature rise of 1 degree.
doublemetabolicModifier=1.0;
//The metabolic multiplier is used as a tuned response to represent cardiovascular resistance effects during exercise