You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
1.6 KiB

package common_models
const (
// 无公式
FormulaType_None = 0
// 振动
FormulaType_vibCalc = 122
// 爆破(三向)振动
FormulaType_vibThreeCalc = 222
// 振动索力识别公式
FormulaType_cableRecognize = 120
// 噪声
FormulaType_vibNoise = 141
// 动应变
FormulaType_vibStrain = 148
// 渗流计算
FormulaType_seepage = 106
// 应变花
FormulaType_strainRosette = 207
// 输电塔自动调平计算公式
FormulaType_towerBalance = 212
// 雷达物位计干滩计算公式
FormulaType_radarDryBeach = 213
// 单轴倾角仪测量双向角度
FormulaType_comp2 = 214
// 单向位移计测三向位移
FormulaType_comp3 = 215
// 进水量监测
FormulaType_Inflow = 208
// 流量/渗流量 计算
FormulaType_Flow = 110
// 管道轴向应力
FormulaType_AxialStress = 216
// 出水量计算
FormulaType_Outflow = 136
// 三角堰经验公式
FormulaType_TriSeepageEmp = 137
// 空气数据修正公式
FormulaType_AirCorrect = 142
// 插值计算
FormulaType_Interpolation = 144
// radar插值计算
FormulaType_InterpolationRadar = 157
// radar插值计算2 (初值-测值)
FormulaType_InterpolationRadar2 = 158
// 差异沉降倾斜率
FormulaType_InclinationSlope = 221
// 减除值,取极值
FormulaType_DefaultMaxMin = 156
// 雷达物位计干滩计算公式
FormulaType_radarDryBeach2 = 224
// 北斗星空支撑轴力公式1
FormulaType_axialSupportForce1 = 261
// 北斗星空支撑轴力公式2
FormulaType_axialSupportForce2 = 262
// 东江大桥应变温补公式
FormulaType_strainCompensationByTemperature = 303
)