| | |
| | | /// <summary> |
| | | /// Title |
| | | /// </summary> |
| | | public const string Title = "title"; |
| | | public const string Title = "[TITLE]"; |
| | | |
| | | /// <summary> |
| | | /// 连接节点 |
| | | /// </summary> |
| | | public const string Junctions = "junctions"; |
| | | public const string Junctions = "[JUNCTIONS]"; |
| | | |
| | | /// <summary> |
| | | /// 水库 |
| | | /// </summary> |
| | | public const string Reservoirs = "reservoirs"; |
| | | public const string Reservoirs = "[RESERVOIRS]"; |
| | | |
| | | /// <summary> |
| | | /// 水池 |
| | | /// </summary> |
| | | public const string Tanks = "tanks"; |
| | | public const string Tanks = "[TANKS]"; |
| | | |
| | | /// <summary> |
| | | /// 管道 |
| | | /// </summary> |
| | | public const string Pipes = "pipes"; |
| | | public const string Pipes = "[PIPES]"; |
| | | |
| | | /// <summary> |
| | | /// 水泵 |
| | | /// </summary> |
| | | public const string Pumps = "pumps"; |
| | | public const string Pumps = "[PUMPS]"; |
| | | |
| | | /// <summary> |
| | | /// 阀门 |
| | | /// </summary> |
| | | public const string Valves = "valves"; |
| | | public const string Valves = "[VALVES]"; |
| | | |
| | | /// <summary> |
| | | /// 扩散器 |
| | | /// </summary> |
| | | public const string Emitters = "emitters"; |
| | | public const string Emitters = "[EMITTERS]"; |
| | | |
| | | /// <summary> |
| | | /// 曲线 |
| | | /// </summary> |
| | | public const string Curves = "curves"; |
| | | public const string Curves = "[CURVES]"; |
| | | |
| | | /// <summary> |
| | | /// 模式 |
| | | /// </summary> |
| | | public const string Patterns = "patterns"; |
| | | public const string Patterns = "[PATTERNS]"; |
| | | |
| | | /// <summary> |
| | | /// 能量 |
| | | /// 定义用于计算水泵提升能量和成本的参数 |
| | | /// </summary> |
| | | public const string Energy = "energy"; |
| | | public const string Energy = "[ENERGY]"; |
| | | |
| | | /// <summary> |
| | | /// 状态 |
| | | /// 定义模拟开始时被选择管段的初始状态 |
| | | /// </summary> |
| | | public const string Status = "status"; |
| | | public const string Status = "[STATUS]"; |
| | | |
| | | /// <summary> |
| | | /// 需水量 |
| | | /// [JUNCTIONS]节的补充,定义连接节点的多种需水量 |
| | | /// </summary> |
| | | public const string Demands = "demands"; |
| | | public const string Demands = "[DEMANDS]"; |
| | | |
| | | /// <summary> |
| | | /// 定义了根据简单条件修改管段的简单控制 |
| | | /// </summary> |
| | | public const string Controls = "controls"; |
| | | public const string Controls = "[CONTROLS]"; |
| | | |
| | | /// <summary> |
| | | /// 根据条件的组合定义和规则控制,修改管线 |
| | | /// </summary> |
| | | public const string Rules = "rules"; |
| | | public const string Rules = "[RULES]"; |
| | | |
| | | /// <summary> |
| | | /// 定义节点的初始水质 |
| | | /// </summary> |
| | | public const string Quality = "quality"; |
| | | public const string Quality = "[QUALITY]"; |
| | | |
| | | /// <summary> |
| | | /// 定义了管网中化学反应相关的参数 |
| | | /// </summary> |
| | | public const string Reactions = "reactions"; |
| | | public const string Reactions = "[REACTIONS]"; |
| | | |
| | | /// <summary> |
| | | /// 定义了水质源头的位置 |
| | | /// </summary> |
| | | public const string Sources = "Sources"; |
| | | public const string Sources = "[SOURCES]"; |
| | | |
| | | /// <summary> |
| | | /// 确定控制蓄水池混合的模型 |
| | | /// </summary> |
| | | public const string Mixing = "mixing"; |
| | | public const string Mixing = "[MIXING]"; |
| | | |
| | | /// <summary> |
| | | /// 定义各种模拟选项 |
| | | /// </summary> |
| | | public const string Options = "options"; |
| | | public const string Options = "[OPTIONS]"; |
| | | |
| | | /// <summary> |
| | | /// 定义用于模拟的各种时间步长参数 |
| | | /// </summary> |
| | | public const string Times = "times"; |
| | | public const string Times = "[TIMES]"; |
| | | |
| | | /// <summary> |
| | | /// 描述了从模拟产生输出报告的内容 |
| | | /// </summary> |
| | | public const string Report = "report"; |
| | | public const string Report = "REPORT"; |
| | | |
| | | /// <summary> |
| | | /// 标记 |
| | | /// </summary> |
| | | public const string Tags = "tags"; |
| | | public const string Tags = "[TAGS]"; |
| | | |
| | | /// <summary> |
| | | /// 坐标 |
| | | /// </summary> |
| | | public const string Coordinates = "coordinates"; |
| | | public const string Coordinates = "[COORDINATES]"; |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public const string Vertices = "vertices"; |
| | | public const string Vertices = "[VERTICES]"; |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public const string Labels = "labels"; |
| | | public const string Labels = "[LABELS]"; |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public const string Backdrop = "backdrop"; |
| | | public const string Backdrop = "[BACKDROP]"; |
| | | |
| | | /// <summary> |
| | | /// 结束 |
| | | /// </summary> |
| | | public const string End = "end"; |
| | | public const string End = "[END]"; |
| | | |
| | | |
| | | } |