yangyin
2024-10-25 1e65c49ba929103e79d87322ca1a3573c2b532e2
更改K3的精度 和 gama单位
已修改4个文件
20 ■■■■■ 文件已修改
WinFrmUI/DPumpHydr.WinFrmUI.Volute/基本参数/ViewModel/GeomBaseInfo.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WinFrmUI/DPumpHydr.WinFrmUI.Volute/基本参数/ctrlGeomBaseInfo.Designer.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WinFrmUI/DPumpHydr.WinFrmUI.Volute/断面设计/ctrlSectionBaseInfo.Designer.cs 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WinFrmUI/DPumpHydr.WinFrmUI.Volute/断面设计/ctrlSectionShapeInfo18.Designer.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WinFrmUI/DPumpHydr.WinFrmUI.Volute/»ù±¾²ÎÊý/ViewModel/GeomBaseInfo.cs
@@ -47,16 +47,16 @@
            this.ns = base_info.ns;
            //计算并设置K3
            if (base_info.ns < 170)
                K3 = (69.1549 - 0.446605 * base_info.ns + 0.0014497 * base_info.ns * base_info.ns) / 100;
                K3 = Math.Round((69.1549 - 0.446605 * base_info.ns + 0.0014497 * base_info.ns * base_info.ns) / 100,3);
            else
                K3 = 0.35;//0.347;
            if (base_info.ShapeType == 2)
                K3 = K3 * 0.9;//0.8 çޝ形
                K3 = Math.Round(K3 * 0.9,3);//0.8 çޝ形
            //自己添加的,防止双吸泵截面过小
            if (base_info.IsSXB)
                K3 = K3 * 0.85;// åŒå¸æ³µ
                K3 = Math.Round(K3 * 0.85,3);// åŒå¸æ³µ
                               //排污泵
                               //if (DesignMode == YSSnxOpen::DesignMode::AssPawuQnshQw1)
                               //{
WinFrmUI/DPumpHydr.WinFrmUI.Volute/»ù±¾²ÎÊý/ctrlGeomBaseInfo.Designer.cs
@@ -155,6 +155,7 @@
            mTextBoxEdit速度系数.NullValuePromptText = null;
            mTextBoxEdit速度系数.PasswordChar = '\0';
            mTextBoxEdit速度系数.PrefixSuffix = RLT.Controls.MaterialTextBoxEdit.PrefixSuffixTypes.Suffix;
            mTextBoxEdit速度系数.PrefixSuffixText = "          ";
            mTextBoxEdit速度系数.ReadOnly = false;
            mTextBoxEdit速度系数.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            mTextBoxEdit速度系数.SelectedText = "";
WinFrmUI/DPumpHydr.WinFrmUI.Volute/¶ÏÃæÉè¼Æ/ctrlSectionBaseInfo.Designer.cs
@@ -171,6 +171,7 @@
            mTextBoxEdit蜗室平均速度.MaxLength = 32767;
            mTextBoxEdit蜗室平均速度.MouseState = RLT.Helper.MaterialDrawHelper.MaterialMouseState.OUT;
            mTextBoxEdit蜗室平均速度.Name = "mTextBoxEdit蜗室平均速度";
            mTextBoxEdit蜗室平均速度.NullValuePromptText = null;
            mTextBoxEdit蜗室平均速度.PasswordChar = '\0';
            mTextBoxEdit蜗室平均速度.PrefixSuffix = RLT.Controls.MaterialTextBoxEdit.PrefixSuffixTypes.Suffix;
            mTextBoxEdit蜗室平均速度.PrefixSuffixText = "m/s";
@@ -716,9 +717,9 @@
            crownLabely2.ForeColor = System.Drawing.Color.Black;
            crownLabely2.Location = new System.Drawing.Point(247, 40);
            crownLabely2.Name = "crownLabely2";
            crownLabely2.Size = new System.Drawing.Size(95, 19);
            crownLabely2.Size = new System.Drawing.Size(73, 19);
            crownLabely2.TabIndex = 53;
            crownLabely2.Text = "y2/gama2(')";
            crownLabely2.Text = "gama2(°)";
            // 
            // skyTextBox断面y11
            // 
@@ -889,9 +890,9 @@
            crownLabely1.ForeColor = System.Drawing.Color.Black;
            crownLabely1.Location = new System.Drawing.Point(156, 40);
            crownLabely1.Name = "crownLabely1";
            crownLabely1.Size = new System.Drawing.Size(85, 19);
            crownLabely1.Size = new System.Drawing.Size(73, 19);
            crownLabely1.TabIndex = 44;
            crownLabely1.Text = "yl/gamal(')";
            crownLabely1.Text = "gama1(°)";
            // 
            // skyTextBox断面面积1
            // 
WinFrmUI/DPumpHydr.WinFrmUI.Volute/¶ÏÃæÉè¼Æ/ctrlSectionShapeInfo18.Designer.cs
@@ -133,7 +133,7 @@
            mTextBoxEdity1.NullValuePromptText = null;
            mTextBoxEdity1.PasswordChar = '\0';
            mTextBoxEdity1.PrefixSuffix = RLT.Controls.MaterialTextBoxEdit.PrefixSuffixTypes.Suffix;
            mTextBoxEdity1.PrefixSuffixText = "°";
            mTextBoxEdity1.PrefixSuffixText = "°      ";
            mTextBoxEdity1.ReadOnly = false;
            mTextBoxEdity1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            mTextBoxEdity1.SelectedText = "";
@@ -211,7 +211,7 @@
            mTextBoxEdity2.NullValuePromptText = null;
            mTextBoxEdity2.PasswordChar = '\0';
            mTextBoxEdity2.PrefixSuffix = RLT.Controls.MaterialTextBoxEdit.PrefixSuffixTypes.Suffix;
            mTextBoxEdity2.PrefixSuffixText = "°";
            mTextBoxEdity2.PrefixSuffixText = "°      ";
            mTextBoxEdity2.ReadOnly = false;
            mTextBoxEdity2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            mTextBoxEdity2.SelectedText = "";