namespace Yw.WinFrmUI
{
///
/// 水力曲线
///
public class HydroCurve
{
///
/// 水泵曲线
///
public const string Pump = "Pump";
///
/// 水泵流量扬程曲线
///
public const string PumpQH = "PumpQH";
///
/// 水泵流量功率曲线
///
public const string PumpQP = "PumpQP";
///
/// 水泵流量效率曲线
///
public const string PumpQE = "PumpQE";
///
/// 阀门
///
public const string Valve = "Valve";
///
/// 阀门流量水头损失曲线
///
public const string ValveQL = "ValveQL";
}
}