|  | @@ -39,6 +39,14 @@ public class D000017Service extends D000017BaseModel implements ExecProcessFlow
 | 
	
		
			
				|  |  |  			outPath=TemplateGenerator.BPATH+"/"+aid+"/"+accident.getJid()+"/water/out/velocity/";
 | 
	
		
			
				|  |  |  			fileName ="velocity"+step;
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  | +		if(accident.getStype().endsWith("Gass")){
 | 
	
		
			
				|  |  | +			outPath=TemplateGenerator.BPATH+"/"+aid+"/"+accident.getJid()+"/gas/out/velocity/";
 | 
	
		
			
				|  |  | +			fileName ="velocity"+step;
 | 
	
		
			
				|  |  | +		}
 | 
	
		
			
				|  |  | +		if(accident.getStype().endsWith("Gass1")){
 | 
	
		
			
				|  |  | +			outPath=TemplateGenerator.BPATH+"/"+aid+"/"+accident.getJid()+"/gas1/out/velocity/";
 | 
	
		
			
				|  |  | +			fileName ="velocity"+step;
 | 
	
		
			
				|  |  | +		}
 | 
	
		
			
				|  |  |  		Path path = Paths.get(outPath+"/"+fileName);
 | 
	
		
			
				|  |  |  		String mimeType = MFMimeTypeUtils.getMimeType(path);
 | 
	
		
			
				|  |  |  		HttpServerTransFile transFile = new HttpServerTransFile(fileName, mimeType, path);
 |