cloudflight
2023-12-26 5fa6947054206e2e781eadd4effdcdf52eda28c4
Hydro.Core/Node/NozzleModel.cs
@@ -6,7 +6,8 @@
namespace Hydro.Core.Model
{
    public class NozzleModel : NodeModel
    [Serializable]
    public class NozzleModel : NodeCalcModel
    {
        /// <summary>
        /// 流量系数K
@@ -22,6 +23,9 @@
        /// </summary>
        public string PatternID { get; set; }
        public string Node1 { get; set; }
        public string Node2 { get; set; }
        public override string ToString()
        {
            if (string.IsNullOrEmpty(PatternID)) PatternID = "";