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