| | |
| | | { |
| | | |
| | | /// <summary> |
| | | /// 类别 |
| | | /// 构件类型 |
| | | /// </summary> |
| | | public const string Catalog = "构件类型"; |
| | | |
| | | /// <summary> |
| | | /// Id |
| | | /// 构件编码 |
| | | /// </summary> |
| | | public const string Id = "构件编码"; |
| | | |
| | | /// <summary> |
| | | /// 编码 |
| | | /// 构件名称 |
| | | /// </summary> |
| | | public const string Code = "编码"; |
| | | public const string Name = "构件名称"; |
| | | |
| | | /// <summary> |
| | | /// 名称 |
| | | /// </summary> |
| | | public const string Name = "名称"; |
| | | |
| | | /// <summary> |
| | | /// 型号 |
| | | /// 型号信息 |
| | | /// </summary> |
| | | public const string ModelType = "型号信息"; |
| | | |
| | | /// <summary> |
| | | /// 标签 |
| | | /// 标签信息 |
| | | /// </summary> |
| | | public const string Flags = "标签"; |
| | | public const string Flags = "标签信息"; |
| | | |
| | | /// <summary> |
| | | /// 说明 |
| | | /// 说明信息 |
| | | /// </summary> |
| | | public const string Description = "说明信息"; |
| | | |
| | |
| | | public const string Connects = "连接列表"; |
| | | |
| | | /// <summary> |
| | | /// 初始水质 |
| | | /// 上游构件 |
| | | /// </summary> |
| | | public const string Quality = "初始水质"; |
| | | public const string StartCode = "上游构件"; |
| | | |
| | | #region 标高 |
| | | /// <summary> |
| | | /// 上游构件位置 |
| | | /// </summary> |
| | | public const string StartPosition = "上游构件位置"; |
| | | |
| | | /// <summary> |
| | | /// 下游构件 |
| | | /// </summary> |
| | | public const string EndCode = "下游构件"; |
| | | |
| | | /// <summary> |
| | | /// 下游构件位置 |
| | | /// </summary> |
| | | public const string EndPosition = "下游构件位置"; |
| | | |
| | | /// <summary> |
| | | /// 位置信息 |
| | | /// </summary> |
| | | public const string Position = "位置信息"; |
| | | |
| | | /// <summary> |
| | | /// 标高 |
| | | /// </summary> |
| | | public const string Elev = "标高"; |
| | | |
| | | /// <summary> |
| | | /// 标高信息 |
| | | /// </summary> |
| | | public const string Elev = "标高信息"; |
| | | public const string ElevInfo = "标高信息"; |
| | | |
| | | /// <summary> |
| | | /// 标高中的高程 |
| | |
| | | public const string ElevOfElevation = "标高中的高程"; |
| | | |
| | | /// <summary> |
| | | /// 上游标高 |
| | | /// 参照标高 |
| | | /// </summary> |
| | | public const string StartElev = "上游标高"; |
| | | public const string ElevOfReference = "参照标高"; |
| | | |
| | | /// <summary> |
| | | /// 下游标高 |
| | | /// 立面 |
| | | /// </summary> |
| | | public const string EndElev = "下游标高"; |
| | | public const string ElevFacade = "立面"; |
| | | |
| | | /// <summary> |
| | | /// 池底标高 |
| | | /// </summary> |
| | | public const string PoolElev = "池底标高"; |
| | | |
| | | #endregion |
| | | |
| | | /// <summary> |
| | | /// 需水量(连接节点) |
| | |
| | | /// </summary> |
| | | public const string DemandPattern = "需水模式"; |
| | | |
| | | #region 扩散系数 |
| | | /// <summary> |
| | | /// 喷射系数 |
| | | /// </summary> |
| | | public const string CoefficientP = "喷射系数"; |
| | | |
| | | /// <summary> |
| | | /// 流量/喷射系数 |
| | |
| | | public const string CoefficientF = "流量系数"; |
| | | |
| | | /// <summary> |
| | | /// 流量/喷射系数 |
| | | /// 材质信息 |
| | | /// </summary> |
| | | public const string CoefficientP = "喷射系数"; |
| | | |
| | | #endregion |
| | | |
| | | |
| | | #region 材质 |
| | | public const string Material = "材质信息"; |
| | | |
| | | /// <summary> |
| | | /// 材质 |
| | | /// </summary> |
| | | public const string Material = "材质"; |
| | | |
| | | #endregion |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 总水头(水库) |
| | | /// 总水头 |
| | | /// </summary> |
| | | public const string Head = "总水头"; |
| | | |
| | | /// <summary> |
| | | /// 水头模式(水库) |
| | | /// 水头模式 |
| | | /// </summary> |
| | | public const string HeadPattern = "水头模式"; |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 初始水位(水池) |
| | | /// 初始水位 |
| | | /// </summary> |
| | | public const string InitLevel = "初始水位"; |
| | | |
| | | /// <summary> |
| | | /// 最低水位(水池) |
| | | /// 最低水位 |
| | | /// </summary> |
| | | public const string MinLevel = "最低水位"; |
| | | |
| | | /// <summary> |
| | | /// 最高水位(水池) |
| | | /// 最高水位 |
| | | /// </summary> |
| | | public const string MaxLevel = "最高水位"; |
| | | |
| | | /// <summary> |
| | | /// 最小容积(水池) |
| | | /// 最小容积 |
| | | /// </summary> |
| | | public const string MinVol = "最小容积"; |
| | | |
| | | /// <summary> |
| | | /// 容积曲线(水池) |
| | | /// 容积曲线 |
| | | /// </summary> |
| | | public const string VolCurve = "容积曲线"; |
| | | |
| | | /// <summary> |
| | | /// 允许溢流 |
| | | /// </summary> |
| | | public const string OverFlow = "允许溢流"; |
| | | |
| | | /// <summary> |
| | | /// 直径信息 |
| | | /// </summary> |
| | | public const string DiameterInfo = "直径信息"; |
| | | |
| | | /// <summary> |
| | | /// 直径 |
| | |
| | | /// <summary> |
| | | /// 公称直径 |
| | | /// </summary> |
| | | public const string NominalDiameter = "公称直径"; |
| | | public const string DN = "公称直径"; |
| | | |
| | | /// <summary> |
| | | /// 口径信息 |
| | | /// </summary> |
| | | public const string Caliber = "口径信息"; |
| | | |
| | | /// <summary> |
| | | /// 内径 |
| | | /// </summary> |
| | | public const string InternalDiameter = "内径"; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 最大尺寸 |
| | | /// </summary> |
| | | public const string MaxSize = "最大尺寸"; |
| | | |
| | | /// <summary> |
| | | /// 管段状态/管道状态 |
| | | /// 最小尺寸 |
| | | /// </summary> |
| | | public const string MinSize = "最小尺寸"; |
| | | |
| | | /// <summary> |
| | | /// 弯曲角度 |
| | | /// </summary> |
| | | public const string BendingAngle = "弯曲角度"; |
| | | |
| | | /// <summary> |
| | | /// 弯头类型 |
| | | /// </summary> |
| | | public const string ElbowType = "弯头类型"; |
| | | |
| | | /// <summary> |
| | | /// 管段状态 |
| | | /// </summary> |
| | | public const string LinkStatus = "管段状态"; |
| | | |
| | | /// <summary> |
| | | /// 管道状态 |
| | | /// </summary> |
| | | public const string LinkStatusPipe = "管道状态"; |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 上游初始水质 |
| | | /// </summary> |
| | | public const string StartQuality = "上游初始水质"; |
| | | |
| | | /// <summary> |
| | | /// 下游初始水质 |
| | | /// </summary> |
| | | public const string EndQuality = "下游初始水质"; |
| | | |
| | | /// <summary> |
| | | /// 长度(管段) |
| | | /// </summary> |
| | | public const string Length = "长度"; |
| | | |
| | | /// <summary> |
| | | /// 粗糙系数(管段) |
| | | /// </summary> |
| | | public const string Roughness = "粗糙系数"; |
| | | |
| | | /// <summary> |
| | | /// 局部阻力系数(管段、阀门) |
| | | /// </summary> |
| | | public const string MinorLoss = "局部阻力系数"; |
| | | |
| | | /// <summary> |
| | | /// 水泵状态 |
| | |
| | | public const string LinkStatusPump = "水泵状态"; |
| | | |
| | | /// <summary> |
| | | /// 额定功率(水泵) |
| | | /// 阀门状态 |
| | | /// </summary> |
| | | public const string RatedPower = "额定功率"; |
| | | public const string LinkStatusValve = "阀门状态"; |
| | | |
| | | /// <summary> |
| | | /// 流量扬程曲线(水泵) |
| | | /// 开关状态 |
| | | /// </summary> |
| | | public const string LinkStatusSwitch = "开关状态"; |
| | | |
| | | /// <summary> |
| | | /// 长度信息 |
| | | /// </summary> |
| | | public const string Length = "长度信息"; |
| | | |
| | | /// <summary> |
| | | /// 粗糙系数(管段) |
| | | /// </summary> |
| | | public const string Roughness = "粗糙系数"; |
| | | |
| | | /// <summary> |
| | | /// 局阻系数 |
| | | /// </summary> |
| | | public const string MinorLoss = "局阻系数"; |
| | | |
| | | /// <summary> |
| | | /// 运行损失系数 |
| | | /// </summary> |
| | | public const string RunningThroughLoss = "运行损失系数"; |
| | | |
| | | /// <summary> |
| | | /// 支管损失系数 |
| | | /// </summary> |
| | | public const string BranchThroughLoss = "支管损失系数"; |
| | | |
| | | /// <summary> |
| | | /// 额定功率 |
| | | /// </summary> |
| | | public const string RatedP = "额定功率"; |
| | | |
| | | /// <summary> |
| | | /// 额定流量 |
| | | /// </summary> |
| | | public const string RatedQ = "额定流量"; |
| | | |
| | | /// <summary> |
| | | /// 额定扬程 |
| | | /// </summary> |
| | | public const string RatedH = "额定扬程"; |
| | | |
| | | /// <summary> |
| | | /// 额定转速 |
| | | /// </summary> |
| | | public const string RatedN = "额定转速"; |
| | | |
| | | /// <summary> |
| | | /// 额定频率 |
| | | /// </summary> |
| | | public const string RatedHz = "额定频率"; |
| | | |
| | | /// <summary> |
| | | /// 流量扬程曲线 |
| | | /// </summary> |
| | | public const string CurveQH = "流量扬程曲线"; |
| | | |
| | | /// <summary> |
| | | /// 流量功率曲线 |
| | | /// </summary> |
| | | public const string CurveQP = "流量功率曲线"; |
| | | |
| | | /// <summary> |
| | | /// 流量效率曲线 |
| | | /// </summary> |
| | | public const string CurveQE = "流量效率曲线"; |
| | | |
| | | /// <summary> |
| | | /// 水头损失曲线 |
| | | /// </summary> |
| | | public const string CurveQL = "水头损失曲线"; |
| | | |
| | | /// <summary> |
| | | /// 转速比(水泵) |
| | |
| | | public const string SpeedRatioPattern = "转速比模式"; |
| | | |
| | | /// <summary> |
| | | /// 能耗价格(水泵) |
| | | /// </summary> |
| | | public const string Price = "能耗价格"; |
| | | |
| | | /// <summary> |
| | | /// 价格模式(水泵) |
| | | /// </summary> |
| | | public const string PricePattern = "价格模式"; |
| | | |
| | | /// <summary> |
| | | /// 流量效率曲线(水泵) |
| | | /// </summary> |
| | | public const string CurveQE = "流量效率曲线"; |
| | | |
| | | /// <summary> |
| | | /// 阀门状态 |
| | | /// </summary> |
| | | public const string LinkStatusValve = "阀门状态"; |
| | | |
| | | /// <summary> |
| | | /// 阀门类型(阀门) |
| | | /// 阀门类型 |
| | | /// </summary> |
| | | public const string ValveType = "阀门类型"; |
| | | |
| | | /// <summary> |
| | | /// 阀门设置(阀门) |
| | | /// 阀门设置 |
| | | /// </summary> |
| | | public const string ValveSetting = "阀门设置"; |
| | | |
| | | /// <summary> |
| | | /// 阀门开度 |
| | | /// </summary> |
| | | public const string ValveOpeningDegree = "阀门开度"; |
| | | |
| | | /// <summary> |
| | | /// 族与类型 |
| | |
| | | /// </summary> |
| | | public const string ClanName = "族名称"; |
| | | |
| | | /// <summary> |
| | | /// 流量信息 |
| | | /// </summary> |
| | | public const string CurrentFlow = "流量信息"; |
| | | |
| | | /// <summary> |
| | | /// 压力信息 |
| | | /// </summary> |
| | | public const string CurrentPress = "压力信息"; |
| | | |
| | | /// <summary> |
| | | /// 进口口径 mm |
| | | /// </summary> |
| | | public const string InletDiameter = "进口口径"; |
| | | |
| | | /// <summary> |
| | | /// 出口口径 mm |
| | | /// </summary> |
| | | public const string OutletDiameter = "出口口径"; |
| | | |
| | | /// <summary> |
| | | /// 最小压力 m |
| | | /// </summary> |
| | | public const string LowerLimit = "最小压力"; |
| | | |
| | | |
| | | |