fix(nmNum): 修复压裂井参数单位绑定

- 将排水角度和裂缝角度单位统一为 deg
- 补充 mD.m 流动能力单位组
- 修复裂缝角度和导流能力数值显示为空的问题
feature/ReservoirPropertiesDlg-Refactoring-20260813
lh 5 days ago
parent 226b942bbf
commit c11454e4a7

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -35,10 +35,10 @@
<ParaItem Name="W_Skin" Alias="表皮系数" Unit="" Default="0" Max="1000" Min="-100" Digit="6" Desc="skin factor" />
<ParaItem Name="W_C" Alias="井筒储集系数" Unit="m^3/MPa" Default="0" Max="1000" Min="0" Digit="6" Desc="wellbore storage coefficient" />
<ParaItem Name="W_WellLength" Alias="水平段长度" Unit="m" Default="200" Max="10000" Min="1e-05" Digit="6" Desc="horizontal well length" />
<ParaItem Name="W_DrainAngle" Alias="排水角度" Unit="°" Default="0" Max="360" Min="-360" Digit="6" Desc="horizontal well drain angle" />
<ParaItem Name="W_DrainAngle" Alias="排水角度" Unit="deg" Default="0" Max="360" Min="-360" Digit="6" Desc="horizontal well drain angle" />
<ParaItem Name="W_NumberOfFractures" Alias="裂缝数量" Unit="" Default="15" Max="1000" Min="2" Digit="0" Desc="number of fractures" />
<ParaItem Name="W_FractureHalfLength" Alias="裂缝半长" Unit="m" Default="50" Max="10000" Min="1e-05" Digit="6" Desc="fracture half-length" />
<ParaItem Name="W_FractureAngle" Alias="裂缝角度" Unit="°" Default="90" Max="360" Min="-360" Digit="6" Desc="fracture angle" />
<ParaItem Name="W_FractureAngle" Alias="裂缝角度" Unit="deg" Default="90" Max="360" Min="-360" Digit="6" Desc="fracture angle" />
<ParaItem Name="W_Dfc" Alias="裂缝导流能力" Unit="mD.m" Default="1000" Max="1e+30" Min="0" Digit="6" Desc="fracture conductivity" />
</ParaGroup>

@ -36,10 +36,10 @@
<ParaItem Name="W_Skin" Alias="Skin Factor" Unit="" Default="0" Max="1000" Min="-100" Digit="6" Desc="skin factor" />
<ParaItem Name="W_C" Alias="Wellbore Storage Coeff" Unit="m^3/MPa" Default="0" Max="1000" Min="0" Digit="6" Desc="wellbore storage coefficient" />
<ParaItem Name="W_WellLength" Alias="Horizontal Well Length" Unit="m" Default="200" Max="10000" Min="1e-05" Digit="6" Desc="horizontal well length" />
<ParaItem Name="W_DrainAngle" Alias="Drain Angle" Unit="°" Default="0" Max="360" Min="-360" Digit="6" Desc="horizontal well drain angle" />
<ParaItem Name="W_DrainAngle" Alias="Drain Angle" Unit="deg" Default="0" Max="360" Min="-360" Digit="6" Desc="horizontal well drain angle" />
<ParaItem Name="W_NumberOfFractures" Alias="Number of Fractures" Unit="" Default="15" Max="1000" Min="2" Digit="0" Desc="number of fractures" />
<ParaItem Name="W_FractureHalfLength" Alias="Fracture Half-Length" Unit="m" Default="50" Max="10000" Min="1e-05" Digit="6" Desc="fracture half-length" />
<ParaItem Name="W_FractureAngle" Alias="Fracture Angle" Unit="°" Default="90" Max="360" Min="-360" Digit="6" Desc="fracture angle" />
<ParaItem Name="W_FractureAngle" Alias="Fracture Angle" Unit="deg" Default="90" Max="360" Min="-360" Digit="6" Desc="fracture angle" />
<ParaItem Name="W_Dfc" Alias="Fracture Conductivity" Unit="mD.m" Default="1000" Max="1e+30" Min="0" Digit="6" Desc="fracture conductivity" />
</ParaGroup>

@ -331,10 +331,18 @@
<Unit ID="U3206" Unit="kgf.s/m^3" k="9.80665"/>
</UnitGroup>
<!-- ==================== 以下为数值试井模块补充扩展单位 ==================== -->
<!-- ==================== 第33组井筒储集系数 ==================== -->
<UnitGroup Type="ToDo3" Name="ToDo3">
<Unit ID="U3301" Unit="m^3/MPa" k="1" Digit="6" Remark="base unit"/>
</UnitGroup>
<!-- ==================== 第34组流动能力 ==================== -->
<UnitGroup Type="flow_capacity" Name="flow_capacity">
<Unit ID="U3401" Unit="mD.m" k="1" Digit="6" Remark="base unit"/>
</UnitGroup>
</TypeOf>
</Root>

Loading…
Cancel
Save