| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295 |
- import { FormSchema } from '@/components/Form';
- /** 工作面参数表单配置项 */
- export const workSurfaceFormSchema: FormSchema[] = [
- {
- label: '钻孔长度',
- field: 'drillLength',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '钻孔方位角',
- field: 'drillAzimuth',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '钻孔倾角',
- field: 'drillDipAngle',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '钻孔间距',
- field: 'drillSpace',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '抽采半径',
- field: 'drainageRadius',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '管路直径',
- field: 'pipelineDiameter',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '残余可解吸瓦斯量',
- field: 'residualGasDesorptionCapacity',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '工作面回采率',
- field: 'workingFaceRecoveryRate',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '工作面长度',
- field: 'workingFaceLengeh',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '巷道宽度',
- field: 'tunnelWidth',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '工作面采高',
- field: 'workingFaceHeight',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '最低允许风速',
- field: 'minimumAllowableWindSpeed',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '最大允许风速',
- field: 'maximumAllowableWindSpeed',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '回风流风速',
- field: 'returnAirFlowSpeed',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '工作面日产量',
- field: 'workingFaceDailyOutput',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '取样深度',
- field: 'samplingDepth',
- component: 'Input',
- slot: 'input',
- },
- ];
- /** 计算参数表单配置项 */
- export const calculationFormSchema: FormSchema[] = [
- {
- label: '预抽瓦斯达标量',
- field: 'preDrainageGasReachingStandardQuantity',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '割煤相对瓦斯涌出量',
- field: 'relativeGasEmissionDuringCoalCutting',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '放煤相对瓦斯涌出量',
- field: 'relativeGasEmissionFromCoalDischarge',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '采空区相对瓦斯涌出量',
- field: 'relativeGasEmissionFromGoaf',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '邻近层相对瓦斯涌出量',
- field: 'relativeGasEmissionFromAdjacentLayers',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '邻近层瓦斯排放率',
- field: 'gasEmissionRateOfAdjacentLayers',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '残余瓦斯压力',
- field: 'residualGasPressure',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '残余瓦斯含量',
- field: 'residualGasContent',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '煤的灰分',
- field: 'Ad',
- component: 'Input',
- slot: 'input',
- },
- {
- label: 'K1',
- field: 'K1',
- component: 'Input',
- slot: 'input',
- },
- {
- label: 'K2',
- field: 'K2',
- component: 'Input',
- slot: 'input',
- },
- {
- label: 'K3',
- field: 'K3',
- component: 'Input',
- slot: 'input',
- },
- {
- label: 'K4',
- field: 'K4',
- component: 'Input',
- slot: 'input',
- },
- {
- label: 'Q',
- field: 'Q',
- component: 'Input',
- slot: 'input',
- },
- {
- label: 'R',
- field: 'R',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '吸附常数a',
- field: 'a',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '吸附常数b',
- field: 'b',
- component: 'Input',
- slot: 'input',
- },
- ];
- /** 抽采单元参数表单配置项 */
- export const extractionUnitFormSchema: FormSchema[] = [
- {
- label: '评价单元煤炭储量',
- field: 'evaluationUnitCoalReserves',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '工作面瓦斯储量',
- field: 'workingFaceGasReserves',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '实时支管抽采负压',
- field: 'currentBranchSuctionNegativePressure',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '钻孔施工长度',
- field: 'drillWorkLength',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '钻孔设计长度',
- field: 'drillDesignLength',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '单元原始瓦斯含量',
- field: 'originalGasContent',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '单元原始瓦斯压力',
- field: 'originalGasPressure',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '煤层厚度',
- field: 'coalSeamThickness',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '工作面切眼长度',
- field: 'workingFaceQieyanLength',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '工作面走向长度',
- field: 'workingFaceZouxiangLength',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '第i个邻近层煤层厚度',
- field: 'mi',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '工作面预测相对涌出量',
- field: 'relativeSurgeVolume',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '工作面预测绝对涌出量',
- field: 'absoluteSurgeVolume',
- component: 'Input',
- slot: 'input',
- },
- {
- label: '工作面有效配风量',
- field: 'effectiveAirDistribution',
- component: 'Input',
- slot: 'input',
- },
- ];
|