Home / Advanced Search

  • Title/Keywords

  • Author/Affliations

  • Journal

  • Article Type

  • Start Year

  • End Year

Update SearchingClear
  • Articles
  • Online
Search Results (155)
  • Open Access

    ARTICLE

    Improved Strategy of Grid-Forming Virtual Synchronous Generator Based on Transient Damping

    Lei Zhang1, Rongliang Shi1,2,*, Junhui Li2, Yannan Yu1, Yu Zhang1

    Energy Engineering, Vol.121, No.11, pp. 3181-3197, 2024, DOI:10.32604/ee.2024.054485 - 21 October 2024

    Abstract The grid-forming virtual synchronous generator (GFVSG) not only employs a first-order low-pass filter for virtual inertia control but also introduces grid-connected active power (GCAP) dynamic oscillation issues, akin to those observed in traditional synchronous generators. In response to this, an improved strategy for lead-lag filter based GFVSG (LLF-GFVSG) is presented in this article. Firstly, the grid-connected circuit structure and control principle of typical GFVSG are described, and a closed-loop small-signal model for GCAP in GFVSG is established. The causes of GCAP dynamic oscillation of GFVSG under the disturbances of active power command as well as More >

  • Open Access

    ARTICLE

    Towards Improving the Quality of Requirement and Testing Process in Agile Software Development: An Empirical Study

    Irum Ilays1, Yaser Hafeez1,*, Nabil Almashfi2, Sadia Ali1, Mamoona Humayun3,*, Muhammad Aqib1, Ghadah Alwakid4

    CMC-Computers, Materials & Continua, Vol.80, No.3, pp. 3761-3784, 2024, DOI:10.32604/cmc.2024.053830 - 12 September 2024

    Abstract Software testing is a critical phase due to misconceptions about ambiguities in the requirements during specification, which affect the testing process. Therefore, it is difficult to identify all faults in software. As requirement changes continuously, it increases the irrelevancy and redundancy during testing. Due to these challenges; fault detection capability decreases and there arises a need to improve the testing process, which is based on changes in requirements specification. In this research, we have developed a model to resolve testing challenges through requirement prioritization and prediction in an agile-based environment. The research objective is to… More >

  • Open Access

    ARTICLE

    Investigation of the Damping Abilities of Sheep Wool Reinforced Expanded Polystyrene Core Layer Composites at Different Energies

    İbrahim Yavuz1,*, Ercan Şimşir1, Kenan Budak2

    Journal of Polymer Materials, Vol.41, No.1, pp. 1-14, 2024, DOI:10.32604/jpm.2024.052279 - 21 June 2024

    Abstract In this study, natural fiber reinforced polymer foam core layered composites were produced for the automotive industry. Sheep wool was used as natural fiber. Polymer foam with a single layer XPS foam structure was used as the core material. XPS foams and fibers are bonded to the upper and lower sides of the foams with the help of resin. Samples were produced with one and two layers on both sides, with a total of two and four layers. Production was carried out using the vacuum bagging method using the manual laying method. After the production More >

  • Open Access

    ARTICLE

    Fault Diagnosis Method of Energy Storage Unit of Circuit Breakers Based on EWT-ISSA-BP

    Tengfei Li1, Wenhui Zhang1, Ke Mi1, Qingming Lin1, Shuangwei Zhao2,*, Jiayi Song2

    Energy Engineering, Vol.121, No.7, pp. 1991-2007, 2024, DOI:10.32604/ee.2024.049460 - 11 June 2024

    Abstract Aiming at the problem of energy storage unit failure in the spring operating mechanism of low voltage circuit breakers (LVCBs). A fault diagnosis algorithm based on an improved Sparrow Search Algorithm (ISSA) optimized Backpropagation Neural Network (BPNN) is proposed to improve the operational safety of LVCB. Taking the 1.5kV/4000A/75kA LVCB as an example. According to the current operating characteristics of the energy storage motor, fault characteristics are extracted based on Empirical Wavelet Transform (EWT). Traditional BPNN has problems such as difficulty adjusting network weights and thresholds, being sensitive to initial weights, and quickly falling into More >

  • Open Access

    ARTICLE

    An Experimental and Numerical Thermal Flow Analysis in a Solar Air Collector with Different Delta Wing Height Ratios

    Ghobad Shafiei Sabet1,*, Ali Sari1, Ahmad Fakhari2,*, Nasrin Afsarimanesh3, Dominic Organ4, Seyed Mehran Hoseini1

    Frontiers in Heat and Mass Transfer, Vol.22, No.2, pp. 491-509, 2024, DOI:10.32604/fhmt.2024.048290 - 20 May 2024

    Abstract This study conducts both numerical and empirical assessments of thermal transfer and fluid flow characteristics in a Solar Air Collector (SAC) using a Delta Wing Vortex Generator (DWVG), and the effects of different height ratios (R = 0.6, 0.8, 1, 1.2 and 1.4) in delta wing vortex generators, which were not considered in the earlier studies, are investigated. Energy and exergy analyses are performed to gain maximum efficiency. The Reynolds number based on the outlet velocity and hydraulic diameter falls between 4400 and 22000, corresponding to the volume flow rate of 5.21–26.07 m/h. It is More >

  • Open Access

    ARTICLE

    Static Analysis Techniques for Fixing Software Defects in MPI-Based Parallel Programs

    Norah Abdullah Al-Johany1,*, Sanaa Abdullah Sharaf1,2, Fathy Elbouraey Eassa1,2, Reem Abdulaziz Alnanih1,2,*

    CMC-Computers, Materials & Continua, Vol.79, No.2, pp. 3139-3173, 2024, DOI:10.32604/cmc.2024.047392 - 15 May 2024

    Abstract The Message Passing Interface (MPI) is a widely accepted standard for parallel computing on distributed memory systems. However, MPI implementations can contain defects that impact the reliability and performance of parallel applications. Detecting and correcting these defects is crucial, yet there is a lack of published models specifically designed for correcting MPI defects. To address this, we propose a model for detecting and correcting MPI defects (DC_MPI), which aims to detect and correct defects in various types of MPI communication, including blocking point-to-point (BPTP), nonblocking point-to-point (NBPTP), and collective communication (CC). The defects addressed by… More >

  • Open Access

    ARTICLE

    MPI/OpenMP-Based Parallel Solver for Imprint Forming Simulation

    Yang Li1, Jiangping Xu1,*, Yun Liu1, Wen Zhong2,*, Fei Wang3

    CMES-Computer Modeling in Engineering & Sciences, Vol.140, No.1, pp. 461-483, 2024, DOI:10.32604/cmes.2024.046467 - 16 April 2024

    Abstract In this research, we present the pure open multi-processing (OpenMP), pure message passing interface (MPI), and hybrid MPI/OpenMP parallel solvers within the dynamic explicit central difference algorithm for the coining process to address the challenge of capturing fine relief features of approximately 50 microns. Achieving such precision demands the utilization of at least 7 million tetrahedron elements, surpassing the capabilities of traditional serial programs previously developed. To mitigate data races when calculating internal forces, intermediate arrays are introduced within the OpenMP directive. This helps ensure proper synchronization and avoid conflicts during parallel execution. Additionally, in… More > Graphic Abstract

    MPI/OpenMP-Based Parallel Solver for Imprint Forming Simulation

  • Open Access

    ARTICLE

    The Influence of Internet Use on Women’s Depression and Its Countermeasures—Empirical Analysis Based on Data from CFPS

    Dengke Xu1, Linlin Shen1, Fangzhong Xu2,*

    International Journal of Mental Health Promotion, Vol.26, No.3, pp. 229-238, 2024, DOI:10.32604/ijmhp.2024.046023 - 08 April 2024

    Abstract Based on China Family Panel Studies (CFPS) 2018 data, the multiple linear regression model is used to analyze the effects of Internet use on women’s depression, and to test the robustness of the regression results. At the same time, the effects of Internet use on mental health of women with different residence, age, marital status and physical health status are analyzed. Then, we can obtain that Internet use has a significant promoting effect on women’s mental health, while the degree of Internet use has a significant inhibitory effect on women’s mental health. In addition, the… More >

  • Open Access

    ARTICLE

    An Enhanced Ensemble-Based Long Short-Term Memory Approach for Traffic Volume Prediction

    Duy Quang Tran1, Huy Q. Tran2,*, Minh Van Nguyen3

    CMC-Computers, Materials & Continua, Vol.78, No.3, pp. 3585-3602, 2024, DOI:10.32604/cmc.2024.047760 - 26 March 2024

    Abstract With the advancement of artificial intelligence, traffic forecasting is gaining more and more interest in optimizing route planning and enhancing service quality. Traffic volume is an influential parameter for planning and operating traffic structures. This study proposed an improved ensemble-based deep learning method to solve traffic volume prediction problems. A set of optimal hyperparameters is also applied for the suggested approach to improve the performance of the learning process. The fusion of these methodologies aims to harness ensemble empirical mode decomposition’s capacity to discern complex traffic patterns and long short-term memory’s proficiency in learning temporal… More >

  • Open Access

    ARTICLE

    Computational Verification of Low-Frequency Broadband Noise from Wind Turbine Blades Using Semi-Empirical Methods

    Vasishta Bhargava Nukala*, Chinmaya Prasad Padhy

    Sound & Vibration, Vol.58, pp. 133-150, 2024, DOI:10.32604/sv.2024.047762 - 19 March 2024

    Abstract A significant aerodynamic noise from wind turbines arises when the rotating blades interact with turbulent flows. Though the trailing edge of the blade is an important source of noise at high frequencies, the present work deals with the influence of turbulence distortion on leading edge noise from wind turbine blades which becomes significant in low-frequency regions. Four quasi-empirical methods are studied to verify the accuracy of turbulent inflow noise predicted at low frequencies for a 2 MW horizontal axis wind turbine. Results have shown that all methods exhibited a downward linear trend in noise spectra More >

Displaying 1-10 on page 1 of 155. Per Page