12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163 |
- <template>
- <div class="scal">
- <div class="toolbar-part-detail lbg_color1 el-tag--primary">
- <!-- <div class="toolbar-content"> -->
- <!-- <div class="imgcontent">
-
-
- </div> -->
- <div v-if="value2=='HCFDLab'">
- <hcfd ref="hcfd" :objopp="objopp" :ytdata="ytdata" :vectorparam="vectorparam" :pid="pid" @fun="fun()" @changelines="changelines()" @linezhexian="linezhexian()" :elodingfalse="elodingfalse" @exlodingfalse="exlodingfalse" :femnum="femnum"></hcfd>
- </div>
- <div v-else-if="value2=='FEMLab(结构力学)'">
- <fem ref="fem" :femnum="femnum" :logs='logs' @getthislog='getthislog' :pid="pid" @exlodingfalse="exlodingfalse" ></fem>
- </div>
- <div v-else-if="value2=='FEMLab(结构力学)版本2'">
- <fem2 ref="fem2" :femnum="femnum" :logs='logs' :pid="pid" ></fem2>
- </div>
-
- <div class="adi" v-else>
- <el-tabs :tab-position="tabPosition" v-model="activeName" type="card" @tab-click="handleClick">
- <el-tab-pane label="几何建模" name="one"><geometry></geometry></el-tab-pane>
- <el-tab-pane label="网格划分" name="two"> <meshindex></meshindex></el-tab-pane>
- <el-tab-pane label="几何与单元属性" name="three"> <Geometryandclass></Geometryandclass></el-tab-pane>
- <el-tab-pane label="材料属性" name="four"> <Materials></Materials></el-tab-pane>
- <el-tab-pane label="接触与连接" name="five"><touch></touch></el-tab-pane>
- <el-tab-pane label="初始条件" name="six"> <initial></initial></el-tab-pane>
- <el-tab-pane label="边界条件" name="seven"> <boundary></boundary></el-tab-pane>
- <el-tab-pane label="网格自适应" name="eight"> <Meshauto></Meshauto> </el-tab-pane>
- <el-tab-pane label="载荷工况" name="nine"> <loadcase></loadcase></el-tab-pane>
- <el-tab-pane label="作业任务" name="ten"> <zuoye></zuoye></el-tab-pane>
- <el-tab-pane label="结果查看" name="eleven"> <result></result></el-tab-pane>
- <el-tab-pane label="工具箱" name="twelve"><toolindex></toolindex></el-tab-pane>
- <el-tab-pane label="操作" name="thirteen"><caozuo ></caozuo></el-tab-pane>
-
- </el-tabs>
- </div>
- <div class="textselsect">
- <el-select v-model="value0" placeholder="请选择">
- <el-option
- v-for="item in options0"
- :key="item.value"
- :label="item.label"
- :value="item.value">
- </el-option>
- </el-select>
- <el-select v-model="value2" placeholder="请选择" @change="solverchange">
- <el-option
- v-for="item in options2"
- :key="item.value"
- :label="item.label"
- :value="item.value">
- </el-option>
- </el-select>
- </div>
- </div>
- <div class="content">
-
- <transition name="slide-fade">
- <div class="left lbg_color3 el-menu" v-show="showtrue" style="padding:0;">
- <el-tabs v-model="activeName1" type="card" @tab-click="handleClick">
- <el-tab-pane label="模型导航" name="first">
- <el-tree :data="data" :props="defaultProps" @node-click="handleNodeClick"></el-tree>
- </el-tab-pane>
- <el-tab-pane label="动态菜单" name="second">
- <div class="dongtia dialog_color selecr">
- <el-form>
- <el-form-item >
- <el-select v-model="zjhval" placeholder="请选择">
- <el-option
- v-for="item in zjhlist"
- :key="item.value"
- :label="item.label"
- :value="item.value"
- >
- </el-option>
- </el-select>
- </el-form-item>
- <el-form-item>
- <el-select v-model="zjhval1" placeholder="请选择">
- <el-option
- v-for="item in zjhlist1"
- :key="item.value"
- :label="item.label"
- :value="item.value"
- >
- </el-option>
- </el-select>
- </el-form-item>
- <div class="leftsearch">
- <el-input placeholder="请输入内容" v-model="input3" class="input-with-select">
- <el-button slot="append" icon="el-icon-search"></el-button>
- </el-input>
- </div>
- </el-form>
- </div>
- </el-tab-pane>
- </el-tabs>
- </div>
- </transition>
- <div class="right lbg_color2 ">
- <!-- <div class="part-panel-collapse-handle lbg_color3 el-tag--primary " @click="showtrue=!showtrue">
- <i class="el-icon-arrow-down"></i>
- </div> -->
- <el-container class="beij-container">
- <el-container>
- <el-main ref="main3d" :class="headMenu_2Show?'maxh400':'maxh221'" style="padding:0;">
- <tool1 @startimg="startimg" :monitorHCFD="monitorHCFD" @changehcfd="changehcfd"></tool1>
- <!-- 加载折线图 -->
- <echartsHFCD ref="monitor" v-if="femnum=='HCFDLab'" @statechange='statechange' @getthislog='getthislog' @restimeyear='restimeyear' :projectId='pid' :nmlsteps="Number(numsteps)"></echartsHFCD>
- <!-- 加载图片 -->
- <TFileStream :projectId='pid' ref="TFileStream" ></TFileStream>
- </el-main>
- <div class="footerTitle el-tag--primary">
- <div>{{ $t("FEM.other.console") }}
- <p class="restime" v-show="elodingfalse" style=" margin-left: 50px; font-size:14px">剩余时长:{{restime}}</p>
- </div>
- <div>
- <li class="exloadbox" v-show="elodingfalse" >
- <span>正在求解中</span>
- <i class="el-icon-loading"></i>
- </li>
- <li>
- <span @click="footerShows('claer')">清空</span>
- </li>
- <li>
- <span @click="footerShows('foot')">▲▼</span>
- </li>
- </div>
- </div>
- <el-footer class="femFooter" v-if="footerShow">
- <div class="footerTextBox">
- <el-input
- class="footerText"
- type="textarea"
- v-model="logs"
- ></el-input>
- </div>
- </el-footer>
- </el-container>
- </el-container>
- </div>
- </div>
- </div>
- </template>
- <script>
- //图片引入
- import tl1 from '@/assets/icon/axislegend.png'
- import tl2 from '@/assets/icon/zoomtowindow.png'
- import tl3 from '@/assets/icon/defaultmousecontrol.png'
- import tl4 from '@/assets/icon/u3884.png'
- import tl5 from '@/assets/icon/16.png'
- import tl6 from '@/assets/icon/pan.png'
- import tl7 from '@/assets/icon/u3871.png'
- import tl8 from '@/assets/icon/u3879.png'
- import tl9 from '@/assets/icon/u9872.png'
- import tl10 from '@/assets/icon/view_front.png'
- import tl11 from '@/assets/icon/view_back.png'
- import tl12 from '@/assets/icon/view_top.png'
- import tl13 from '@/assets/icon/view_bottom.png'
- import tl14 from '@/assets/icon/view_left.png'
- import tl15 from '@/assets/icon/view_right.png'
- import tl16 from '@/assets/icon/view_isometric.png'
- // 引入组件
- import { request, getImage } from '@/utils/request'
- import { Message, MessageBox } from "element-ui";
- import geometry from './geometry/index.vue'
- import meshindex from './meshindex/index.vue'
- import Geometryandclass from './Geometryandclass/index.vue'
- import Materials from './Materials/index.vue'
- import touch from './touch/index.vue'
- import initial from './initial/index.vue'
- import boundary from './boundary/index.vue'
- import Meshauto from './Meshauto/index.vue'
- import loadcase from './loadcase/index.vue'
- import zuoye from './zuoye/index.vue'
- import result from './result/index.vue'
- import toolindex from './tool/index.vue'
- import caozuo from './caozuo/index.vue'
- import hcfd from './HCFDLab/index.vue'
- import fem from './FEMLab/fem.vue'
- import fem2 from './FemLab2_0/index.vue'
- import echartsHFCD from "./HCFDLab/echartsHFCD.vue";
- import { number } from 'echarts/lib/export'
- import TFileStream from "./compoents/TFileStreamhcfd.vue";
- import tool1 from "./compoents/tool1.vue";
- export default {
- components:{geometry,meshindex,Geometryandclass,Materials,touch,initial,boundary,Meshauto,loadcase,zuoye,echartsHFCD,result,caozuo,toolindex,hcfd,fem,TFileStream,tool1,fem2},
- data() {
- return {
- tl1,tl2,tl3,tl4,tl5,tl6,tl7,tl8,tl9,tl10,
- tl11,tl12,tl13,tl14,tl15,tl16,
- ytdata:{},
- vectorparam:{},
- selectval:'HCFDLab',
- statecustom:'0',//自定义求解状态
- active:'',
- restime:'',
- monitorHCFD:false,
- footerShow:true,
- headMenu_2Show:false,
- elodingfalse:false,
- numsteps:'',
- logs: "欢迎来到adi平台",
- newlog:'',
- toollist:[
- { icon:tl1, titlie:'坐标轴'},
- { icon:tl2, titlie:'缩放'},
- ],
- toollist2:[
- { icon:tl3, titlie:'默认鼠标控制'},
- { icon:tl4, titlie:'缩小到窗口'},
- { icon:tl5, titlie:'轨道'},
- { icon:tl6, titlie:'pan'},
- { icon:tl7, titlie:'zoom'},
- ],
- toollist3:[
- { icon:tl8, titlie:'点击选择'},
- { icon:tl9, titlie:'点击选择窗口'},
- ],
- toollist4:[
- { icon:tl10, titlie:'前'},
- { icon:tl11, titlie:'后'},
- { icon:tl12, titlie:'上'},
- { icon:tl13, titlie:'底'},
- { icon:tl14, titlie:'左'},
- { icon:tl15, titlie:'右'},
- { icon:tl16, titlie:'等角'},
- ],
- data: [{
- label: '几何(33)',
- children: [{
- label: '几何点(17)',
- children: [{
- label: '三级 1-1-1'
- }]
- },
- {
- label: '曲线(17)',
- children: [{
- label: '三级 1-1-1'
- }]
- },
- ]
- }, {
- label: '网格(20)',
- children: [{
- label: '节点',
- }, {
- label: '表格',
-
- }]
- }, {
- label: '材料',
-
- },
- {
- label: '接触体',
-
- },
- {
- label: '接触关系',
-
- },
- ],
- defaultProps: {
- children: 'children',
- label: 'label'
- },
- // current:0,
- pid:'',
- solverConfigid:'',
- activeName: 'one',
- activeName1:'first',
- objopp:'',
- femnum:'',
- tab:[
- {index:0,name:"几何建模"},
- {index:1,name:"网格划分"},
- {index:2,name:"几何与单元属性"},
- {index:3,name:"材料属性"},
- {index:4,name:"接触与连接"},
- {index:5,name:"初始条件"},
- {index:6,name:" 边界条件"},
- {index:7,name:"网格自适应"},
- {index:8,name:"载荷工况"},
- {index:9,name:"作业任务"},
- {index:10,name:"结果查看"},
- {index:11,name:" 工具箱"},
- ],
- tabPosition: 'top',
- showtrue:true,
- drawer: true,
- direction: 'rtl',
- options:[
- {value: '0',label: 'FEMLab(结构力学)'},
- { value: '1',label: 'MPMLab(结构力学)'},
- { value: '3',label: 'Bladesign(结构力学)'},
- {value: '4',label: 'Marc(结构力学)'},
- { value: '5',label: 'Abaqus(结构力学)'},
- { value: '6',label: 'Natran(结构力学)'},
- { value: '7', label: 'ANSYS-FLUENT(结构力学)'},
- {value: '8',label: 'STAR_CCM(流体力学)'},
- {value: '9', label: 'Pointwise(流体力学)' },
- {value: '10',label: 'ANSYS_ICEMCFD(流体力学)' }
- ],
-
- options1:[
- {value: '0',label: '结构分析'},
- { value: '1',label: '传热分析'},
- {value: '2',label: '热/电耦合'},
- { value: '3',label: '电/热耦合'},
- {value: '4',label: '电/热/力耦合'},
- { value: '5',label: '静电场分析'},
- {value: '6',label: '静电场/结构耦合'},
- { value: '7',label: '压力分析'},
- {value: '8',label: '热/压力'},
- { value: '9',label: '声场分析'},
- {value: '10',label: '声场/结构耦合'},
- { value: '11',label: '静磁场分析'},
- {value: '12',label: '静磁/热'},
- { value: '13',label: '静磁/结构'},
- {value: '14',label: '电磁场分析'},
- { value: '15',label: '电磁/热'},
- {value: '16',label: '电磁/热/结构'},
- { value: '17',label: '流体分析'},
- {value: '18',label: '流体/传热'},
- { value: '19',label: '流固耦合分析'},
- {value: '20',label: '流体/传热/结构耦合分析'},
- { value: '21',label: '轴承分析'},
- {value: '22',label: '扩散分析'},
- { value: '23',label: '扩散/热分析'},
- {value: '24',label: '扩散结构分析'},
- { value: '25',label: '土壤分析'},
- ],
- value1:'0',
- options0:[
- {value: 'ADI.SimWork',label: 'ADI.SimWork'},
- ],
- value0:'ADI.SimWork',
- options2:[
- {value: 'HCFDLab',label: 'HCFDLab'},
- { value: 'FEMLab(结构力学)',label: 'FEMLab(结构力学)'},
- { value: 'FEMLab(结构力学)版本2',label: 'FEMLab(结构力学)版本2'},
- { value: 'adi',label: 'adi'},
- ],
- value2:'HCFDLab',
- zjhlist:[
- {value: '0',label: '全部'},
- { value: '1',label: '表格'},
- { value: '2',label: '几何特征'},
- { value: '3',label: '材料'},
- {value: '4',label: '接触体'},
- { value: '5',label: '接触关系'},
- { value: '6',label: '接触表'},
- { value: '7',label: '焊接路径'},
- { value: '8',label: '焊缝'},
- { value: '9',label: '初始条件'},
- {value: '10',label: '边界条件'},
- { value: '11',label: '分工情况'},
- { value: '12',label: '分析任务'},
- { value: '13',label: '集合'}
- ],
- zjhval:'0',
- zjhlist1:[
- {value: '0',label: '全部'},
- { value: '1',label: '表格1'},
- { value: '2',label: '表格2'},
- ],
- zjhval1:'0',
- input3:"",
- }
- },
- created(){
- this.pid=this.$route.query.pid;
- this.init();
- },
- mounted(){
- let curcolor = this.$store.state.themecolor;
- this.classH2 = 'custome-' + curcolor;
- },
- methods:{
- //折线图
- changelines(val){
- let _this=this;
- let vals=JSON.parse(val)
- if(vals.lineType=='Line'){
- this.$set( this.$refs.monitor.option, "type",'Line' );
- this.linezhexian(vals.linevalue);
- }else{
- this.$set( this.$refs.monitor.option, "type","Point" );
- this.linezhexian(vals.pointvalue);
- }
- },
- //
- linezhexian(num){
- this.$set( this.$refs.monitor.option.plotOptions.series, "lineWidth", Number(num));
- this.$refs.monitor.newHighcharts("highcharts",this.$refs.monitor.option);
- },
- meshclick(e,index,key){
- let that=this;
- that.active=key;
- switch(key){
- case 'tl1-0':
- break;
- case 'tl1-1':
- break;
- case 'tl2-0':
- break;
- case 'tl2-1':
- break;
- case 'tl2-2':
- break;
- case 'tl2-3':
- break;
- case 'tl2-4':
- break;
- case'tl3-0':
- break;
- case'tl3-1':
- break;
- case'tl4-0':
- break;
- case'tl4-1':
- break;
- case'tl4-2':
- break;
- case'tl4-3':
- break;
- case'tl4-4':
- break;
- case'tl4-5':
- break;
- case'tl4-6':
- break;
-
-
- }
- },
- exlodingfalse(res){
- this.elodingfalse=res;
- },
- handleNodeClick(data) {
- },
- hide(){
- this.showtrue=!this.showtrue;
- },
- handleClick(tab, event) {
- },
- init(){
-
- this.pid=this.$route.query.pid;
- // this.pid='31f117acb7e74232a3267b091391eab2';
- this.solverchange1('HCFDLab','');
- },
-
- //项目求解查询
- pojectquery(){
-
- },
- solverchange1(val,canshu){
- let that=this;
- this.femnum=val;
- const params = {
- transCode: 'C00003',
- pid:this.pid,
- company:this.value0,
- solverModel:this.value2
- }
- sessionStorage.setItem('params',JSON.stringify(params))
- request(params)
- .then((res) => {
- if(res.returnCode=='000000000'){
- this.objopp=res.parameterObj;
- let datas=res;
- if(val=='HCFDLab'){
- this.$nextTick(()=>{
- this.logs='HCFDLab';
- this.$refs.hcfd.hcfdchange(this.objopp,res.solverConfigid,datas);
- this.solverConfigid=res.solverConfigid;
- let data= JSON.parse(this.objopp);
- this.numsteps=data.nmlParam.steps;
- this.state=datas.state;
- if(canshu==''){
- setTimeout(function(){
- that.initWebSocket();
- },500)
- }
- })
- }else if(val=='FEMLab(结构力学)'){
- let data=res;
- this.logs='FEMLab(结构力学)';
- this.$refs.fem.femchange(res.parameterObj,res.solverConfigid,data);
- this.$refs.TFileStream.imgtupian=false;
- this.$refs.monitor.container_show=false;
- this.solverConfigid=res.solverConfigid;
- if(canshu==''){
- this.startimg("init",'loaddata');
- }
- }else{
-
- }
- }else{
- }
- })
- .catch((err) => {
- })
-
- },
- solverchange(val){
- let that=this;
- this.femnum=val;
- this.selectval=val;
- const params = {
- transCode: 'C00003',
- pid:this.pid,
- company:this.value0,
- solverModel:this.value2
- }
- sessionStorage.setItem('params',JSON.stringify(params))
- request(params)
- .then((res) => {
- if(res.returnCode=='000000000'){
- let datas=res;
- this.objopp=res.parameterObj;
- if(val=='HCFDLab'){
- this.$nextTick(()=>{
- this.logs='HCFDLab'
- this.state=datas.state;
- this.$refs.hcfd.hcfdchange(this.objopp,res.solverConfigid,datas.state);
- this.solverConfigid=res.solverConfigid;
- let data= JSON.parse(this.objopp);
- this.numsteps=data.nmlParam.steps;
- this.exlodingfalse(false)
- this.startimg("init",'loaddata');
- that.$refs.monitor.container_show=true;
- })
- }else if(val=='FEMLab(结构力学)'){
- let data=res;
- this.$refs.fem.femchange(res.parameterObj,res.solverConfigid,data);
- this.solverConfigid=res.solverConfigid;
- this.logs='FEMLab(结构力学)';
- this.startimg("init",'loaddata');
- that.$refs.monitor.container_show=false;
-
-
-
- }else{
-
- }
- }else{
- }
- })
- .catch((err) => {
- })
-
- },
- // 状态
- statechange(val){
- this.statecustom=val;
- },
- // 调用求解过程日志
- fun(){
- this.logs='';
- this.newlog='';
- if( this.statecustom=='1'){
- Message({
- type: "warning",
- message: "运行中不能点击",
- });
- }else{
- if( this.state=='1'){
- this.$refs.monitor.getwebsocket();
- }else{
- this.$refs.hcfd.hcfdrun();
-
- }
- this.$refs.monitor.container_show=true;
- this.monitorHCFD=this.$refs.monitor.container_show
- this.$refs.TFileStream.imgtupian=false;
- }
- },
- funagain(){
- if( this.statecustom=='1'){
- Message({
- type: "warning",
- message: "运行中不能点击",
- });
- }else{
- this.$refs.monitor.getwebsocket();
- this.$refs.monitor.container_show=true;
- this.monitorHCFD=this.$refs.monitor.container_show
- this.$refs.TFileStream.imgtupian=false;
- }
- },
- // 工具栏的显示隐藏
- changehcfd(pare){
- this.logs='';
- this.newlog='';
- if( this.statecustom=='1'){
- Message({
- type: "warning",
- message: "运行中不能点击",
- });
- }else{
- this.$refs.monitor.getwebsocket();
- this.$refs.TFileStream.imgtupian=false;
- this.$refs.monitor.container_show=pare;
- }
- },
- // 日志的文本框
- footerShows(evt) {
- if(evt=='claer'){
- this.logs='';
- this.newlog='';
- }else{
- this.footerShow=!this.footerShow
- }
-
- },
- //日志
- getthislog(log){
- this.newlog = log+"\n"+this.newlog;
- this.logs=this.newlog;
- let logs=this.logs;
- if ( this.logs.indexOf("newSolver end") >= 0) {
- this.elodingfalse=false;
- this.isSolverEnd = true;
- this.statecustom='0';
- }
- if( logs.includes("oldSolver end")){
-
- this.statecustom='0';
-
- }
-
-
- },
- // 剩余时间
- restimeyear(time){
- this.restime=time;
- },
- //开起loading
- loadingopen(){
- const loading = this.$loading({
- lock: true,
- text: 'Loading',
- spinner: 'el-icon-loading',
- background: 'rgba(0, 0, 0, 0.7)'
- });
- return loading;
- },
- // 关闭lodind
- loadingend(loading){
- loading.close()
- },
- startimg(action,action2){
- let params = {
- transCode: "AFT001",// 服务器渲染实例接口创建推流
- pid:this.pid,
- solverConfigId: this.solverConfigid,
- action:action,
- paramJson:"",
- };
- this.loading = true;
- request(params)
- .then((res) => {
- if(res.returnCode=='000000000'){
- this.startimgloaddata(action2)
- }else{
- }
- })
- .catch((err) => {
- this.loadingend(this.loadingopen());
- });
- },
- startimgloaddata(action){
- let that=this;
- let params = {
- transCode: "AFT001",// 服务器渲染实例接口创建推流
- pid:this.pid,
- solverConfigId: this.solverConfigid,
- action:action,
- paramJson:"",
- };
- this.loading = true;
- request(params)
- .then((res) => {
- })
- .catch((err) => {
- this.loadingend(this.loadingopen());
- });
- },
-
- // // 文件渲染websoket图片的渲染
- initWebSocket(){ //初始化weosocket
- // const wsuri = "ws://192.168.0.43:8087//websocket?projectId="+this.pid;
- const wsuri = "ws://"+process.env.VUE_APP_BASE_websokt+"//websocket?projectId="+this.pid;
- this.websock = new WebSocket(wsuri);
- this.websock.onmessage = this.websocketonmessage;
- this.websock.onopen = this.websocketonopen;
- this.websock.onerror = this.websocketonerror;
- this.websock.onclose = this.websocketclose;
-
- console.log(wsuri)
- },
- websocketonopen(e){ //连接建立之后执行send方法发送数据
- this.startimg("init",'loaddata');
-
- },
- websocketonerror(){//连接建立失败重连
- this.websock.close()
- },
- websocketonmessage(e){ //数据接收
- this.loadingopen();
- try{
-
- let eadata=e.data
- var rdata=JSON.parse(e.data)
- if(rdata.hasOwnProperty("img")){
- this.$refs.TFileStream.imgtupian=true;
- this.$refs.TFileStream.fetchData(rdata);
- this.$refs.monitor.container_show=false;
- }
-
- // HCFD云图的参数返回 存储
- console.log(rdata);
- let rdataparamJson =JSON.parse(rdata.paramJson);
- if(rdataparamJson.hasOwnProperty('Error')){
- Message({
- type: "Error",
- message:"Error:"+rdataparamJson.Error,
- });
- this.loadingend(this.loadingopen());
- }
- if(this.selectval=='HCFDLab'){
- if(rdata.action=='ResultImport'){
-
- let data=JSON.parse(rdata.paramJson);
- if(data.msgType=="contour_param"){
- //sessionStorage.setItem("ytdata",JSON.stringify(data));
- this.$refs.hcfd.outlinedata(JSON.stringify(data))
- this.ytdata=rdata;
- }
- if(data.msgType=='line_param'){
- this.$refs.hcfd.outlinedata(JSON.stringify(data))
- }
- if(data.msgType=='vector_param'){
- sessionStorage.setItem("vectorparam",JSON.stringify(data));
- this.vectorparam=rdata;
- this.$refs.hcfd.vectordata(JSON.stringify(data))
- }
- if(data.msgType=='stream_param'){
- this.$refs.hcfd.streamdata(JSON.stringify(data))
- }
- if(data.msgType=='solidsurface_param'){
- //this.$refs.hcfd.colorval(JSON.stringify(data))
- }
- }else if(rdata.action=='LineDisplay'){
- this.ytdata=rdata;
- }else if(rdata.action=='SliceDisplayAdd'){
- let dataslicedisplay=JSON.parse(rdata.paramJson);
- if(dataslicedisplay==null||JSON.stringify(dataslicedisplay)=='{}'){
- }else{
- if(dataslicedisplay.msgType=='addPage_slice_param'){
- sessionStorage.setItem("dataslicedisplay",JSON.stringify(rdata.paramJson));
- this.$refs.hcfd.addparam();
- }
- }
- }else if(rdata.action=='SliceDisplayUpdate'){
- let datadisplayupdate=JSON.parse(rdata.paramJson);
- if(datadisplayupdate==null||JSON.stringify(datadisplayupdate)=='{}'){
- }else{
- sessionStorage.setItem("updateparam",JSON.stringify(rdata.paramJson));
- this.$refs.hcfd.updataparam();
-
- }
- }else{
-
- }
- }else if(this.selectval=='FEMLab(结构力学)'){
- if(rdata.action=='ResultImport'){
- let data=JSON.parse(rdata.paramJson);
- if(data.msgType=="contour_param"){
- this.$refs.fem.outlinedata(JSON.stringify(data))
- }
- if(data.msgType=='line_param'){
- this.$refs.fem.outlinedata(JSON.stringify(data))
- }
- if(data.msgType=='vector_param'){
- sessionStorage.setItem("vectorparam",JSON.stringify(data));
- this.vectorparam=rdata;
- }
- if(data.msgType=='stream_param'){
- this.$refs.fem.streamdata(JSON.stringify(data))
- }
- if(data.msgType=='solidsurface_param'){
- this.$refs.fem.colorval(JSON.stringify(data))
- }
- }else if(rdata.action=='LineDisplay'){
- this.ytdata=rdata;
- }else if(rdata.action=='SliceDisplayAdd'){
- let dataslicedisplay=JSON.parse(rdata.paramJson);
- if(dataslicedisplay==null||JSON.stringify(dataslicedisplay)=='{}'){
-
- }else{
- if(dataslicedisplay.msgType=='addPage_slice_param'){
- sessionStorage.setItem("dataslicedisplay",JSON.stringify(rdata.paramJson));
- this.$refs.fem.femaddparam();
- }
- }
- }else if(rdata.action=='SliceDisplayUpdate'){
- let datadisplayupdate=JSON.parse(rdata.paramJson);
- if(datadisplayupdate==null||JSON.stringify(datadisplayupdate)=='{}'){
- }else{
- this.$refs.fem.updataparam(JSON.stringify(rdata.paramJson));
-
- }
- }else{
- }
- }else{
- console.log(rdataparamJson);
- }
- return true;
- }catch(error){
- this.loadingend(this.loadingopen());
- return false;
- }
- },
- websocketsend(Data){//数据发送
- this.websock.send(Data);
- },
- websocketclose(e){ //关闭
- this.websock.close();
- Message({
- type: "error",
- message: "websock断开连接",
- });
- this.loadingend(this.loadingopen());
-
- },
- }
- }
- </script>
- <style lang="scss">
- @import '@/styles/variables.scss';
- @import '@/styles/mixin.scss';
- .scal{
- .toolbar-part-detail{
- // background-color: #757070;
- .toolbar-content{
- padding: 5px;
- border-top:1px solid #999;
- // border-bottom:1px solid #999;
- .imgcontent{
- display: flex;
-
- .item{
- padding-right: 5px;
- }
- }
- }
- }
- .toolmain{
- width: 100%;
- height:32px;
- overflow: hidden;
- }
- html,body{
- width: 100%;
- height: 100%;
- }
- .el-tabs__content{
- padding: 0 5px;
- }
- .content{
- display: flex;
- height: 100%;
- position: relative;
- .left{
- width: 200px;
- height: 100%;
- flex-direction: column;
- padding: 15px;
- position: relative;
- height: 88vh;
- z-index: 10;
- }
- .part-panel-collapse-handle {
- position: absolute;
- // right: -56px;
- left: -38px;
- top: 44%;
- width: 94px;
- height: 0;
- cursor: pointer;
- text-align: center;
- border-width: 0 20px 18px;
- line-height: 18px;
- border-style: none solid solid;
- transform: rotateZ(
- 90deg);
- font-size: 19px;
- }
- .lbg_color3 i:before{
- transform: rotateZ(
- 0);
- }
- .right{
- padding:0;
- flex: 1;
- // height: 100%;
- position: relative;
-
- }
- .imgcontent img{
- font-size: 16px;
- }
- .slide-fade-enter-active {
- transition: all .3s ease;
- }
- }
- .tablist{
- border-bottom:1px solid #999;
- padding: 3px 0;
- }
- .tablist .tabitem{
- color: #b6b6b6;
- font-size: 16px;
- padding-right: 5px;
- cursor: pointer;
- &.current{
- color: #Fff ;
- }
- }
- .el-tabs--bottom .el-tabs__header.is-bottom{
- margin: 0;
- }
- .el-tabs__header{
- margin: 0;
- }
- .imgcontent{
- padding: 0 15px;
- }
- .el-tabs__item{
- height: 30px;
- line-height: 30px;
- padding: 0 8px;
- font-size: 12px;
- }
- // .imgzong{
- // display: flex;
- // padding-top: 4px;
- // flex-wrap:wrap;
- // .el-image{
- // width: 30px;
- // }
- // }
- .toolmain .imgzong .item1{
- padding-right: 4px;
- padding: 0px 4px ;
-
- }
- .imgzong .item1{
- padding-right: 4px;
- padding: 4px 4px ;
-
- }
- .shu{
- padding: 4px 10px;
- color: #666;
- }
- .el-tabs__item{
- height: 30px;
- line-height: 30px;
- padding: 0 6px;
- color:#b6b6b6;
- font-size:15px;
- }
- }
- .maxh221{
- max-height: calc(100vh - 76px);
- }
- .maxh400{
- max-height: calc(100vh - 410px);
- }
- .beij-container {
- width: 100%;
- height: 100%;
- background-color: #fff;
- // background: linear-gradient(180deg, #ccd3e2 0%, rgba(255, 255, 255, 0) 100%);
- }
- .el-footer {
- padding: 0;
- height: 149px;
- overflow-y: auto;
- }
- .footerTitle {
- display: flex;
- justify-content: space-between;
- padding: 5px 20px;
- font-size: 20px;
- height: 30px !important;
- z-index: 99;
- }
- .footerTitle div {
- display: flex;
- justify-content: space-around;
- align-items: center;
- }
- .footerTitle p {
- margin: 0;
- }
- .footerTitle span {
- padding: 5px 10px;
- cursor: default;
- }
- .femFooter{
- height: 135px !important;
- padding: 0;
- position: relative;
- }
- .footerText .el-textarea__inner{
- width: 100%;
- height: 135px !important;
- border: 0;
- font-size: 12px;
- color: #333;
- padding: 2px;
- }
- </style>
- <style>
- .left{
- display: none;
- }
- .selecr .el-form-item__label{
- line-height: 36px;
- }
- .item1 .el-image{
- width: 30px;
- cursor: pointer;
- }
- .el-tabs--border-card{
- background-color: none;
- }
- .baoshi{
- margin-top: 4px;
- color: #b6b6b6;
- }
- .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{
- background-color: #757070;
- }
- .el-tabs--card>.el-tabs__header .el-tabs__item.is-active{
- border-top:1px solid #757070;
- border-bottom:none;
- border-top: 1px solid transparent;
- }
- .part-panel-collapse-handle {
- border-color: transparent transparent #6f6f6f;
- }
- .el-dialog__header{
- padding: 15px 20px 10px;
- background: #757070;
- color: #fff
- }
- .el-button--primary{
- background: #757070;
- border-color: #757070;
- }
- .textselsect{
- position: absolute;
- z-index: 9;
- top: 0;
- right: 7px;
- z-index: 9;
- height: 30px;
- overflow: hidden;
- }
- .dialoglocation{
- position: absolute;
- top: -15vh;
- }
- .el-dialog__wrapper{
- top: 15vh;
- }
- .el-tree,.dongtia{
- background: none;
- color: #b6b6b6;
- margin-top: 15px;
- }
- .itemimg1{
- padding: 4px;
- }
- .itemimg1 .item1 .el-image{
- width: 20px;
- height: 20px;
- }
- </style>
- <style lang="scss" scoped>
- /deep/.toolbar-part-detail{
- position: relative;
- }
- .el-form-item{
- margin-bottom: 5px;
- }
- /deep/.left .el-tabs__item{
- padding: 0 19.4px !important;
- // box-shadow: 0 8px 0 0 #479a48,0 10px 5px 0 rgba(0,0,0,0.5);
- box-shadow: 0 10px 5px 0 rgba(0,0,0,0.2);
- }
- /deep/.left .is-scrollable {
- padding:0;
- }
- /deep/ .left .el-tabs__nav-next,.left .el-tabs__nav-prev{
- display: none;
- }
- /deep/ .left .el-tabs__nav-prev{
- display: none;
- }
- // /deep/ .el-radio+.el-radio{
- // margin: 0;
- // }
- // /deep/ .el-checkbox+.el-checkbox{
- // margin: 0;
- // }
- /deep/.leftsearch .el-button {
- background-color: #fff;
- }
- </style>
|