lixiaojun
2024-12-30 c22cc4c60e9ff156fc25b39a5c024cc758df354b
1
2
3
4
5
6
7
8
9
10
11
12
namespace Yw.WinFrmUI.Phart
{
    /// <summary>
    /// 常量
    /// </summary>
    public class Constant
    {
        public const double g = 9.81;//重力加速度 m/s²
        public const double WaterDensity = 1000; //水的密度 g/L kg/m³
        public const double OtherPressCoeff = 4 * 1000 / Math.PI / 3.6;//其他压力系数 nsx ScadaAnaly用,20020504
    }
}