Browse Source

边界条件保存

huangxingxing 9 tháng trước cách đây
mục cha
commit
7e2015ade0

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

@@ -2,7 +2,7 @@
 #end
 #end
 #boundaries Inlet 
 #boundaries Inlet 
 <#list boundaries as b>
 <#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>
 </#list>
 #end 
 #end 
 #MashGass
 #MashGass