|  | @@ -2095,7 +2095,7 @@
 | 
	
		
			
				|  |  |          <el-form-item
 | 
	
		
			
				|  |  |            label="时间格式"
 | 
	
		
			
				|  |  |            :label-width="formLabelWidth7"
 | 
	
		
			
				|  |  | -          style=" text-align: left;"
 | 
	
		
			
				|  |  | +          class="shijianges"
 | 
	
		
			
				|  |  |          >
 | 
	
		
			
				|  |  |            <el-select
 | 
	
		
			
				|  |  |              v-model="parameterObj.nmlParam.time_accuracy"
 | 
	
	
		
			
				|  | @@ -2110,20 +2110,19 @@
 | 
	
		
			
				|  |  |              </el-option>
 | 
	
		
			
				|  |  |            </el-select>
 | 
	
		
			
				|  |  |          </el-form-item>
 | 
	
		
			
				|  |  | -        <li
 | 
	
		
			
				|  |  | -          class="lheig34 disflex liitem liangf"
 | 
	
		
			
				|  |  | -          style="padding:5px 0"
 | 
	
		
			
				|  |  | +           <el-form-item
 | 
	
		
			
				|  |  | +          :label="$t('HCFD.solution.stepping')"
 | 
	
		
			
				|  |  | +          :label-width="formLabelWidth61"
 | 
	
		
			
				|  |  | +          class="iemradio shijianges"
 | 
	
		
			
				|  |  |          >
 | 
	
		
			
				|  |  | -          <span class="formLabelWidth8">{{$t('HCFD.solution.stepping')}}</span>
 | 
	
		
			
				|  |  | -          <el-radio-group
 | 
	
		
			
				|  |  | -            class="inpw35"
 | 
	
		
			
				|  |  | -            style="display:flex"
 | 
	
		
			
				|  |  | -            v-model="parameterObj.nmlParam.pseudo_time_stepping"
 | 
	
		
			
				|  |  | -          >
 | 
	
		
			
				|  |  | -            <el-radio :label="'on'">On</el-radio>
 | 
	
		
			
				|  |  | -            <el-radio :label="'off'">Off</el-radio>
 | 
	
		
			
				|  |  | +          <el-radio-group v-model="parameterObj.nmlParam.pseudo_time_stepping">
 | 
	
		
			
				|  |  | +            <el-radio label="off">Off</el-radio>
 | 
	
		
			
				|  |  | +            <el-radio
 | 
	
		
			
				|  |  | +              label="on"
 | 
	
		
			
				|  |  | +              class="radiooff"
 | 
	
		
			
				|  |  | +            >On</el-radio>
 | 
	
		
			
				|  |  |            </el-radio-group>
 | 
	
		
			
				|  |  | -        </li>
 | 
	
		
			
				|  |  | +        </el-form-item>
 | 
	
		
			
				|  |  |          <li class="disflex liitem liangf">
 | 
	
		
			
				|  |  |            <span class="formLabelWidth8">{{$t('HCFD.solution.nondim')}}</span>
 | 
	
		
			
				|  |  |            <el-input v-model="parameterObj.nmlParam.time_step_nondim"></el-input>
 | 
	
	
		
			
				|  | @@ -2133,17 +2132,17 @@
 | 
	
		
			
				|  |  |            <el-input v-model="parameterObj.nmlParam.subiterations"></el-input>
 | 
	
		
			
				|  |  |          </li>
 | 
	
		
			
				|  |  |          <li class="disflex liitem liangf">
 | 
	
		
			
				|  |  | -          <span class="formLabelWidth8">{{$t('HCFD.solution.cfl')}}</span>
 | 
	
		
			
				|  |  | +          <span class="formLabelWidth9">{{$t('HCFD.solution.cfl')}}</span>
 | 
	
		
			
				|  |  |            <el-input v-model="parameterObj.nmlParam.schedule_iteration[0]"></el-input>
 | 
	
		
			
				|  |  |            <el-input v-model="parameterObj.nmlParam.schedule_iteration[1]"></el-input>
 | 
	
		
			
				|  |  |          </li>
 | 
	
		
			
				|  |  |          <li class="disflex liitem liangf">
 | 
	
		
			
				|  |  | -          <span class="formLabelWidth8">{{$t('HCFD.solution.Schedulecfl')}}</span>
 | 
	
		
			
				|  |  | +          <span class="formLabelWidth9">{{$t('HCFD.solution.Schedulecfl')}}</span>
 | 
	
		
			
				|  |  |            <el-input v-model="parameterObj.nmlParam.schedule_cfl[0]"></el-input>
 | 
	
		
			
				|  |  |            <el-input v-model="parameterObj.nmlParam.schedule_cfl[1]"></el-input>
 | 
	
		
			
				|  |  |          </li>
 | 
	
		
			
				|  |  |          <li class="disflex liitem liangf">
 | 
	
		
			
				|  |  | -          <span class="formLabelWidth8">{{$t('HCFD.solution.cflturb')}}</span>
 | 
	
		
			
				|  |  | +          <span class="formLabelWidth9">{{$t('HCFD.solution.cflturb')}}</span>
 | 
	
		
			
				|  |  |            <el-input v-model="parameterObj.nmlParam.schedule_cflturb[0]"></el-input>
 | 
	
		
			
				|  |  |            <el-input v-model="parameterObj.nmlParam.schedule_cflturb[1]"></el-input>
 | 
	
		
			
				|  |  |          </li>
 | 
	
	
		
			
				|  | @@ -2483,7 +2482,7 @@
 | 
	
		
			
				|  |  |          </li>
 | 
	
		
			
				|  |  |          <el-form-item
 | 
	
		
			
				|  |  |            :label="$t('HCFD.solution.gcr')"
 | 
	
		
			
				|  |  | -          :label-width="formLabelWidth6"
 | 
	
		
			
				|  |  | +          :label-width="formLabelWidth61"
 | 
	
		
			
				|  |  |            class="iemradio"
 | 
	
		
			
				|  |  |          >
 | 
	
		
			
				|  |  |            <el-radio-group v-model="parameterObj.nmlParam.line_implicit">
 | 
	
	
		
			
				|  | @@ -2816,13 +2815,14 @@
 | 
	
		
			
				|  |  |          <el-form-item
 | 
	
		
			
				|  |  |            :label="$t('HCFD.solution.Restart')"
 | 
	
		
			
				|  |  |            :label-width="formLabelWidth6"
 | 
	
		
			
				|  |  | +          class="iemradio"
 | 
	
		
			
				|  |  |          >
 | 
	
		
			
				|  |  |            <el-radio-group
 | 
	
		
			
				|  |  |              class="inpw35"
 | 
	
		
			
				|  |  |              v-model="parameterObj.nmlParam.restart_read"
 | 
	
		
			
				|  |  |            >
 | 
	
		
			
				|  |  |              <el-radio label="off">Off</el-radio>
 | 
	
		
			
				|  |  | -            <el-radio label="on">On</el-radio>
 | 
	
		
			
				|  |  | +            <el-radio label="on"  class="radiooff">On</el-radio>
 | 
	
		
			
				|  |  |            </el-radio-group>
 | 
	
		
			
				|  |  |          </el-form-item>
 | 
	
		
			
				|  |  |          <!-- <el-button type="info"  @click="hcfdparam()"> 运行</el-button> -->
 | 
	
	
		
			
				|  | @@ -4932,7 +4932,9 @@ export default {
 | 
	
		
			
				|  |  |        formLabelWidth4: "37px",
 | 
	
		
			
				|  |  |        formLabelWidth5: "100px",
 | 
	
		
			
				|  |  |        formLabelWidth6: "120px",
 | 
	
		
			
				|  |  | +       formLabelWidth61: "134px",
 | 
	
		
			
				|  |  |        formLabelWidth7: "170px",
 | 
	
		
			
				|  |  | +      formLabelWidth9: "407px",
 | 
	
		
			
				|  |  |        switchvalue: "1",
 | 
	
		
			
				|  |  |        styX: {
 | 
	
		
			
				|  |  |          left: "",
 | 
	
	
		
			
				|  | @@ -5978,17 +5980,17 @@ export default {
 | 
	
		
			
				|  |  |          })
 | 
	
		
			
				|  |  |            .then(() => {
 | 
	
		
			
				|  |  |              MessageBox.close();
 | 
	
		
			
				|  |  | -            this.$emit("exlodingfalse", true);
 | 
	
		
			
				|  |  |              this.isSolverEnd = false;
 | 
	
		
			
				|  |  |              this.hcfdExe();
 | 
	
		
			
				|  |  |              let _this = this;
 | 
	
		
			
				|  |  |              let isStop = false;
 | 
	
		
			
				|  |  |              this.$parent.funagain();
 | 
	
		
			
				|  |  | +            this.$emit("exlodingfalse", true);
 | 
	
		
			
				|  |  |            })
 | 
	
		
			
				|  |  |            .catch(() => {
 | 
	
		
			
				|  |  |              Message.info("已取消!");
 | 
	
		
			
				|  |  |              MessageBox.close();
 | 
	
		
			
				|  |  | -            this.$emit("exlodingfalse", false);
 | 
	
		
			
				|  |  | +           this.$emit("exlodingfalse", false);
 | 
	
		
			
				|  |  |                this.funbool=false;
 | 
	
		
			
				|  |  |            });
 | 
	
		
			
				|  |  |        } else {
 | 
	
	
		
			
				|  | @@ -8055,6 +8057,7 @@ body {
 | 
	
		
			
				|  |  |    justify-content: space-around;
 | 
	
		
			
				|  |  |    align-items: center;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  .footerTitle p {
 | 
	
		
			
				|  |  |    margin: 0;
 | 
	
		
			
				|  |  |  }
 | 
	
	
		
			
				|  | @@ -8071,7 +8074,9 @@ body {
 | 
	
		
			
				|  |  |    color: #333;
 | 
	
		
			
				|  |  |    padding: 2px;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | +/deep/.shijianges .el-form-item__label{
 | 
	
		
			
				|  |  | +      text-align: left  !important;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  |  .radio_text {
 | 
	
		
			
				|  |  |    line-height: 28px;
 | 
	
		
			
				|  |  |    .el-radio__label {
 | 
	
	
		
			
				|  | @@ -8271,9 +8276,12 @@ body {
 | 
	
		
			
				|  |  |  .classfelx {
 | 
	
		
			
				|  |  |    flex: 1;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | -.liitem .formLabelWidth8 {
 | 
	
		
			
				|  |  | +.liitem .formLabelWidth8,.formLabelWidth8{
 | 
	
		
			
				|  |  |    width: 343px;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | +.liitem .formLabelWidth9 {
 | 
	
		
			
				|  |  | +  width: 409px;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  |  .formLabelWidth15 {
 | 
	
		
			
				|  |  |    width: 70px;
 | 
	
		
			
				|  |  |    text-align: center;
 |