| 
					
				 | 
			
			
				@@ -130,6 +130,7 @@ public class D00008Service extends D00008BaseModel implements ExecProcessFlow { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				TemplateGenerator.createGasControl(aid,jid,gas.getId(),totaltime,dt,dx,reportstep,interactionstep,cocodes); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				TemplateGenerator.createGasInit(aid,jid,gas.getId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				TemplateGenerator.createGassRunsh(aid,jid,gas.getId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				TemplateGenerator2.createGassEsccapeControl(aid,jid,gas.getId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				//文件迁移 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				//网格文件 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				SysFileMapper sysFileMapper = UtilTools.getBean(SysFileMapper.class); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -396,21 +397,21 @@ public class D00008Service extends D00008BaseModel implements ExecProcessFlow { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			try { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				Runtime runtime = Runtime.getRuntime(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				Process p =null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				LogService.addLog(aid,jid,"Gas","求解——————————————————开始"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				LogService.addLog(aid,jid,"Gass","求解——————————————————开始"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				p= runtime.exec("sh "+TemplateGenerator.BPATH + "/" + aid + "/" + jid + "/" + "/gas" + "/" + gid + "/run.sh"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				InputStream fis = p.getInputStream(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				InputStreamReader isr = new InputStreamReader(fis); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				BufferedReader br = new BufferedReader(isr); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				String line = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				while ((line = br.readLine()) != null) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					LogService.addLog(aid,jid,"Gas",line); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					LogService.addLog(aid,jid,"Gass",line); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					System.out.println(line); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 //				//监测点数据保存 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 //				saveMonitorValue(aid,jid); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 //				//路径保存 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 //				saveWayValue(aid,jid); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				LogService.addLog(aid,jid,"Gas","求解——————————————————成功"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				LogService.addLog(aid,jid,"Gass","求解——————————————————成功"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				JobSucces(jid); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			} catch (IOException  e) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				LogService.addLog(aid,jid,"Fire","求解——————————————————失败"); 
			 |