Exemple #1
0
 public void SetAntoinesCoefficientsExt(double c1, double c2, PressureUnits pu, TemperatureUnits tu)
 {
     m_antoinesCoefficientsExt = new AntoinesCoefficientsExt(c1, c2, pu, tu);
 }
Exemple #2
0
 public void SetAntoinesCoefficientsExt(double c1, double c2)
 {
     m_antoinesCoefficientsExt = new AntoinesCoefficientsExt(c1, c2, PressureUnits.mmHg, TemperatureUnits.Celsius);
 }
Exemple #3
0
 public void SetAntoinesCoefficientsExt(double c1, double c2, double c3, double c4, double c5, double c6, double c7, double c8, double c9, PressureUnits pu, TemperatureUnits tu)
 {
     m_antoinesCoefficientsExt = new AntoinesCoefficientsExt(c1, c2, c3, c4, c5, c6, c7, c8, c9, pu, tu);
 }
Exemple #4
0
 public void SetAntoinesCoefficientsExt(double c1, double c2, double c3, double c4, double c5, double c6, double c7, double c8, double c9)
 {
     m_antoinesCoefficientsExt = new AntoinesCoefficientsExt(c1, c2, c3, c4, c5, c6, c7, c8, c9, PressureUnits.mmHg, TemperatureUnits.Celsius);
 }