Esempio n. 1
0
 public void SetNuInitialFlow(FlowUnitsType utype, double value)
 {
     Q0 = NUConvert.ConvertFlow(utype, value);
 }
Esempio n. 2
0
 public void SetNuMaxFlow(FlowUnitsType utype, double value)
 {
     Qmax = NUConvert.ConvertFlow(utype, value);
 }
Esempio n. 3
0
 public void SetBaseNu(FlowUnitsType units, double value)
 {
     Base = NUConvert.ConvertFlow(units, value);
 }