| | |
| | | public const string Valve = "Valve"; |
| | | |
| | | /// <summary> |
| | | /// 阀门流量水头损失曲线 |
| | | /// 阀门水头损失曲线 |
| | | /// </summary> |
| | | public const string ValveQL = "ValveQL"; |
| | | |
| | | /// <summary> |
| | | /// 阀门开度损失系数曲线 |
| | | /// </summary> |
| | | public const string ValveOL = "ValveOL"; |
| | | |
| | | #endregion |
| | | |
| | |
| | | |
| | | #endregion |
| | | |
| | | #region Resistance |
| | | |
| | | /// <summary> |
| | | /// 阻件 |
| | | /// </summary> |
| | | public const string Resistance = "Resistance"; |
| | | |
| | | /// <summary> |
| | | /// 阻件水头损失曲线 |
| | | /// </summary> |
| | | public const string ResistanceQL = "ResistanceQL"; |
| | | |
| | | #endregion |
| | | |
| | | #region Exchanger |
| | | |
| | | /// <summary> |
| | | /// 换热器 |
| | | /// </summary> |
| | | public const string Exchanger = "Exchanger"; |
| | | |
| | | /// <summary> |
| | | /// 换热器水头损失曲线 |
| | | /// </summary> |
| | | public const string ExchangerQL = "ExchangerQL"; |
| | | |
| | | #endregion |
| | | |
| | | #region Compressor |
| | | |
| | | /// <summary> |
| | | /// 压缩机 |
| | | /// </summary> |
| | | public const string Compressor = "Compressor"; |
| | | |
| | | /// <summary> |
| | | /// 压缩机水头损失曲线 |
| | | /// </summary> |
| | | public const string CompressorQL = "CompressorQL"; |
| | | |
| | | #endregion |
| | | |
| | | |
| | | } |
| | | } |