|  | @@ -112,22 +112,10 @@
 | 
	
		
			
				|  |  |                   <MGCycle>${vo.adflow.mgcycle}</MGCycle>
 | 
	
		
			
				|  |  |                   <nCycles mapType="integer">${vo.adflow.ncycles}</nCycles>
 | 
	
		
			
				|  |  |                   <monitorvariables mapType="complex">
 | 
	
		
			
				|  |  | -                        <#if vo.adflow.resrho?trim == "1">
 | 
	
		
			
				|  |  | -                        <monitorvariable1>resrho</monitorvariable1>
 | 
	
		
			
				|  |  | -                        <#else>
 | 
	
		
			
				|  |  | -                        </#if>
 | 
	
		
			
				|  |  | -                        <#if vo.adflow.cl?trim == "1">
 | 
	
		
			
				|  |  | -                        <monitorvariable2>cl</monitorvariable2>
 | 
	
		
			
				|  |  | -                        <#else>
 | 
	
		
			
				|  |  | -                        </#if>
 | 
	
		
			
				|  |  | -                        <#if vo.adflow.cd?trim == "1">
 | 
	
		
			
				|  |  | -                        <monitorvariable3>cd</monitorvariable2>
 | 
	
		
			
				|  |  | -                        <#else>
 | 
	
		
			
				|  |  | -                        </#if>
 | 
	
		
			
				|  |  | -                        <#if vo.adflow.cmz?trim == "1">
 | 
	
		
			
				|  |  | -                        <monitorvariable4>cmz</monitorvariable2>
 | 
	
		
			
				|  |  | -                        <#else>
 | 
	
		
			
				|  |  | -                        </#if>
 | 
	
		
			
				|  |  | +                    <monitorvariable1>resrho</monitorvariable1>
 | 
	
		
			
				|  |  | +                    <monitorvariable2>cl</monitorvariable2>
 | 
	
		
			
				|  |  | +                    <monitorvariable3>cd</monitorvariable3>
 | 
	
		
			
				|  |  | +                    <monitorvariable4>cmz</monitorvariable4>
 | 
	
		
			
				|  |  |                   </monitorvariables>
 | 
	
		
			
				|  |  |                   <useNKSolver mapType="boolean">1</useNKSolver> # 使用nk求解器
 | 
	
		
			
				|  |  |                   <useanksolver mapType="boolean">1</useanksolver> # 使用ank求解器
 |