| | |
| | | public AssetsValveCoefficient() |
| | | { } |
| | | |
| | | public AssetsValveCoefficient(AssetsValveCoefficient rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.Name = rhs.Name; |
| | | this.Caliber = rhs.Caliber; |
| | | this.Material = rhs.Material; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | } |
| | | |
| | | public void Reset(AssetsValveCoefficient rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.Name = rhs.Name; |
| | | this.Caliber = rhs.Caliber; |
| | | this.Material = rhs.Material; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 名称 |
| | | /// </summary> |
| | |
| | | /// <summary> |
| | | /// 局阻系数 |
| | | /// </summary> |
| | | public double? MinorLoss { get; set; } |
| | | public double MinorLoss { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |