浏览代码

边界条件保存

huangxingxing 9 月之前
父节点
当前提交
7e2015ade0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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