浏览代码

新版求解器修改

huangxingxing 1 年之前
父节点
当前提交
409a4fa20a
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/main/resources/templates/fireInit.ftl
  2. 1 1
      src/main/resources/templates/waterInit.ftl

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

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

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

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