期刊文献+
共找到238篇文章
< 1 2 12 >
每页显示 20 50 100
Performances Analysis and Developmental Strategy of Hexi Cashmere Goats
1
作者 SUN Xiao-ping LIU Jian-bin YANG Bo-hui LANG Xia 《Animal Husbandry and Feed Science》 CAS 2010年第4期4-7,10,共5页
The productive performances of Hexi cashmere goats for breeding nucleus groups and producing groups in different production areas were reviewed. At the same time, the productive performances were analyzed. Moreover, t... The productive performances of Hexi cashmere goats for breeding nucleus groups and producing groups in different production areas were reviewed. At the same time, the productive performances were analyzed. Moreover, the existing problems and solving methods were put forward. In addition, the Hexi cashmere goats was an ancient and native breed, and it was necessary to further improve its productive performance to protect and utilize the breed resource effectively. 展开更多
关键词 Hexi cashmere goats Ecological zones Productive performance analysis Developmental strategy
在线阅读 下载PDF
Comparative Analysis of the Measured and Simulated Performances of a Grid-Connected Photovoltaic Power Plant
2
作者 Mourad Benfares Sanae Janati Edrissi +3 位作者 Mohammed Benbrahim Izeddine Zorkani Anouar Jorio Ali Didi Seddik 《Fluid Dynamics & Materials Processing》 EI 2022年第6期1805-1813,共9页
The present study comparing actual data and simulated parameters was carried out using the PVsyst software for a 5.94 KWp grid-connected photovoltaic system,consisting of three types of mono-Si(2.04 KWp),poly-Si(2.04 ... The present study comparing actual data and simulated parameters was carried out using the PVsyst software for a 5.94 KWp grid-connected photovoltaic system,consisting of three types of mono-Si(2.04 KWp),poly-Si(2.04 KWp)and amorphous-Si(1.86 KWp)photovoltaic panels and a weather station.The research is based on data collected for one year(2020)of energy production Simulations were performed using long-term meteorological data generated by NASA and on-site measurement.A comparison of evaluated monthly and annually performance elements has also been considered:Eac,PR,FC.As shown by the results,each photovoltaic technology has certain advantages in different weather conditions.The uncertainties of the PVSyst software used to estimate the output of the photovoltaic installation have also been critically examined. 展开更多
关键词 PV technologies simulation PRODUCTIVITY performance analysis
在线阅读 下载PDF
Design and Performance Analysis of a Small-Sized Underwater Glider with Integrated Buoyancy-Driven and Attitude Adjustment Mechanism
3
作者 WANG Hai-quan FAN Shuang-shuang +5 位作者 WANG Tian-lin LI Peng-hao MI De-yuan YANG Shuo ZHANG Shi-he BA Jin-xing 《China Ocean Engineering》 2025年第6期985-1000,共16页
Underwater Gliders(UGs)have emerged as vital instruments in marine research,offering distinct advantages including low operational costs,extended range capabilities,and superior durability.Traditional UGs,however,face... Underwater Gliders(UGs)have emerged as vital instruments in marine research,offering distinct advantages including low operational costs,extended range capabilities,and superior durability.Traditional UGs,however,face limitations due to their substantial size,weight,cost,and deployment complexity.Moreover,the conventional oil pump method for buoyancy adjustment exhibits slow response times,resulting in increased unsteady gliding depth ratios.These constraints limit their application in shallow water environments such as ports,coastal waters,and inland water bodies.This paper presents the TL-200,a small-sized underwater glider that incorporates an integrated buoyancy-driven and attitude adjustment mechanism.Through the implementation of an innovative buoyancy drive unit,the TL-200 achieves enhanced buoyancy regulation response while maintaining a simplified structure compared to conventional gliders.A dynamic model for the TL-200 was developed and validated through comparative analysis of numerical results and experimental data.Utilizing this dynamic model,motion simulations were conducted to examine the influence of metacentric height on motion parameters.Additionally,the study evaluated the gliding efficiency and energy consumption of the TL-200 under varying buoyancy adjustments.The findings demonstrate the effectiveness of this small-sized underwater glider's integrated buoyancy-driven and attitude adjustment mechanism. 展开更多
关键词 underwater glider buoyancy-driven attitude adjustment dynamic model motion performance analysis
在线阅读 下载PDF
Integrated Sensing and Communication Enabled Sensing Base Station:System Design,Beamforming,Interference Cancellation and Performance Analysis
4
作者 Jiang Wangjun Wei Zhiqing +1 位作者 Feng Zhiyong Chen Xu 《China Communications》 2025年第1期111-127,共17页
This paper studies the sensing base station(SBS)that has great potential to improve the safety of vehicles and pedestrians on roads.SBS can detect the targets on the road with communication signals using the integrate... This paper studies the sensing base station(SBS)that has great potential to improve the safety of vehicles and pedestrians on roads.SBS can detect the targets on the road with communication signals using the integrated sensing and communication(ISAC)technique.Compared with vehicle-mounted radar,SBS has a better sensing field due to its higher deployment position,which can help solve the problem of sensing blind areas.In this paper,key technologies of SBS are studied,including the beamforming algorithm,beam scanning scheme,and interference cancellation algorithm.To transmit and receive ISAC signals simultaneously,a double-coupling antenna array is applied.The free detection beam and directional communication beam are proposed for joint communication and sensing to meet the requirements of beamwidth and pointing directions.The joint timespace-frequency domain division multiple access algorithm is proposed to cancel the interference of SBS,including multiuser interference and duplex interference between sensing and communication.Finally,the sensing and communication performance of SBS under the industrial scientific medical power limitation is analyzed and simulated.Simulation results show that the communication rate of SBS can reach over 100 Mbps and the range of sensing and communication can reach about 500 m. 展开更多
关键词 BEAMFORMING integrated sensing and communication(ISAC) interference cancellation performance analysis sensing base station
在线阅读 下载PDF
Analysis and Prediction of Real-Time Memory and Processor Usage Using Artificial Intelligence(AI)
5
作者 Kadriye Simsek Alan Ayca Durgut Helin Doga Demirel 《Journal on Artificial Intelligence》 2025年第1期397-415,共19页
Efficient utilization of processor and memory resources is essential for sustaining performance and energy efficiency in modern computing infrastructures.While earlier research has emphasized CPU utilization forecasti... Efficient utilization of processor and memory resources is essential for sustaining performance and energy efficiency in modern computing infrastructures.While earlier research has emphasized CPU utilization forecasting,joint prediction of CPU and memory usage under real workload conditions remains underexplored.This study introduces a machine learning–based framework for real-time prediction of CPU and RAM utilization using the Google Cluster Trace 2019 v3 dataset.The framework combines Extreme Gradient Boosting(XGBoost)with a MultiOutputRegressor(MOR)to capture nonlinear interactions across multiple resource dimensions,supported by a leakage-safe imputation strategy that prevents bias frommissing values.Nested cross-validation was employed to ensure rigorous evaluation and reproducibility.Experiments demonstrated that memory usage can be predicted with higher accuracy and stability than processor usage.Residual error analysis revealed balanced error distributions and very low outlier rates,while regime-based evaluations confirmed robustness across both low and high utilization scenarios.Feature ablation consistently highlighted the central role of page cache memory,which significantly affected predictive performance for both CPU and RAM.Comparisons with baseline models such as linear regression and random forest further underscored the superiority of the proposed approach.To assess adaptability,an online prequential learning pipeline was deployed to simulate continuous operation.The system preserved offline accuracy while dynamically adapting to workload changes.It achieved stable performance with extremely low update latencies,confirming feasibility for deployment in environments where responsiveness and scalability are critical.Overall,the findings demonstrate that simultaneous modeling of CPU and RAM utilization enhances forecasting accuracy and provides actionable insights for cache management,workload scheduling,and dynamic resource allocation.By bridging offline evaluation with online adaptability,the proposed framework offers a practical solution for intelligent and sustainable cloud resource management. 展开更多
关键词 Machine learning artificial intelligence(AI) random access memory(RAM) central processing unit(CPU) performance analysis
在线阅读 下载PDF
Analysis of auxiliary antenna array effect on performance of wideband noncooperative interference cancellation
6
作者 LI Zheyu LI Yaxing +3 位作者 WANG Ze LIANG Jiaqi HE Fangmin MENG Jin 《Journal of Systems Engineering and Electronics》 2025年第5期1188-1201,共14页
In wideband noncooperative interference cancellation,the reference signals obtained through auxiliary antennas are weighted to cancel with the interference signal.The correlation between the reference signal and the i... In wideband noncooperative interference cancellation,the reference signals obtained through auxiliary antennas are weighted to cancel with the interference signal.The correlation between the reference signal and the interference signal determines interference cancellation performance,while the auxiliary antenna array affects the correlation by influencing the amplitude and phase of the reference signals.This paper analyzes the effect of auxiliary antenna array on multiple performances of wideband noncooperative interference cancellation.Firstly,the array received signal model of wideband interference is established,and the weight vector coupled with the auxiliary antennas array manifold is solved by spectral analysis and eigen-subspace decomposition.Then,multiple performances which include cancellation resolution,grating null,wideband interference cancellation ratio(ICR),and convergence rate are quantitatively characterized with the auxiliary antenna array.It is obtained through analysis that the performances mutually restrict the auxiliary antenna array.Higher cancellation resolution requires larger array aperture,but when the number of auxiliary antennas is fixed,larger array aperture results in more grating nulls.When the auxiliary antennas are closer to the main antenna,the wideband ICR is improved,but the convergence rate is reduced.The conclusions are verified through simulation of one-dimensional uniform array and two-dimensional nonuniform array.The experiments of three arrays are compared,and the results conform well with simulation and support the theoretical analysis. 展开更多
关键词 auxiliary antenna array noncooperative interference cancellation wideband interference performance analysis
在线阅读 下载PDF
SIMULATION AND PERFORMANCE ANALYSIS OF NETWORK ON CHIP ARCHITECTURES 被引量:1
7
作者 葛芬 吴宁 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI 2010年第4期326-332,共7页
The network on chip(NoC)is used as a solution for the communication problems in a complex system on chip(SoC)design.To further enhance performances,the NoC architectures,a high level modeling and an evaluation met... The network on chip(NoC)is used as a solution for the communication problems in a complex system on chip(SoC)design.To further enhance performances,the NoC architectures,a high level modeling and an evaluation method based on OPNET are proposed to analyze their performances on different injection rates and traffic patterns.Simulation results for general NoC in terms of the average latency and the throughput are analyzed and used as a guideline to make appropriate choices for a given application.Finally,a MPEG4 decoder is mapped on different NoC architectures.Results prove the effectiveness of the evaluation method. 展开更多
关键词 microprocessor chips ARCHITECTURE network on chip system on chip performance analysis
在线阅读 下载PDF
Initial Pre-stress Finding and Structural Behaviors Analysis of Cable Net Based on Linear Adjustment Theory 被引量:4
8
作者 任涛 陈务军 付功义 《Journal of Shanghai Jiaotong university(Science)》 EI 2008年第2期155-160,共6页
The tensile cable-strut structure is a self-equilibrate pre-stressed system.The initial pre-stress cal- culation is the fundamental structural analysis.A new numerical procedure was developed.The force density method ... The tensile cable-strut structure is a self-equilibrate pre-stressed system.The initial pre-stress cal- culation is the fundamental structural analysis.A new numerical procedure was developed.The force density method is the cornerstone of analytical formula,and then introduced into linear adjustment theory;the least square least norm solution,the optimized initial pre-stress,is yielded.The initial pre-stress and structural performances of a particular single-layer saddle-shaped cable-net structure were analyzed with the developed method,which is proved to be efficient and correct.The modal analyses were performed with respect to various pre-stress levels.Finally,the structural performances were investigated comprehensively. 展开更多
关键词 linear adjustment theory tensile cable-net structure initial pre-stress single-layer saddle-shaped cable net structural performances analysis
在线阅读 下载PDF
A FLEXIBLE SIMULATION TOOL FOR PERFORMANCE ANALYSIS
9
作者 舒炎泰 张平 +3 位作者 张燕 费亚中 贾明珠 金志刚 《Transactions of Tianjin University》 EI CAS 1996年第2期37+33-36,共5页
This paper presents RTSS simulation software with the capability for graphical model building and animation display. The RTSS simulation software consists of three separated parts: the simulation kernel, the model bui... This paper presents RTSS simulation software with the capability for graphical model building and animation display. The RTSS simulation software consists of three separated parts: the simulation kernel, the model building program and the result post processing program. The RTSS may run in the client/server mode. The main features of the RTSS software are more modular, more flexible and easier to upgrade. RTSS is built on object oriented technology, so it has more flexibility. The RTSS model of a system is an open queueing network. For modeling various data acquisition systems, communication networks and flexible manufacturing systems at different abstraction levels, RTSS has proven to be an extremely useful tool for performance analysis. 展开更多
关键词 SIMULATION performance analysis QUEUEING
在线阅读 下载PDF
Performance analysis in 3G/ad hoc integrated network
10
作者 李旭杰 沈连丰 《Journal of Southeast University(English Edition)》 EI CAS 2011年第3期233-238,共6页
An analytical approach to evaluate the performance of the 3G/ad hoc integrated network is presented. A channel model capturing both path loss and shadowing is applied to the analysis so as to characterize power fallof... An analytical approach to evaluate the performance of the 3G/ad hoc integrated network is presented. A channel model capturing both path loss and shadowing is applied to the analysis so as to characterize power falloff vs. distance. The 3G/ad hoc integrated network scenario model is introduced briefly. Based on this model, several performances of the 3G/ ad hoc integrated network in terms of outage probability, call dropping probability and new call blocking probability are evaluated. The corresponding performance formulae are deduced in accordance with the analytical models. Meanwhile, the formula of the 3G/ad hoc integrated network capacity is deduced on the basis of the formula of the outage probability. It is observed from extensive simulation and numerical analysis that the 3G/ad hoc integrated network remarkably outperforms the 3G network with regards to the network performance. This derived evaluation approach can be applied into planning and optimization of the 3G/ad hoc network. 展开更多
关键词 performance analysis 3G network ad hoc network integrated network
在线阅读 下载PDF
Joint TDOA, FDOA and differential Doppler rate estimation: Method and its performance analysis 被引量:20
11
作者 Dexiu HU Zhen HUANG +1 位作者 Shangyu ZHANG Jianhua LU 《Chinese Journal of Aeronautics》 SCIE EI CAS CSCD 2018年第1期137-147,共11页
Considering the estimation accuracy reduction of Frequency Difference of Arrival (FDOA) caused by relative Doppler companding, a joint Time Difference of Arrival (TDOA), FDOA and differential Doppler rate estimati... Considering the estimation accuracy reduction of Frequency Difference of Arrival (FDOA) caused by relative Doppler companding, a joint Time Difference of Arrival (TDOA), FDOA and differential Doppler rate estimation method is proposed and its Cramer-Rao low bound is derived in this paper. Firstly, second-order ambiguity function is utilized to reduce the dimensionality and estimate initial TDOA and differential Doppler rate. Secondly, the TDOA estimation is updated and FDOA is obtained using cross ambiguity function, in which relative Doppler com- panding is compensated by the existing differential Doppler rate. Thirdly, differential Doppler rate estimation is updated using cross estimator. Theoretical analysis on estimation variance and Cramer-Rao low bound shows that the final estimation of TDOA, FDOA and differential Doppler rate performs well at both low and high signal-noise ratio, although the initial estimation accuracy of TDOA and differential Doppler rate is relatively poor under low signal-noise ratio conditions. Simulation results finally verify the theoretical analysis and show that the proposed method can overcome relative Doppler companding problem and performs well for all TDOA, FDOA and differential Doppler rate estimation. 展开更多
关键词 Differential Doppler rate Frequency difference of arrival Passive location Performance analysis Time difference of arrival
原文传递
PERFORMANCE ANALYSIS AND KINEMATIC DESIGN OF PURE TRANSLATIONAL PARALLEL MECHANISM WITH VERTICAL GUIDE-WAYS 被引量:10
12
作者 LI Jianfeng WANG Xinhua +2 位作者 FEI Renyuan LIU Dezhong FAN Jinhong 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2006年第2期300-306,共7页
Performance analysis and kinematic design of the 3-PUU pure translational parallel mechanism with vertical guide-ways are investigated. Two novel performance indices, the critical slider stroke and the main section ar... Performance analysis and kinematic design of the 3-PUU pure translational parallel mechanism with vertical guide-ways are investigated. Two novel performance indices, the critical slider stroke and the main section area of workspace, are defined; The expressions of two other indices, i.e. the global dexterity and global force transfer ratio are revised based on the main section of workspace. Using these indices, performance changes versus the varieties of dimensional parameters of mechanism are investigated in detail and the graphic descriptions of change tendencies of the performance indices are illustrated. By means of these obtained graphic descriptions, kinematic parameters for the 3-PUU pure translational parallel mechanism with better characteristics can be directly acquired. 展开更多
关键词 3-PUU pure translational parallel mechanism Vertical guide-way Performance analysis Kinematic design
在线阅读 下载PDF
Power Allocation and Performance Analysis of the Collaborative NOMA Assisted Relaying Systems in 5G 被引量:8
13
作者 Xin Liu Xianbin Wang Yanan Liu 《China Communications》 SCIE CSCD 2017年第1期50-60,共11页
Serving multiple cell-edge mobile terminals poses multifaceted challenges due to the increased transmission power and interferences, which could be overcome by relay communications. With the recent advancement of 5G t... Serving multiple cell-edge mobile terminals poses multifaceted challenges due to the increased transmission power and interferences, which could be overcome by relay communications. With the recent advancement of 5G technologies, non-orthogonal multiple access(NOMA) has been used at relay node to transmit multiple messages simultaneously to multiple cell-edge users. In this paper, a Collaborative NOMA Assisted Relaying(CNAR) system for 5G is proposed by enabling the collaboration of source-relay(S-R) and relay-destination(R-D) NOMA links. The relay node of the CNAR decodes the message for itself from S-R NOMA signal and transmits the remaining messages to the multiple cell-edge users in R-D link. A simplified-CNAR(S-CNAR) system is then developed to reduce the relay complexity. The outage probabilities for both systems are analyzed by considering outage behaviors in S-R and R-D links separately. To guarantee the data rate, the optimal power allocation among NOMA users is achieved by minimizing the outage probability. The ergodic sum capacity in high SNR regime is also approximated. Our mathematical analysis and simulation results show that CNAR system outperforms existing transmission strategies and S-CNAR reaches similar performance with much lower complexity. 展开更多
关键词 5G NOMA RELAYING performance analysis power allocation
在线阅读 下载PDF
Non-linear performance analysis and voltage control of MFC based on feedforward fuzzy logic PID strategy 被引量:9
14
作者 LUO Qing-zhu AN Ai-min +1 位作者 ZHANG Hao-chen MENG Fan-cheng 《Journal of Central South University》 SCIE EI CAS CSCD 2019年第12期3359-3371,共13页
Microbial fuel cell(MFC)is a kind of promising clean power supply energy equipment,but serious nonlinearities and disturbances exist when the MFC runs,and it is an important topic to guarantee that the output voltage ... Microbial fuel cell(MFC)is a kind of promising clean power supply energy equipment,but serious nonlinearities and disturbances exist when the MFC runs,and it is an important topic to guarantee that the output voltage reaches the setting value quickly and smoothly.Regulating the feeding flow is an effective way to achieve this goal,and especially,the satisfactory results can be achieved by regulating anode feeding flow.In this work,a feedforward fuzzy logic PID algorithm is proposed.The fuzzy logic system is introduced to deal with the non-linear dynamics of MFC,and corresponding PID parameters are calculated according to defuzzification.The magnitude value of the current density is used to simulate the value of the external load.The simulation results indicate that the MFC output voltage can track the setting value quickly and smoothly with the proposed feedforward fuzzy logic PID algorithm.The proposed algorithm is more efficient and robust with respect to anti-disturbance performance and tracking accuracy than other three control methods. 展开更多
关键词 microbial fuel cell feedforward fuzzy logic PID nonlinear performance analysis output voltage tracking
在线阅读 下载PDF
Benefits Analysis of Beam Hopping in Satellite Mobile System with Unevenly Distributed Traffic 被引量:8
15
作者 Yitao Li Zhongqiang Luo +1 位作者 Wuyang Zhou Jinkang Zhu 《China Communications》 SCIE CSCD 2021年第9期11-23,共13页
Satellite mobile system and space-airground integrated network have a prominent superiority in global coverage which plays a critical role in remote and non-land regions, as well as emergency communications. However, ... Satellite mobile system and space-airground integrated network have a prominent superiority in global coverage which plays a critical role in remote and non-land regions, as well as emergency communications. However, due to the gradual angle attenuations of the satellite antennas, it is difficult to achieve full frequency multiplex among different beams as terrestrial 5G network. Multi-color frequency reuse is widely adopted in both academic and industry. Beam hopping scheme has attracted the attention of researchers recently due to the allocation flexibility. In this paper, we focus on analyzing the performance benefits of beam hopping compared with multi-color frequency reuse scheme in non-uniform user and traffic distributions in satellite system. Aerial networks are also introduced to form a space-airground integrated network for coverage enhancement,and the capacity improvement is analyzed. Besides,additional improved techniques are provided to make comprehensive analysis and comparisons. Theoretical analysis and simulation results indicate that the beam hopping scheme has a prominent superiority in the system capacity compared with the traditional multicolor frequency reuse scheme in both satellite mobile system and future space-air-ground integrated network. 展开更多
关键词 satellite communication space-air-ground integrated network beam hopping unevenly distributed traffic performance analysis
在线阅读 下载PDF
Performance analysis and optimal design for well patterns in anisotropic formations 被引量:6
16
作者 Liu Yuetian 《Petroleum Science》 SCIE CAS CSCD 2008年第3期251-257,共7页
The mechanism of the effects of anisotropic permeability on well patterns and reservoir development are investigated by coordinate transformation, fluid flow analysis, and reservoir development concepts. Anisotropy of... The mechanism of the effects of anisotropic permeability on well patterns and reservoir development are investigated by coordinate transformation, fluid flow analysis, and reservoir development concepts. Anisotropy of permeability has reconstructive effects on well patterns. The originally designed flooding units are broken up, and new pattern units are made up of the wells that belong to different original units. The behavior possesses strong randomness, and leads to a complicated relationship among the injection and production wells, and unpredictable productivity of the formations. To prevent the break-up of well patterns, well lines should be either parallel or perpendicular to the maximum principal direction of the anisotropic permeability (i.e. the fracture direction). To optimize the development effects ofanisotropic formations, the latitudinal and longitudinal well spacing of the well network are calculated from the principal values of the anisotropic permeability. 展开更多
关键词 Fractured reservoir anisotropic permeability performance analysis well pattern design
原文传递
Performability analysis of avionics system with multilayer HM/FM using stochastic Petri nets 被引量:4
17
作者 Wan Jianxiong Xiang Xudong +3 位作者 Bai Xiaoying Lin Chuang Kong Xiangzhen Li Jianxiang 《Chinese Journal of Aeronautics》 SCIE EI CAS CSCD 2013年第2期363-377,共15页
The integrated modular avionics (IMA) architecture is an open standard in avionics industry, in which the number of functionalities implemented by software is greater than ever before. In the IMA architecture, the r... The integrated modular avionics (IMA) architecture is an open standard in avionics industry, in which the number of functionalities implemented by software is greater than ever before. In the IMA architecture, the reliability of the avionics system is highly affected by the software applications. In order to enhance the fault tolerance feature with regard to software application failures, many industrial standards propose a layered health monitoring/fault management (HM/FM) scheme to periodically check the health status of software application processes and recover the malfunctioning software process whenever an error is located. In this paper, we make an analytical study of the HM/FM system for avionics application software. We use the stochastic Petri nets (SPN) to build a formal model of each component and present a method to combine the components together to form a complete system model with respect to three interlayer query strategies. We further investigate the effectiveness of these strategies in an illustrative system. 展开更多
关键词 Health monitoring/fault management system Integrated modular avionics MULTILAYER Performability analysis Stochastic Petri nets
原文传递
An integrated preforming-performance model for high-fidelity performance analysis of cured woven composite part with non-orthogonal yarn angles 被引量:4
18
作者 Biao LIANG Sasa GAO Weizhao ZHANG 《Chinese Journal of Aeronautics》 SCIE EI CAS CSCD 2022年第6期367-378,共12页
Preforming process would change yarn angle and yarn orientation,its influence on the material properties and material orientations needs to be considered in the performance analysis.However,most current performance mo... Preforming process would change yarn angle and yarn orientation,its influence on the material properties and material orientations needs to be considered in the performance analysis.However,most current performance models fail to account for the preforming effect.An integrated performance model accounting for the impact of preforming has been developed.In this integrated model,part geometry,yarn angle and orientation after preforming of multiple prepreg layers are predicted by Finite Element Analysis(FEA)using a non-orthogonal constitutive law.Experiments were conducted to validate the preforming simulation for a single dome composites structure made by two prepreg layers with different initial fiber orientations.Performance analysis until failure was then conducted for the single dome structure to validate the integrated performance model.Comparison between simulation and experiment shows that not only the failure mode and failure zone,but also the force-displacement curve during compression process are captured correctly by the performance model,demonstrating the effectiveness of the newly proposed model in accounting for the impact of preforming process. 展开更多
关键词 Mechanical properties Non-orthogonal model Performance analysis Woven composites Yarn angle
原文传递
Worldwide rapeseed (Brassica napus L.) research:A bibliometric analysis during 2011–2021 被引量:5
19
作者 Qian Zheng Kede Liu 《Oil Crop Science》 CSCD 2022年第4期157-165,共9页
Rapeseed(Brassica napus L.) is the world?s second produced oilseed and accounts for nearly 12% of world major vegetable oil production.For the last 10 years,the production,planting area,and yield of rapeseed have been... Rapeseed(Brassica napus L.) is the world?s second produced oilseed and accounts for nearly 12% of world major vegetable oil production.For the last 10 years,the production,planting area,and yield of rapeseed have been stable,with improvement of seed quality and especially seed oil content.This paper presented the worldwide rapeseed research by using the bibliometric analysis of papers published during the period 2011–2021.In total,7617 articles and reviews were included in this analysis.Our results showed that the global publication on rapeseed increased substantially in the past 11 years,and the number of publications of China grew significantly in particular.China was the largest contributor to rapeseed research with higher H-index value and number of citations compared to the other countries.China also had the largest number of leading universities and institutions,of which Huazhong Agricultural University was the most productive.The scientific mapping including co-authorship network of countries/regions and authors,and co-occurrence network of author keywords were analyzed using VOSviewer software.The most common rapeseed research topics included oil,rapeseed meal,yield,biodiesel,fatty acids,salt stress,and proteins,while the current research focused on topics such as:abiotic stress,evolution,expression analysis,phylogenetic analysis,heterosis,polyploidy,and transcriptomics.This paper depicts the knowledge structure of current global rapeseed research that may help direct the future studies for relevant researchers. 展开更多
关键词 RAPESEED Brassica napus L. Bibliometric analysis Performance analysis Scientific mapping
在线阅读 下载PDF
Analysis of the sealing performance of combined sealing structure under deep-sea high pressure environment 被引量:5
20
作者 JIN Yong-ping YI Pan +1 位作者 PENG You-duo WAN Bu-yan 《Marine Science Bulletin》 CAS 2019年第2期36-56,共21页
For the requirement of safe and stable operation,the combined sealing structure was used for reciprocating motion in the deep sea high-pressure environment,and the effects of different seawater depths and shaft moveme... For the requirement of safe and stable operation,the combined sealing structure was used for reciprocating motion in the deep sea high-pressure environment,and the effects of different seawater depths and shaft movement speed on the sealing performance of the combined sealing structure were studied.The change rule of the sealing performance of the combined sealing structure of reciprocating motion under different working conditions is proved.The study shows that in the combined sealing structure of reciprocating movement,the Von Mises stress and the contact stress of the O-ring varies with the direction of the shaft movement.The Von Mises stress and contact stress of the O-ring,the Von Mises stress and the contact stress on each sealing lip of the slip ring gradually increase with the increasing of seawater depths.At the same time,the Von Mises stress of the O-ring which in the process of the shaft upward movement is greater than the shaft downward movement,making the shaft upward movement more likely to cause the O-ring relaxation and fatigue.The shaft movement speed has no significant influence on the Von Mises stress and contact stress of the O-ring.The research results provide theoretical guidance and technical support for the selection and optimization of the geometrical parameters of the combined sealing structure in the deep-sea high-pressure environment. 展开更多
关键词 deep sea high-pressure environment combined sealing structure performance analysis
在线阅读 下载PDF
上一页 1 2 12 下一页 到第
使用帮助 返回顶部