11
yangyin
2025-02-24 d63bb02dc851fb925c40230cf0f3c34ebebc753b
WinFrmUI/DPumpHydr.WinFrmUI.Volute/断面设计/ctrlSectionBundleInfo.cs
@@ -624,7 +624,7 @@
                return;
            var g = 9.81;
            this.textBoxV3.Text = Math.Round(K3 * Math.Sqrt(2 * g * _hdrBaseInfo.Q), 2).ToString();
            this.textBoxV3.Text = Math.Round(K3 * Math.Sqrt(2 * g * _hdrBaseInfo.H), 2).ToString();
        }
        public Func<ViewModel.SectionBundleInfo, List<int>> OnRefreshShape = null;