Browse Source

边界条件保存

huangxingxing 9 tháng trước cách đây
mục cha
commit
7e2015ade0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/resources/templates/mashGasInit.ftl

+ 1 - 1
src/main/resources/templates/mashGasInit.ftl

@@ -2,7 +2,7 @@
 #end
 #boundaries Inlet 
 <#list boundaries as b>
-${b.nname},${b.type},${b.flow},${b.pressure},${b.temperature} ,${b.polcon1} ,${b.polcon2}
+${b.ncode},${b.type},${b.flow},${b.pressure},${b.temperature} ,${b.polcon1} ,${b.polcon2}
 </#list>
 #end 
 #MashGass