Hydro/Yw.EPAnet.Calcu.Core/03-calcu/02-node/CalcuNode.cs
@@ -18,6 +18,7 @@ this.Press = rhs.Press; this.Head = rhs.Head; this.Demand = rhs.Demand; this.MinorLoss = rhs.MinorLoss; } /// <summary> @@ -34,5 +35,11 @@ /// 需水量 /// </summary> public double Demand { get; set; } /// <summary> /// 局部水头损失(单位m) /// 只有弯头有该值 /// </summary> public double MinorLoss { get; set; } } }