소스 검색

新版求解器修改

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