Browse Source

事故修改删除

huangxingxing 1 năm trước cách đây
mục cha
commit
eef0688daa

+ 2 - 2
src/main/resources/templates/fireControl.ftl

@@ -4,10 +4,10 @@ interaction file name : ${fireInteractionPath}
 monitorFile : ${monitorPath}
 midPath : ${midPath}
 outPath : ${outPath}
-totaltime: ${totaltime}
+totaltime : ${totaltime}
 dt: ${dt}
 dx: ${dx}
-report step: ${reportstep}
+report step : ${reportstep}
 interactionstep : ${interactionstep}
 Boundary number :${boundarynum}
 FireSource number:${fireSourceNum}

+ 2 - 2
src/main/resources/templates/waterControl.ftl

@@ -3,8 +3,8 @@ initFile : ${initFilePath}
 midPath : ${midPath}
 outPath : ${outPath}
 monitorFile : ${monitorPath}
-totaltime: ${totaltime}
-report step: ${reportstep}
+totaltime : ${totaltime}
+report step : ${reportstep}
 interactionstep : ${interactionstep}
 dt : ${dt}
 dx : ${dx}

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

@@ -1,9 +1,9 @@
 <#setting number_format="0.##">
 #nodes
 #end
-#boundaries Inlet
+#boundaries
 <#list boundaries as b>
-${b.nname},${b.type},${b.flow},${b.pressure},${b.temperature} ,${b.polcon1} ,${b.polcon2}
+${b.nname},outlet
 </#list>
 #end
 #waters