@@ -3102,10 +3102,10 @@ The sensor is ideal, i.e., it does not influence the fluid.
31023102 replaceable package Dialysate = Physiolibrary.Media.BodyFluid "Medium model of dialysate" annotation (
31033103 choicesAllMatching = true);
31043104 parameter Integer N= 5 "Number of parts" ;
3105- parameter Modelica.Units.SI.MassFraction PlasmaSubstances[BloodPlasma.nS - 1 ](displayUnit= "%" )= {0.0031 ,0.00146 ,0.0002 ,0.0009 ,0.0018 ,0.00376 ,6e-05 ,1e-05 ,
3105+ parameter Modelica.Units.SI.MassFraction PlasmaSubstances[BloodPlasma.nS - 1 ](each displayUnit= "%" )= {0.0031 ,0.00146 ,0.0002 ,0.0009 ,0.0018 ,0.00376 ,6e-05 ,1e-05 ,
31063106 0.04655 ,0.0532 ,1e-11 } "Mass fractions of {Na,HCO3-,K,Glu,Urea,Cl,Ca,Mg,Alb,Glb,Others} in inflowing blood plasma" ;
31073107 //{135,24,5,5,30,106,1.5,0.5,0.7,0.8,1e-6};
3108- parameter Modelica.Units.SI.MassFraction DialysateSubstances[Dialysate.nS - 1 ](displayUnit= "%" )= {0.00317 ,0.00195 ,0.000117 ,0.0009 ,6e-11 ,0.004 ,6e-05 ,
3108+ parameter Modelica.Units.SI.MassFraction DialysateSubstances[Dialysate.nS - 1 ](each displayUnit= "%" )= {0.00317 ,0.00195 ,0.000117 ,0.0009 ,6e-11 ,0.004 ,6e-05 ,
31093109 1e-05 ,6e-08 ,6e-08 ,0.000281 } "Mass fractions of {Na,HCO3-,K,Glu,Urea,Cl,Ca,Mg,Alb,Glb,Others} in inflowing dialysate" ;
31103110 /*{138,32,3,5,1e-6,113,1.5,0.5,1e-6,1e-6,15.6};*/
31113111 parameter Modelica.Units.SI.Pressure InitialBloodPressure= 2399.80297347 "Initial blood pressure" ;
@@ -3487,7 +3487,6 @@ The sensor is ideal, i.e., it does not influence the fluid.
34873487 * (1 / 20 ) "Total systemic blood circulation conductance" ;
34883488 parameter Integer NA= 1 "Number of pulmonary alveolar units" ;
34893489 parameter Integer NT= 1 "Number of systemic tissue units" ;
3490- public
34913490 parameter Types.MassFraction ArterialBloodComposition[Blood.nS] = Blood.ArterialDefault "Initial composition of arterial blood" ;
34923491 parameter Types.MassFraction VenousBloodComposition[Blood.nS] = Blood.VenousDefault "Initial composition of venous blood" ;
34933492 parameter Types.Fraction AirO2= 0.21 "O2 content in inspired air" ;
0 commit comments