期刊文献+
共找到45篇文章
< 1 2 3 >
每页显示 20 50 100
A method of remote sensing image water segmentation based on adaptive morphological elliptical structuring elements 被引量:1
1
作者 WEN Hao-tian WANG Xiao-peng 《Journal of Measurement Science and Instrumentation》 CAS CSCD 2020年第3期236-243,共8页
The use of visible and infrared remote sensing images to calculate the water area is an effective means to grasp the basic situation of water resources,and water segmentation is the premise of statistics.Generally,the... The use of visible and infrared remote sensing images to calculate the water area is an effective means to grasp the basic situation of water resources,and water segmentation is the premise of statistics.Generally,the edge features of the water in the remote sensing images are complex.When the traditional morphology is used for image segmentation,it is easy to change the image edge and affect the accuracy of image segmentation because the fixed structuring elements are used to perform morphological operations on the image.To segment water in the remote sensing image accurately,a remote sensing image water segmentation method based on adaptive morphological elliptical structuring elements is proposed.Firstly,the eigenvalue and eigenvector of the image are estimated by linear structure tensor,and the elliptical structuring elements are constructed by the eigenvalue and eigenvector.Then adaptive morphological operations are defined,combining the close operation to eliminate the influence of dark detail noise on water without overstretching the water edge,so that the water edge can be maintained more accurately.Finally,on this basis,the water area can be segmented by gray slice.The experimental results show that the proposed method has higher segmentation accuracy and the average segmentation error is less than 1.43%. 展开更多
关键词 image processing adaptive morphology elliptical structuring elements remote sensing images water segmentation gray slice
下载PDF
Edge detection method for remote sensing image based on morphological variable structuring element 被引量:4
2
作者 YAO Li juan WANG Xiao peng +1 位作者 WANG Wei MA Wen gang 《Journal of Measurement Science and Instrumentation》 CAS CSCD 2018年第3期233-240,共8页
There are problems such as incomplete edges and poor noise suppression when a single fixed morphological structuring element is used to detect the edges in remote sensing images. For this reason, a morphological edge ... There are problems such as incomplete edges and poor noise suppression when a single fixed morphological structuring element is used to detect the edges in remote sensing images. For this reason, a morphological edge detection method for remote sensing image based on variable structuring element is proposed. Firstly, the structuring elements with different scales and multiple directions are constructed according to the diversity of remote sensing imagery targets. In order to suppress the noise of the target background and highlight the edge of the image target in the remote sensing image by adaptive Top hat and Bottom hat transform, the corresponding adaptive morphological operations are constructed based on variable structuring elements; Secondly, adaptive morphological edge detection is used to obtain multiple images with different scales and directional edge features; Finally, the image edges are obtained by weighted summation of each direction edge, and then the least square is used to fit the edges for accurate location of the edge contour of the target. The experimental results show that the proposed method not only can detect the complete edge of remote sensing image, but also has high edge detection accuracy and superior anti-noise performance. Compared with classical edge detection and the morphological edge detection with a fixed single structuring element, the proposed method performs better in edge detection effect, and the accuracy of detection can reach 95 % 展开更多
关键词 edge detection remote sensing image variable structuring element least squares method
下载PDF
Studying the performance of fully encapsulated rock bolts with modified structural elements 被引量:2
3
作者 Jianhang Chen Hongbao Zhao +2 位作者 Fulian He Junwen Zhang Kangming Tao 《International Journal of Coal Science & Technology》 EI CAS CSCD 2021年第1期64-76,共13页
Numerical simulation is a useful tool in investigating the loading performance of rock bolts.The cable structural elements(cableSELs)in FLAC3D are commonly adopted to simulate rock bolts to solve geotechnical issues.I... Numerical simulation is a useful tool in investigating the loading performance of rock bolts.The cable structural elements(cableSELs)in FLAC3D are commonly adopted to simulate rock bolts to solve geotechnical issues.In this study,the bonding performance of the interface between the rock bolt and the grout material was simulated with a two-stage shearing coupling model.Furthermore,the FISH language was used to incorporate this two-stage shear coupling model into FLAC3D to modify the current cableSELs.Comparison was performed between numerical and experimental results to confirm that the numerical approach can properly simulate the loading performance of rock bolts.Based on the modified cableSELs,the influence of the bolt diameter on the performance of rock bolts and the shear stress propagation along the interface between the bolt and the grout were studied.The simulation results indicated that the load transfer capacity of rock bolts rose with the rock bolt diameter apparently.With the bolt diameter increasing,the performance of the rock bolting system was likely to change from the ductile behaviour to the brittle behaviour.Moreover,after the rock bolt was loaded,the position where the maximum shear stress occurred was variable.Specifically,with the continuous loading,it shifted from the rock bolt loaded end to the other end. 展开更多
关键词 Fully encapsulated rock bolts Numerical simulation Structural elements Shear coupling model Interface shear strength
下载PDF
STIFFNESS EQUATION OF FINITE SEGMENT FOR FLEXIBLE BEAM-FORMED STRUCTURAL ELEMENTS
4
作者 Yun Chao Zong Guanghua (Institute of Robotics, Beijing University of Aeronautics and Astronautics Liu Youwu (Tianjin University) 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2000年第1期17-24,共8页
The finite segment modelling for the flexible beam-formed structural elements is presented, in which the discretization views of the finite segment method and the difference from the finite element method are introduc... The finite segment modelling for the flexible beam-formed structural elements is presented, in which the discretization views of the finite segment method and the difference from the finite element method are introduced. In terms of the nodal model, the joint properties are described easily by the model of the finite segment method, and according to the element properties, the assumption of the small strain is only met in the finite segment method, i. e., the geometric nonlinear deformation of the flexible bodies is allowable. Consequently,the finite segment method is very suited to the flexible multibody structure. The finite segment model is used and the are differentiation is adopted for the differential beam segments. The stiffness equation is derived by the use of the principle of virtual work. The new modelling method shows its normalization, clear physical and geometric meanings and simple computational process. 展开更多
关键词 Beam-formed structural element Finite segment Stiffness equation Shape function
下载PDF
Salience adaptive morphological structuring element construction method based on minimum spanning tree
5
作者 YANG Wenting WANG Xiaopeng FANG Chao 《Journal of Measurement Science and Instrumentation》 CAS CSCD 2021年第1期36-43,共8页
Classical mathematical morphology operations use a fixed size and shape structuring element to process the whole image.Due to the diversity of image content and the complexity of target structure,for processed image,i... Classical mathematical morphology operations use a fixed size and shape structuring element to process the whole image.Due to the diversity of image content and the complexity of target structure,for processed image,its shape may be changed and part of the information may be lost.Therefore,we propose a method for constructing salience adaptive morphological structuring elements based on minimum spanning tree(MST).First,the gradient image of the input image is calculated,the edge image is obtained by non-maximum suppression(NMS)of the gradient image,and then chamfer distance transformation is performed on the edge image to obtain a salience map(SM).Second,the radius of structuring element is determined by calculating the maximum and minimum values of SM and then the minimum spanning tree is calculated on the SM.Finally,the radius is used to construct a structuring element whose shape and size adaptively change with the local features of the input image.In addition,the basic morphological operators such as erosion,dilation,opening and closing are redefined using the adaptive structuring elements and then compared with the classical morphological operators.The simulation results show that the proposed method can make full use of the local features of the image and has better processing results in image structure preservation and image filtering. 展开更多
关键词 adaptive structuring element mathematical morphology salience map(SM) minimum spanning tree(MST)
下载PDF
Construction of Structural Elements and Characteristic System of Athletes’Cognitive Ability
6
作者 WU Chuanzhong XU Li +5 位作者 Korobeynikava Lesia QIU Xuhui WANG Yangsong WANG Yongxiang SUN Mengfei GAN Yirun 《Psychology Research》 2022年第5期238-243,共6页
Cognitive ability is important component of competitive ability of athletes,an important content of winning elements in sports,and an important topic of modern sports training and scientific research.These problems wi... Cognitive ability is important component of competitive ability of athletes,an important content of winning elements in sports,and an important topic of modern sports training and scientific research.These problems will restrict the improvement of athletes’cognitive ability and mental level.Based on the theory of psychology,use multiple hierarchical thinking,research cognitive theory of sports and the characteristics of cognitive ability of elite athletes,research the structure element system of cognitive ability,construct a two-level structure model of the cognitive ability of excellent athletes,summarize specific characteristics of the first level elements,and apply psychological cognitive theory to the training of modern Olympic Games mobilization,so as to provide valuable cognitive training,psychological training,and intelligence training for athletes theoretical guidance. 展开更多
关键词 ATHLETE COGNITION cognitive ability structural elements CHARACTERISTICS
下载PDF
Image edge detection based on nonsubsampled contourlet transform and mathematical morphology 被引量:1
7
作者 何坤贤 王庆 +1 位作者 肖彦昌 王晓兵 《Journal of Southeast University(English Edition)》 EI CAS 2012年第4期445-450,共6页
A novel algorithm for image edge detection is presented. This algorithm combines the nonsubsampled contourlet transform and the mathematical morphology. First, the source image is decomposed by the nonsubsampled conto... A novel algorithm for image edge detection is presented. This algorithm combines the nonsubsampled contourlet transform and the mathematical morphology. First, the source image is decomposed by the nonsubsampled contourlet transform into multi-scale and multi-directional subbands. Then the edges in the high-frequency and low-frequency sub-bands are respectively extracted by the dualthreshold modulus maxima method and the mathematical morphology operator. Finally, the edges from the high- frequency and low-frequency sub-bands are integrated to the edges of the source image, which are refined, and isolated points are excluded to achieve the edges of the source image. The simulation results show that the proposed algorithm can effectively suppress noise, eliminate pseudo-edges and overcome the adverse effects caused by uneven illumination to a certain extent. Compared with the traditional methods such as LoG, Sobel, and Carmy operators and the modulus maxima algorithm, the proposed method can maintain sufficient positioning accuracy and edge details, and it can also make an improvement in the completeness, smoothness and clearness of the outline. 展开更多
关键词 image edge detection nonsubsampled contourlet transform NSCT modulus maxima DUAL-THRESHOLD mathematical morphology structural elements
下载PDF
Method for Morphological Filtering in Seismic Data Processing 被引量:5
8
作者 Li Qing Wang Runqiu Huang Wenfeng Zheng Guijuan 《Petroleum Science》 SCIE CAS CSCD 2005年第4期20-29,共10页
A new method is introduced to suppress the noise in seismic data processing. Based on the subtle difference in shape between the noise and the actual signal, we introduce morphologic filtering into seismic data proces... A new method is introduced to suppress the noise in seismic data processing. Based on the subtle difference in shape between the noise and the actual signal, we introduce morphologic filtering into seismic data processing. From the shape and the S/N we can see that the effect of morphologic filtering is superior to other methods like id-value filtering, neighbor average filtering, etc. The SNR of the signal after morphological filtering is comparatively great. In addition, the precision of the seismic data after morphological filtering is high. The characteristics of the actual signal, such as frequency and amplitude, are preserved. We give an example of the real seismic data processing using morphological filtering, in which the actual signal is retained, while the random high intensity noise was removed. 展开更多
关键词 Mathematical morphology seismic data EROSION DILATION OPENING CLOSING structuring element
下载PDF
Application of multi-scaled morphology in denoising seismic data 被引量:7
9
作者 王润秋 李青 张明 《Applied Geophysics》 SCIE CSCD 2008年第3期197-203,共7页
In this paper, multi-scaled morphology is introduced into the digital processing domain for land seismic data. First, we describe the basic theory of multi-scaled morphology image decomposition of exploration seismic ... In this paper, multi-scaled morphology is introduced into the digital processing domain for land seismic data. First, we describe the basic theory of multi-scaled morphology image decomposition of exploration seismic waves; second, we illustrate how to use multi-scaled morphology for seismic data processing using two real examples. The first example demonstrates suppressing the surface waves in pre-stack seismic records using multi-scaled morphology decomposition and reconstitution and the other example demonstrates filtering different interference waves on the seismic record. Multi-scaled morphology filtering separates signal from noise by the detailed differences of the wave shapes. The successful applications suggest that multi-scaled morphology has a promising application in seismic data processing. 展开更多
关键词 Multi-scaled morphology structure element seismic data processing seismic data denoising.
下载PDF
CLT Fabricated with Gmelina arborea and Tectona grandis Wood from Fast-Growth Forest Plantations: Physical and Mechanical Properties 被引量:3
10
作者 Freddy Munoz Carolina Tenorio +1 位作者 Roger Moya Angel Navarro-Mora 《Journal of Renewable Materials》 SCIE EI 2022年第1期1-17,共17页
Fabrication and use of Cross Laminated Timber(CLT)using tropical woods is still limited at present.Therefore objective of the present study aims to determine the possibility of using CLT panels of 3 and 5 layers,fabri... Fabrication and use of Cross Laminated Timber(CLT)using tropical woods is still limited at present.Therefore objective of the present study aims to determine the possibility of using CLT panels of 3 and 5 layers,fabricated withTectona grandis and Gmelina arborea wood using adhesive of isocyanate polymer emulsion system catalyzed with polymeric isocyanate.Delamination,water absorption,density,flexure test,compression and glue-line shear were evaluated using ANSI/APA PRG320-2012 ASTM D198 and ASTM D4761 standard.The results showed that CLT panels of T.grandis presented higher values of density,less water absorption and lower delamination,with no evident differences between the CLT of 3 and 5 layers.The high density of T.grandis resulted in higher values of the mechanical properties.The flatwise and edgewise flexure tests in 5-layer CLT panels of both species pre-sented higher values of bending stiffness compared to those of 3-layer CLT panels.Further the bending stress values in 3-layer CLT panels were higher than for 5-layer CLT panels.As for shear stress in bending flatwise,in both species,3-layer CLT surpassed 5-layer CLT panels,but in the edgewise test no differences were observed.The MOE and Fc in the compression test were superior in relation to the edgewise test.MOE and Fc in compres-sion flatwise in 3-layer CLT was greater than in 5-layer CLT in both species,but edgewise these values were higher in 5-layer CLT panels.The most common failures were stress and delamination in the flexure test,whereas in the compression test these were:shearing,splitting and crushing.In the glue-line shear test no differences were observed between CLT panels of 3 and 5 layers for both species. 展开更多
关键词 Structural elements sustainable material building material tropical wood wood of plantation
下载PDF
Optimal design of structural parameters for shield cutterhead based on fuzzy mathematics and multi-objective genetic algorithm 被引量:12
11
作者 夏毅敏 唐露 +2 位作者 暨智勇 程永亮 卞章括 《Journal of Central South University》 SCIE EI CAS CSCD 2015年第3期937-945,共9页
In order to improve the strength and stiffness of shield cutterhead, the method of fuzzy mathematics theory in combination with the finite element analysis is adopted. An optimal design model of structural parameters ... In order to improve the strength and stiffness of shield cutterhead, the method of fuzzy mathematics theory in combination with the finite element analysis is adopted. An optimal design model of structural parameters for shield cutterhead is formulated,based on the complex engineering technical requirements. In the model, as the objective function of the model is a composite function of the strength and stiffness, the response surface method is applied to formulate the approximate function of objective function in order to reduce the solution scale of optimal problem. A multi-objective genetic algorithm is used to solve the cutterhead structure design problem and the change rule of the stress-strain with various structural parameters as well as their optimal values were researched under specific geological conditions. The results show that compared with original cutterhead structure scheme, the obtained optimal scheme of the cutterhead structure can greatly improve the strength and stiffness of the cutterhead, which can be seen from the reduction of its maximum equivalent stress by 21.2%, that of its maximum deformation by 0.75%, and that of its mass by 1.04%. 展开更多
关键词 shield tunneling machine cutterhead structural parameters fuzzy mathematics finite element optimization
下载PDF
Watershed segmentation based on hierarchical multi-scale modification of morphological gradient 被引量:1
12
作者 WANG Xiao-peng ZHAO Jun-jun +1 位作者 MA Peng YAO Li-juan 《Journal of Measurement Science and Instrumentation》 CAS CSCD 2017年第1期60-67,共8页
Watershed segmentation is sensitive to noises and irregular details within the image,which frequently leads to a serious over-segmentation Linear filtering before watershed segmentation can reduce over-segmentation to... Watershed segmentation is sensitive to noises and irregular details within the image,which frequently leads to a serious over-segmentation Linear filtering before watershed segmentation can reduce over-segmentation to some extent,however,it often causes the position offset of object contours.For the purpose of reducing over-segmentation to preserve the location of object contours,the watershed segmentation based on the hierarchical multi-scale modification of morphological gradient is proposed.Firstly,multi-scale morphological filtering was employed to smooth the original image.Then,the gradient image was divided into multi-levels by the volume of three-dimension topographic relief,where the lower gradient layers were further modifiedby morphological closing with larger-sized structuring-elements,and the higher layers with the smaller one.In this way,most local minimums caused by irregular details and noises can be removed,while region contour positions corresponding to the target area were largely preserved.Finally,morphological watershed algorithm was employed to implement segmentation on the modified gradient image.The experimental results show that the proposed method can greatly reduce the over-segmentation of the watershed and avoid the position offset of the object contours. 展开更多
关键词 watershed segmentation gradient modification hierarchical multi-scale morphological filtering structuring element
下载PDF
Permeability damage micro-mechanisms and stimulation of low-permeability sandstone reservoirs: A case study from Jiyang Depression, Bohai Bay Basin, China 被引量:1
13
作者 ZHANG Shoupeng FANG Zhengwei 《Petroleum Exploration and Development》 2020年第2期374-382,共9页
According to the characteristics of"structural elements"(framework grain,interstitial material and pore throat structure)of low-permeability sandstone reservoir,the"step by step dissolution and separati... According to the characteristics of"structural elements"(framework grain,interstitial material and pore throat structure)of low-permeability sandstone reservoir,the"step by step dissolution and separation"acidification and acid fracturing technology has been developed and tested in field.There are three main mechanisms affecting permeability of low-permeability sandstone reservoir:(1)The mud fillings between the framework grains block the seepage channels.(2)In the process of burial,the products from crystallization caused by changes in salinity and solubility and uneven migration and variation of the syn-sedimentary formation water occupy the pores and throat between grains.(3)Under the action of gradual increase of overburden pressure,the framework grains of the rock is compacted tighter,making the seepage channels turn narrower.The"step by step dissolution and separation"acidification(acid fracturing)technology uses sustained release acid as main acidizing fluid,supramolecular solvent instead of hydrochloric acid to dissolve carbonate,and a composite system of ammonium hydrogen fluoride,fluoroboric acid,and fluorophosphoric acid to dissolve silicate,and dissolving and implementing step by step,finally reaching the goal of increasing porosity and permeability.By using the technology,the main blocking interstitial material can be dissolved effectively and the dissolution residual can be removed from the rock frame,thus expanding the effective drainage radius and increasing production and injection of single well.This technology has been proved effective by field test. 展开更多
关键词 Jiyang Depression low permeability sandstone permeability damage structural element DISSOLUTION separation reservoir stimulation increasing production and injection
下载PDF
Contrastive analysis and crashworthiness optimization of two composite thin-walled structures 被引量:4
14
作者 谢素超 周辉 +1 位作者 梁习锋 任鑫 《Journal of Central South University》 SCIE EI CAS 2014年第11期4386-4394,共9页
For the safety protection of passengers when train crashes occur, special structures are crucially needed as a kind of indispensable energy absorbing device. With the help of the structures, crash kinetic-energy can b... For the safety protection of passengers when train crashes occur, special structures are crucially needed as a kind of indispensable energy absorbing device. With the help of the structures, crash kinetic-energy can be completely absorbed or dissipated for the aim of safety. Two composite structures(circumscribed circle structure and inscribed circle structure) were constructed. In addition, comparison and optimization of the crashworthy characteristic of the two structures were carried out based on the method of explicit finite element analysis(FEA) and Kriging surrogate model. According to the result of Kriging surrogate model, conclusions can be safely drawn that the specific energy absorption(SEA) and ratio of specific energy absorption to initial peak force(REAF) of circumscribed circle structure are lager than those of inscribed circle structure under the same design parameters. In other words, circumscribed circle structure has better performances with higher energy-absorbing ability and lower initial peak force. Besides, error analysis was adopted and the result of which indicates that the Kriging surrogate model has high nonlinear fitting precision. What is more, the SEA and REAF optimum values of the two structures have been obtained through analysis, and the crushing results have been illustrated when the two structures reach optimum SEA and REAF. 展开更多
关键词 contrastive analysis crashworthiness optimization composite structure Kriging surrogate model finite element analysis
下载PDF
PHYSICAL VALUE MAPPING ALGORITHM OF MESH IN FINE CAE ANALYSIS OF AUTOMOBILE BODY STRUCTURE 被引量:2
15
作者 Hu Ping Gong Kejia Bao Yidong 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2005年第3期338-341,共4页
A physical value mapping (PVM) algorithm based on finite element mesh from the stamped part in stamping process to the product is presented, In order to improve the efficiency of the PVM algorithm, a search way from... A physical value mapping (PVM) algorithm based on finite element mesh from the stamped part in stamping process to the product is presented, In order to improve the efficiency of the PVM algorithm, a search way from the mesh of the product to the mesh of the stamped part will be adopted. At the same time, the search process is divided into two steps: entire search (ES) and local search (LS), which improve the searching efficiency. The searching area is enlarged to avoid missing projection elements in ES process. An arc-length method is introduced in LS process. The validity is confirmed by the results of the complex industry-forming product. 展开更多
关键词 Fine CAE analysis of auto body structure Finite element mesh Arc method Physical value mapping
下载PDF
Performance Comparison of Two Meta-Model for the Application to Finite Element Model Updating of Structures 被引量:1
16
作者 Yang Liu De-Jun Wang +1 位作者 Jun Ma Yang Li 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2014年第3期68-78,共11页
To investigate the application of meta-model for finite element( FE) model updating of structures,the performance of two popular meta-model,i. e.,Kriging model and response surface model( RSM),were compared in detail.... To investigate the application of meta-model for finite element( FE) model updating of structures,the performance of two popular meta-model,i. e.,Kriging model and response surface model( RSM),were compared in detail. Firstly,above two kinds of meta-model were introduced briefly. Secondly,some key issues of the application of meta-model to FE model updating of structures were proposed and discussed,and then some advices were presented in order to select a reasonable meta-model for the purpose of updating the FE model of structures. Finally,the procedure of FE model updating based on meta-model was implemented by updating the FE model of a truss bridge model with the measured modal parameters. The results showed that the Kriging model was more proper for FE model updating of complex structures. 展开更多
关键词 finite element model updating of structures META-MODEL kriging model response surface model
下载PDF
NANO-BEARING:THE DESIGN OF A NEW TYPE OF AIR BEARING WITH FLEXURE STRUCTURE 被引量:1
17
作者 KO Pui Hang DU Ruxu 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2007年第5期12-15,共4页
A new type of air bearing with flexure structure is introduced. The new bearing is designed for precision mechanical engineering devices such as mechanical watch movement. The new design uses the flexure structure to ... A new type of air bearing with flexure structure is introduced. The new bearing is designed for precision mechanical engineering devices such as mechanical watch movement. The new design uses the flexure structure to provide 3D damping to absorb shocks from all directions. Two designs are presented: one has 12 T-shape slots in the radian direction while the other has 8 spiral slots in the radian direction. Both designs have flexure mountings on the axial directions. Based on the finite element analysis (FEA), the new bearing can reduce the vibration (displacement) by as much as 8.37% and hence, can better protect the shafts. 展开更多
关键词 Precision engineering Bearing Flexures structure Finite element analysis
下载PDF
A Novel Adaptive Approach to Process Binary Fingerprint Images Using Directional Morphological Operations 被引量:2
18
作者 Jin Qi 《Journal of Electronic Science and Technology of China》 2009年第2期129-131,共3页
An adaptive algorithm for removing false ridges, bridges and filling gaps in binary fingerprint images based on morphological operations is presented. A novel procedure for structuring elements design based on the spe... An adaptive algorithm for removing false ridges, bridges and filling gaps in binary fingerprint images based on morphological operations is presented. A novel procedure for structuring elements design based on the specific fingerprint characteristic is described. Using the images from FVC2000 database, we have compared our method proposed here with the approach proposed by other ones. The Experimental results have demonstrated the efficiency of our method. 展开更多
关键词 Index Terms-Binary fingerprint image interruptedridges morphological operation structure element.
下载PDF
Finite element analysis of dynamic response and structure borne noise of gearbox 被引量:4
19
作者 LIU Wen LIN Teng-jiao LI Run-fang DU Xue-song 《Journal of Chongqing University》 CAS 2007年第2期119-124,共6页
A dynamic finite element method combined with finite element mixed formula for contact problem is used to analyze the dynamic characteristics of gear system. Considering the stiffness excitation, error excitation and ... A dynamic finite element method combined with finite element mixed formula for contact problem is used to analyze the dynamic characteristics of gear system. Considering the stiffness excitation, error excitation and meshing shock excitation, the dynamic finite element model is established for the entire gear system which includes gears, shafts, bearings and gearbox housing. By the software of I-DEAS, the natural frequency, normal mode, dynamic time-domain response, frequency-domain response and one-third octave velocity grade structure borne noise of gear system are studied by the method of theoretical modal analysis and dynamic response analysis. The maximum values of vibration and structure borne noise are occurred at the mesh frequency of output grade gearing. 展开更多
关键词 aear system finite element method: modal analysis response analyses structure borne noise
下载PDF
Fracture Behavior of Epoxy Asphalt Pavement on Steel Bridges based on Optical Fiber Sensing Technology and Numerical Simulation 被引量:1
20
作者 胡靖 钱振东 CHEN Leilei 《Journal of Wuhan University of Technology(Materials Science)》 SCIE EI CAS 2014年第4期858-862,共5页
The distributed optical fiber sensing technology was used to investigate the fracture behavior of the Epoxy Asphalt Mixture. The spatial distribution and variation of the strain development with crack propagation were... The distributed optical fiber sensing technology was used to investigate the fracture behavior of the Epoxy Asphalt Mixture. The spatial distribution and variation of the strain development with crack propagation were acquired using the brillouin optical time-domain reflectometer through the loading experiments of the composite beam structure. In addition, a finite element model of the composite beam structure was developed to analyze the mechanical responses of the epoxy asphalt mixture using the extended finite element method. The experimental results show that the development of crack propagation becomes instable with the increase of the load, and larger loads will generate deeper cracks. Moreover, the numerical results show that the mechanical response of the crack tip changes with the crack propagation, and the worst areas that subjected to crack damage are located on both sides of the composite beam structure. 展开更多
关键词 epoxy asphalt mixture composite beam structure distributed optical fi ber extended fi nite element method
下载PDF
上一页 1 2 3 下一页 到第
使用帮助 返回顶部