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