Search results

1 – 10 of 10
Open Access
Article
Publication date: 15 November 2022

Liyao Song, Bai Chen, Bo Li, Rupeng Zhu and Dan Wang

The supercritical design of tail rotor drive shaft has attracted more attention in helicopter design due to its high power–weight ratio and low maintenance cost. However, there…

Abstract

Purpose

The supercritical design of tail rotor drive shaft has attracted more attention in helicopter design due to its high power–weight ratio and low maintenance cost. However, there exists excessive vibration when the shaft passes through the critical frequency. Dry friction damper is the equipment applied to the drive shaft to suppress the excessive vibration. In order to figure out the damping mechanism of the dry friction damper and improve the damping efficiency, the dynamic model of the shaft/damper system is established based on the Jeffcott rotor model.

Design/methodology/approach

The typical frequency response of the system is studied through bifurcation diagrams, amplitude-frequency characteristic curves and waterfall frequency response spectrum. The typical transient responses under frequency sweeps are also obtained.

Findings

The results show that the response of the system changes from periodic no-rub motion to quasi-periodic rub-impact motion, and then to synchronous full annular rub-impact, and finally, back to periodic no-rub motion. The slip of the rub-impact ring improves the stability of the system. Besides, the effects of the system parameters including critical dry friction force, rub-impact friction coefficient, initial clearance on the stability and the vibration damping capacity are studied. It is observed that the stability changes significantly varying the three parameters respectively. The vibration damping capacity is mainly affected by the critical dry friction force and the initial clearance.

Originality/value

Presented results provide guidance for the design of the dry friction damper.

Details

Journal of Intelligent Manufacturing and Special Equipment, vol. 3 no. 2
Type: Research Article
ISSN: 2633-6596

Keywords

Open Access
Article
Publication date: 2 March 2023

Kartik Venkatraman, Stéphane Moreau, Julien Christophe and Christophe Schram

The purpose of the paper is to predict the aerodynamic performance of a complete scale model H-Darrieus vertical axis wind turbine (VAWT) with end plates at different operating…

1447

Abstract

Purpose

The purpose of the paper is to predict the aerodynamic performance of a complete scale model H-Darrieus vertical axis wind turbine (VAWT) with end plates at different operating conditions. This paper aims at understanding the flow physics around a model VAWT for three different tip speed ratios corresponding to three different flow regimes.

Design/methodology/approach

This study achieves a first three-dimensional hybrid lattice Boltzmann method/very large eddy simulation (LBM-VLES) model for a complete scaled model VAWT with end plates and mast using the solver PowerFLOW. The power curve predicted from the numerical simulations is compared with the experimental data collected at Erlangen University. This study highlights the complexity of the turbulent flow features that are seen at three different operational regimes of the turbine using instantaneous flow structures, mean velocity, pressure iso-contours, blade loading and skin friction plots.

Findings

The power curve predicted using the LBM-VLES approach and setup provides a good overall match with the experimental power curve, with the peak and drop after the operational point being captured. Variable turbulent flow structures are seen over the azimuthal revolution that depends on the tip speed ratio (TSR). Significant dynamic stall structures are seen in the upwind phase and at the end of the downwind phase of rotation in the deep stall regime. Strong blade wake interactions and turbulent flow structures are seen inside the rotor at higher TSRs.

Research limitations/implications

The computational cost and time for such high-fidelity simulations using the LBM-VLES remains expensive. Each simulation requires around a week using supercomputing facilities. Further studies need to be performed to improve analytical VAWT models using inputs/calibration from high fidelity simulation databases. As a future work, the impact of turbulent and nonuniform inflow conditions that are more representative of a typical urban environment also needs to be investigated.

Practical implications

The LBM methodology is shown to be a reliable approach for VAWT power prediction. Dynamic stall and blade wake interactions reduce the aerodynamic performance of a VAWT. An ideal operation close to the peak of the power curve should be favored based on the local wind resource, as this point exhibits a smoother variation of forces improving operational performance. The 3D flow features also exhibit a significant wake asymmetry that could impact the optimal layout of VAWT clusters to increase their power density. The present work also highlights the importance of 3D simulations of the complete model including the support structures such as end plates and mast.

Social implications

Accurate predictions of power performance for Darrieus VAWTs could help in better siting of wind turbines thus improving return of investment and reducing levelized cost of energy. It could promote the development of onsite electricity generation, especially for industrial sites/urban areas and renew interest for VAWT wind farms.

Originality/value

A first high-fidelity simulation of a complete VAWT with end plates and supporting structures has been performed using the LBM approach and compared with experimental data. The 3D flow physics has been analyzed at different operating regimes of the turbine. These physical insights and prediction capabilities of this approach could be useful for commercial VAWT manufacturers.

Details

International Journal of Numerical Methods for Heat & Fluid Flow, vol. 33 no. 4
Type: Research Article
ISSN: 0961-5539

Keywords

Content available
Article
Publication date: 1 December 2000

Ken Jones

328

Abstract

Details

Facilities, vol. 18 no. 13/14
Type: Research Article
ISSN: 0263-2772

Keywords

Content available
Article
Publication date: 1 April 2000

125

Abstract

Details

Aircraft Engineering and Aerospace Technology, vol. 72 no. 2
Type: Research Article
ISSN: 0002-2667

Keywords

Content available
Article
Publication date: 1 October 2002

378

Abstract

Details

Disaster Prevention and Management: An International Journal, vol. 11 no. 4
Type: Research Article
ISSN: 0965-3562

Content available
Article
Publication date: 1 August 2005

Kovalev Igor

435

Abstract

Details

Aircraft Engineering and Aerospace Technology, vol. 77 no. 4
Type: Research Article
ISSN: 0002-2667

Keywords

Open Access
Article
Publication date: 18 July 2022

Youakim Badr

In this research, the authors demonstrate the advantage of reinforcement learning (RL) based intrusion detection systems (IDS) to solve very complex problems (e.g. selecting input…

1291

Abstract

Purpose

In this research, the authors demonstrate the advantage of reinforcement learning (RL) based intrusion detection systems (IDS) to solve very complex problems (e.g. selecting input features, considering scarce resources and constrains) that cannot be solved by classical machine learning. The authors include a comparative study to build intrusion detection based on statistical machine learning and representational learning, using knowledge discovery in databases (KDD) Cup99 and Installation Support Center of Expertise (ISCX) 2012.

Design/methodology/approach

The methodology applies a data analytics approach, consisting of data exploration and machine learning model training and evaluation. To build a network-based intrusion detection system, the authors apply dueling double deep Q-networks architecture enabled with costly features, k-nearest neighbors (K-NN), support-vector machines (SVM) and convolution neural networks (CNN).

Findings

Machine learning-based intrusion detection are trained on historical datasets which lead to model drift and lack of generalization whereas RL is trained with data collected through interactions. RL is bound to learn from its interactions with a stochastic environment in the absence of a training dataset whereas supervised learning simply learns from collected data and require less computational resources.

Research limitations/implications

All machine learning models have achieved high accuracy values and performance. One potential reason is that both datasets are simulated, and not realistic. It was not clear whether a validation was ever performed to show that data were collected from real network traffics.

Practical implications

The study provides guidelines to implement IDS with classical supervised learning, deep learning and RL.

Originality/value

The research applied the dueling double deep Q-networks architecture enabled with costly features to build network-based intrusion detection from network traffics. This research presents a comparative study of reinforcement-based instruction detection with counterparts built with statistical and representational machine learning.

Content available
Article
Publication date: 1 March 2003

242

Abstract

Details

Disaster Prevention and Management: An International Journal, vol. 12 no. 1
Type: Research Article
ISSN: 0965-3562

Content available
Article
Publication date: 1 October 1998

David Margaroni

92

Abstract

Details

Industrial Lubrication and Tribology, vol. 50 no. 5
Type: Research Article
ISSN: 0036-8792

Keywords

Open Access
Article
Publication date: 28 August 2021

Slawomir Koziel and Anna Pietrenko-Dabrowska

A novel framework for expedited antenna optimization with an iterative prediction-correction scheme is proposed. The methodology is comprehensively validated using three…

Abstract

Purpose

A novel framework for expedited antenna optimization with an iterative prediction-correction scheme is proposed. The methodology is comprehensively validated using three real-world antenna structures: narrow-band, dual-band and wideband, optimized under various design scenarios.

Design/methodology/approach

The keystone of the proposed approach is to reuse designs pre-optimized for various sets of performance specifications and to encode them into metamodels that render good initial designs, as well as an initial estimate of the antenna response sensitivities. Subsequent design refinement is realized using an iterative prediction-correction loop accommodating the discrepancies between the actual and target design specifications.

Findings

The presented framework is capable of yielding optimized antenna designs at the cost of just a few full-wave electromagnetic simulations. The practical importance of the iterative correction procedure has been corroborated by benchmarking against gradient-only refinement. It has been found that the incorporation of problem-specific knowledge into the optimization framework greatly facilitates parameter adjustment and improves its reliability.

Research limitations/implications

The proposed approach can be a viable tool for antenna optimization whenever a certain number of previously obtained designs are available or the designer finds the initial effort of their gathering justifiable by intended re-use of the procedure. The future work will incorporate response features technology for improving the accuracy of the initial approximation of antenna response sensitivities.

Originality/value

The proposed optimization framework has been proved to be a viable tool for cost-efficient and reliable antenna optimization. To the knowledge, this approach to antenna optimization goes beyond the capabilities of available methods, especially in terms of efficient utilization of the existing knowledge, thus enabling reliable parameter tuning over broad ranges of both operating conditions and material parameters of the structure of interest.

Details

Engineering Computations, vol. 38 no. 10
Type: Research Article
ISSN: 0264-4401

Keywords

Access

Only content I have access to

Year

Content type

1 – 10 of 10