期刊文献+
共找到465,571篇文章
< 1 2 250 >
每页显示 20 50 100
Fast Analysis of Power/Ground Networks via Circuit Reduction 被引量:1
1
作者 蔡懿慈 潘著 +2 位作者 Sheldon X D Tan 洪先龙 傅静静 《Journal of Semiconductors》 EI CAS CSCD 北大核心 2005年第7期1340-1346,共7页
This paper presents an efficient algorithm for reducing RLC power/ground network complexities by exploitation of the regularities in the power/ground networks. The new method first builds the equivalent models for man... This paper presents an efficient algorithm for reducing RLC power/ground network complexities by exploitation of the regularities in the power/ground networks. The new method first builds the equivalent models for many series RLC-current chains based on their Norton's form companion models in the original networks,and then the precondition conjugate gradient based iterative method is used to solve the reduced networks,which are symmetric positive definite. The solutions of the original networks are then back solved from those of the reduced networks.Experimental results show that the complexities of reduced networks are typically significantly smaller than those of the original circuits, which makes the new algorithm extremely fast. For instance, power/ground networks with more than one million branches can be solved in a few minutes on modern Sun workstations. 展开更多
关键词 circuit simulation power/ground network model reduction RLC circuit
在线阅读 下载PDF
An Integrated Tool for Power/Ground Network Design, Optimization,and Verification for Cell Based VLSIs
2
作者 傅静静 武晓海 +1 位作者 洪先龙 蔡懿慈 《Journal of Semiconductors》 EI CAS CSCD 北大核心 2003年第3期266-273,共8页
A CAD tool based on a group of efficient algorithms to verify,design,and optimize power/ground networks for standard cell model is presented.Nonlinear programming techniques,branch and bound algorithms and incomplete ... A CAD tool based on a group of efficient algorithms to verify,design,and optimize power/ground networks for standard cell model is presented.Nonlinear programming techniques,branch and bound algorithms and incomplete Cholesky decomposition conjugate gradient method (ICCG) are the three main parts of our work.Users can choose nonlinear programming method or branch and bound algorithm to satisfy their different requirements of precision and speed.The experimental results prove that the algorithms can run very fast with lower wiring resources consumption.As a result,the CAD tool based on these algorithms is able to cope with large-scale circuits. 展开更多
关键词 VLSI power/ground network nonlinear programming techniques ICCG branch and bound CAD tool
在线阅读 下载PDF
Analysis on the Irregular and Asymmetrical Power/Ground Structure by PEEC Modeling
3
作者 施丹 曹毅 李征帆 《Journal of Shanghai Jiaotong university(Science)》 EI 2005年第1期1-5,共5页
In order to provide some reference for the design of the power/ground system, a complicated power/ground system in time and frequency domains was analyzed, which is based on PEEC (Partial Element Equivalent Circuit). ... In order to provide some reference for the design of the power/ground system, a complicated power/ground system in time and frequency domains was analyzed, which is based on PEEC (Partial Element Equivalent Circuit). According to the actual requirements, characteristics of some common power/ground structures in time and frequency domains, such as SSN (Simultaneous Switching Noise), are obtained for the future research. The results show the first resonance point is changed with the structure of the power/ground networks. 展开更多
关键词 partial element equivalent circuit(PEEC) power/ground structure impedance between boards simultaneous switching noise(SSN)
在线阅读 下载PDF
Simultaneous Power Compensation and Ground Fault Elimination in Distribution Networks 被引量:1
4
作者 Binlong Zhang Moufa Guo +1 位作者 Zeyin Zheng Caihong Guo 《CSEE Journal of Power and Energy Systems》 2025年第5期2251-2262,共12页
The complex working environment of distribution networks tends to cause impermanent single-phase-to-ground(SPG)fault,and high-temperature ground fault arc is prone to endanger lives and power equipment,resulting in la... The complex working environment of distribution networks tends to cause impermanent single-phase-to-ground(SPG)fault,and high-temperature ground fault arc is prone to endanger lives and power equipment,resulting in large-scale power outages and fire accidents.Thus,fault arc should be extinguished in time.Meanwhile,stable operation conditions of distribution networks and reliable load power supply should be guaranteed to provide high-quality customer service.This paper proposes an active mitigation strategy for SPG fault,and provide active and reactive power compensation at the same time by utilizing an improved flexible power electronic equipment(FPEE)with dc-link sources.These controls are decoupled from each other,so utilization of FPEE is maximized as much as possible.When a SPG fault occurs in distribution networks,FPEE can output,simultaneously,active power,reactive power,and SPG fault compensation current by controlling output current on the d,q,0 coordinate system,respectively.During normal operation of distribution networks,the FPEE can be used as a virtual synchronous generator to compensate load power and its fluctuation.The proposed simultaneous multi-function can also be applied in other cases.Simulation cases are implemented to verify principles and practicability. 展开更多
关键词 Decoupled control distribution networks flexible arc suppression flexible power electronic equipment ground fault elimination power compensation SIMULTANEITY
原文传递
基于动态Power迭代的大语言模型微调算法
5
作者 匡豪 刘波 +2 位作者 李辉越 曾闰 段围 《计算机科学与探索》 北大核心 2026年第3期785-800,共16页
随着大语言模型在各领域的广泛应用,微调成为其适配特定任务的重要方法。当前主流的大模型微调方法主要分为部分微调和全量微调两种。部分微调虽能降低计算开销,但该方法仅更新大模型的少量参数,导致在复杂任务场景下,微调出的模型性能... 随着大语言模型在各领域的广泛应用,微调成为其适配特定任务的重要方法。当前主流的大模型微调方法主要分为部分微调和全量微调两种。部分微调虽能降低计算开销,但该方法仅更新大模型的少量参数,导致在复杂任务场景下,微调出的模型性能受限;虽然全量微调可以解决这一问题,但全量微调需要全面更新模型参数,从而导致微调时会存在计算资源需求高、微调时间长等问题。为解决全量微调存在的问题,提出一种基于动态Power迭代的梯度低秩投影算法(DPI-GLRP)。该方法基于秩一矩阵近似的思想,将大模型的权重矩阵在反向传播阶段产生的梯度矩阵分解为多个秩一矩阵,并通过Power迭代算法求解前r个特征向量以构成投影矩阵。该方法不仅解决了传统Power迭代只能获取单一最大特征向量的问题,还解决了以往研究中使用奇异值分解构建投影矩阵时间复杂度高、微调时间长的问题。对传统Power迭代算法进行研究发现,在特征值分布接近时,会出现收敛速度慢的问题。针对这一问题,提出一种动态Power迭代算法,该算法通过自适应调整迭代参数加快特征向量的计算效率,并从理论上证明提出的动态Power迭代算法的收敛效率比传统Power迭代要高。在LLaMA、Qwen等大模型上的实验表明,相较于LoRA等主流算法,DPI-GLRP算法能在保持或提升模型能力的同时,显著缩短微调时间,平均微调时间最多减少了80%。 展开更多
关键词 大语言模型 微调 梯度低秩投影 power迭代
在线阅读 下载PDF
Empowering Grounding DINO with MoE:An End-to-End Framework for Cross-Domain Few-Shot Object Detection
6
作者 DONG Xiugang ZHANG Kaijin +2 位作者 NONG Qingpeng JU Minhan TU Yaofeng 《ZTE Communications》 2025年第4期77-85,共9页
Open-set object detectors,as exemplified by Grounding DINO,have attracted significant attention due to their remarkable perfor⁃mance on in-domain datasets like Common Objects in Context(COCO)after only few-shot fine-t... Open-set object detectors,as exemplified by Grounding DINO,have attracted significant attention due to their remarkable perfor⁃mance on in-domain datasets like Common Objects in Context(COCO)after only few-shot fine-tuning.However,their generalization capabili⁃ties in cross-domain scenarios remain substantially inferior to their in-domain few-shot performance.Prior work on fine-tuning Grounding DINO for cross-domain few-shot object detection has primarily focused on data augmentation,leaving broader systemic optimizations unex⁃plored.To bridge this gap,we propose a comprehensive end-to-end fine-tuning framework specifically designed to optimize Grounding DINO for cross-domain few-shot scenarios.In addition,we propose Mixture-of-Experts(MoE)-Grounding DINO,a novel architecture that integrates the MoE architecture to enhance adaptability in cross-domain settings.Our approach demonstrates a significant 15.4 Mean Average Precision(mAP)improvement over the Grounding DINO baseline on the Roboflow20-VL benchmark,establishing a new state of the art for crossdomain few-shot object detection(CD-FSOD).The source code and models will be made available upon publication. 展开更多
关键词 cross-domain few-shot object detection grounding DINO Mixture-of-Experts open-set object detection pseudo-labeling
在线阅读 下载PDF
Cost effective technologies for long range microwave wireless power transmission
7
作者 CHOI Joon-Min KIM Dae-Kwan +3 位作者 PARK Durk-Jong YI Sang-Hwa KIM Dong-Min KO Dae-Ho 《中国空间科学技术(中英文)》 北大核心 2026年第1期122-134,共13页
Space-Based Solar Power(SBSP) presents a promising solution for achieving carbon neutrality and Renewable Electricity 100%(RE100) goals by offering a stable and continuous energy supply. However, its commercialization... Space-Based Solar Power(SBSP) presents a promising solution for achieving carbon neutrality and Renewable Electricity 100%(RE100) goals by offering a stable and continuous energy supply. However, its commercialization faces significant obstacles due to the technical challenges of long-distance microwave Wireless Power Transmission(WPT) from geostationary orbit. Even ground-based kilometer-scale WPT experiments remain difficult because of limited testing infrastructure, high costs, and strict electromagnetic wave regulations. Since the 1975 NASA-Raytheon experiment, which successfully recovered 30 kW of power over 1.55 km, there has been little progress in extending the transmission distance or increasing the retrieved power. This study proposes a cost-effective methodology for conducting long-range WPT experiments in constrained environments by utilizing existing infrastructure. A deep space antenna operating at 2.08 GHz with an output power of 2.3 kW and a gain of 55.3 dBi was used as the transmitter. Two test configurations were implemented: a 1.81 km ground-to-air test using an aerostat to elevate the receiver and a 1.82 km ground-to-ground test using a ladder truck positioned on a plateau. The rectenna consists of a lightweight 3×3 patch antenna array(0.9 m × 0.9 m), accompanied by a steering device and LED indicators to verify power reception. The aerostat-based test achieved a power density of 154.6 mW/m2, which corresponds to approximately 6.2% of the theoretical maximum. The performance gap is primarily attributed to near-field interference, detuning of the patch antenna, rectifier mismatch, and alignment issues. These limitations are expected to be mitigated through improved patch antenna fabrication, a transition from GaN to GaAs rectifiers optimized for lower input power, and the implementation of an automated alignment system. With these enhancements, the recovered power is expected to improve by approximately four to five times. The results demonstrate a practical and scalable framework for long-range WPT experiments under constrained conditions and provide key insights for advancing SBSP technology. 展开更多
关键词 wireless power transmission space-based solar power deep space antenna DSP KDSA KARI RECTENNA AEROSTAT
在线阅读 下载PDF
Characteristics and Simulation Analysis of Ground Potential Waveform under Artificially Triggered Lightning
8
作者 GUO Zai-hua CHEN Shao-dong +2 位作者 WU Xiang-hui YAN Xu LYU Wei-tao 《Journal of Tropical Meteorology》 2026年第1期96-106,共11页
In this study, the ground potential rise(GPR) phenomenon caused by a lightning current injected into a field-shaped artificial grounding grid, as well as the potential difference between two different nodes at the edg... In this study, the ground potential rise(GPR) phenomenon caused by a lightning current injected into a field-shaped artificial grounding grid, as well as the potential difference between two different nodes at the edge of the grounding grid, was observed and analyzed under artificially triggered lightning conditions. Based on circuit theory and measured current data, a π-equivalent circuit was established to simulate the transient response of the grounding grid.Nineteen return strokes from three artificially triggered lightning events were analyzed. The peak currents of the 19 return strokes range from -6.7 to -25.1 kA, and the mean value was -14.3 kA. The GPR decreased rapidly and formed a subpeak after reaching the initial peak, with the mean value of the initial peak being -148.65 kV and the mean value of the subpeak being -92.87 kV. The GPR induced by the triggered lightning currents exhibited a subpeak phenomenon. Simulation results indicate that the subpeak phenomenon is related to localized corrosion of the vertical grounding electrode. The potential difference at the grounding grid edge exhibited a multi-pulse waveform with alternating polarity, dominated by positive pulses. The peak values of both the positive and negative polarity pulses gradually decreased, with the first positive pulse displaying a significantly higher intensity than that of subsequent pulses. 展开更多
关键词 artificially triggered lightning grounding grid return stroke ground potential rise potential difference
在线阅读 下载PDF
Crack mechanism of buried ground fissures in Beijing’s sand-clay interlayer
9
作者 MAO Xinyu LU Quanzhong +4 位作者 XU Qiang YANG Weiguang WANG Pengrong LI Cong CHEN Feilong 《Journal of Mountain Science》 2026年第3期1165-1181,共17页
The Beijing Plain,characterized by a sand-clay interlayer structure,is highly susceptible to ground fissure disasters,which threaten urban construction and residents’lives.However,the characteristics of crack propaga... The Beijing Plain,characterized by a sand-clay interlayer structure,is highly susceptible to ground fissure disasters,which threaten urban construction and residents’lives.However,the characteristics of crack propagation and the influence zone of ground fissures in the sand-clay interlayer remains inadequately understood.Therefore,based on the excavation of large-scale trenches,physical simulation experiments were conducted to investigate the crack propagation of buried ground fissures within sand-clay interlayers.The results showed that two crack patterns,V-shaped anti-dip and dip cracks,occurred during the subsidence of the hanging wall.A total of 33 cracks occurred across the entire profile,with 9 in the sand layer,31 in the clay layer,and 7 in both types of soil.The number of cracks was significantly higher in the clay layer than in the sand layer.Sudden changes occurred as the cracks propagated to the sand-clay interface,weakening or disrupting the surface.Tensile cracking and differential settlement were observed on the surface,and the influence range of the hanging wall was 1.03 to 2.65 times that of the footwall.Additionally,FLAC3D numerical simulations were used to examine the critical displacement values required to induce cracking in the overburden soil layer due to fault movement in the bedrock.A significant positive correlation between the critical displacement(Sv,cr)and overburden thickness(H)was observed,with a correlation coefficient of 0.996.Sv,cr exhibited four stages:Increase,Stable,Increase,and Disappear.This study provides a comprehensive understanding of crack propagation in ground fissures at sand-clay interlayers,offering a scientific basis for the prevention and control of such disasters and optimizing land use in the region. 展开更多
关键词 Gaoliying ground fissure Sand-clay interlayer Buried ground fissures Crack propagation Physical simulation experiment Critical displacement
原文传递
Embodied-Intelligence Power Industrial Control Systems:Architecture Design,Key Scientific Problems,and Research Recommendations
10
作者 Tingjun Zhang Dong Yue 《IEEE/CAA Journal of Automatica Sinica》 2026年第2期239-242,共4页
THE power industrial control system(power ICS)is thecore infrastructure that ensures the safe,stable,and efficient operation of power systems.Its architecture typi-cally adopts a hierarchical and partitioned end-edge-... THE power industrial control system(power ICS)is thecore infrastructure that ensures the safe,stable,and efficient operation of power systems.Its architecture typi-cally adopts a hierarchical and partitioned end-edge-cloud collaborative design.However,the large-scale integration ofdistributed renewable energy resources,coupled with the extensivedeployment of sensing and communication devices,has resulted inthe new-type power system characterized by dynamic complexityand high uncertainty[1]-[4]. 展开更多
关键词 power system embodied intelligence power industrial control system power architecture design key scientific problems power industrial control systems sensing communication deviceshas renewable energy resourcescoupled
在线阅读 下载PDF
Power system carbon emission flow analysis considering multiple operating conditions for power sources
11
作者 Chen Yang Yaowang Li +4 位作者 Yuliang Liu Yuan Leng Zhilin Lu Rongfeng Deng Ning Zhang 《iEnergy》 2026年第1期22-29,共8页
The real-time and accurate calculation of electricity indirect carbon emissions is not only the critical component for quantifying the carbon emission levels of the power system but also an effective mean to guide ele... The real-time and accurate calculation of electricity indirect carbon emissions is not only the critical component for quantifying the carbon emission levels of the power system but also an effective mean to guide electricity users in carbon reduction and promote power industry low-carbon transformation.Fundamentally,calculating indirect carbon emissions involves allocating direct carbon emission data from the power source side,indicating that accurate indirect emission results rely on the precise measurement of power source emissions.However,existing research on indirect carbon emissions in large-scale power systems rarely accounts for variations in carbon emission characteristics under different operating conditions of power sources,such as rated/non-rated operating conditions and ramping up/down conditions,making it difficult to reflect source-side and load-side carbon emission information variation during providing ancillary services.Quadratic and exponential functions are proposed to characterize the energy consumption profiles of coal-fired and gas-fired power generation,respectively,to construct a refined carbon emission model for power sources.By leveraging the theory of power system carbon flow,we analyze how variable operating conditions of power sources impact indirect carbon emissions.Case studies demonstrate that changes in power source emissions under variable conditions have a significant effect on the indirect carbon emissions of power grids. 展开更多
关键词 power system carbon emission flow Gas turbine Coal-fired power plant Operating conditions power source carbon emission Energy consumption model
在线阅读 下载PDF
Time-dependent ground stability of inclined backfilled stope characterized by creep behavior
12
作者 Ruofan Wang Yujie Zhu +3 位作者 Lang Liu Mengbo Zhu Baoxu Yan Hao Cui 《International Journal of Minerals,Metallurgy and Materials》 2026年第2期479-491,共13页
Backfill is routinely adopted as a ground support measure for underground mines.However,ground stability enhancement by backfill has received limited research attention.This is likely to be because of the conventional... Backfill is routinely adopted as a ground support measure for underground mines.However,ground stability enhancement by backfill has received limited research attention.This is likely to be because of the conventional assumption that the fill material exhibits a significantly lower stiffness than the host rocks.Significantly,a recent pioneering work revealed the time-dependent ground stability around a backfilled stope with vertical walls through numerical modeling.In practice,underground stopes typically exhibit a higher or lower degree of inclination.This alters the stress state in peripheral rocks and may induce severe instability and dilution,particularly in stope-hanging walls.Hence,it is imperative to analyze the time-dependent ground stability of inclined backfilled stopes for backfill structure design.Therefore,comprehensive numerical simulations were performed using FLAC3D to address this knowledge deficiency by incorporating a coupled analysis of the backfill consolidation behavior and long-term creep deformation in surrounding rocks.The ground stability was evaluated based on the confinement effectiveness,strength-stress ratio,stress path relative to the yield surface,and time-dependent stress redistribution in the rocks.A parametric study revealed that the inclination angle of the backfilled stope reduced the confinement effectiveness in the host rocks when the wall creep was minor.This exacerbated the rock mass sloughing potential.However,a backfilled stope with a shallower dip angle achieved superior ground stability enhancement when the creep deformation was substantial,by applying a more significant compression on the backfill and effectively mobilizing its passive support performance during consolidation.Additional simulations were conducted to analyze the effects of stope height and width,mine depth,mechanical properties of rocks,backfill compressibility,and filling gap on the time-dependent stress redistribution and stability around the inclined backfilled stope. 展开更多
关键词 inclined backfilled stope ground stability time-dependency creep CONSOLIDATION
在线阅读 下载PDF
Unit Commitment with Concentrating Solar Power Considering Operational Risk and Frequency Dynamic Constraints
13
作者 Yuchen Fang Ershun Du +3 位作者 Haiyang Jiang Fei Liu Xu Tian Ning Zhang 《CSEE Journal of Power and Energy Systems》 2026年第1期230-243,共14页
The large-scale integration of power electronic interface-based renewable energy with intermittency and uncertainty poses severe challenges for power system secure operation,especially frequency security.Determining t... The large-scale integration of power electronic interface-based renewable energy with intermittency and uncertainty poses severe challenges for power system secure operation,especially frequency security.Determining the system frequency regulation ability under contingency is an open problem.To bridge this gap,a unit commitment(UC)to concentrate solar power considering operational risk and frequency dynamic constraints(RFUC-CSP)is proposed in this paper.A concentrating solar power(CSP)plant with renewable energy characteristics and synchronous units is employed to improve renewable energy utilization and provide frequency support.Firstly,an analytical operational risk model is established to quantify the operational risk under renewable energy integration.Then,the frequency dynamic response characteristic of the system is considered to construct frequency security constraints.A novel RFUC-CSP framework is formulated by incorporating operational risk and frequency security constraints into the UC model,which can allocate operational flexibility of power systems by optimizing the admissible uncertainty level to reduce operational risk.The effectiveness of the proposed RFUC-CSP model is demonstrated by case studies on the modified IEEE 30-bus and IEEE RTS-79 system,and the cost-effectiveness of the CSP plant is quantified. 展开更多
关键词 Concentrating solar power frequency dynamics operational risk power system inertia unit commitment
原文传递
Researches on Low-Carbon Development Pathways for Provincial Power Systems from the Perspective of Carbon Emission Factor
14
作者 Yang Li Xianfu Gong +3 位作者 Sifan Chen Yi Lei Donghui Zhang Yue Xing 《Energy Engineering》 2026年第4期382-403,共22页
This paper develops an innovative computational model for assessing the Carbon Emission Factor(CEF)of provincial power systems that incorporates inter-provincial electricity transfers and hybrid generation portfolios ... This paper develops an innovative computational model for assessing the Carbon Emission Factor(CEF)of provincial power systems that incorporates inter-provincial electricity transfers and hybrid generation portfolios combining conventional and renewable sources.A key contribution lies in evaluating how deep regulation of thermal power plants influence the carbon intensity of coal-fired generation and coal-fired generation together with high penetration renewables.Furthermore,the study quantitatively analyzes the role of renewable energy consumption and the prospective application of Carbon Capture and Storage(CCS)in reducing system-wide CEF.Based on this framework,the paper proposes phased carbon emission targets for Guangdong’s power system for key milestone years(2030,2045,2060),along with targeted implementation strategies.Results demonstrate that in renewable-dominant systems,deep regulation of thermal units,load peak-shaving,and deployment of flexible resources such as energy storage are effective in cutting carbon intensity.To achieve the defined targets—0.367 kg/kWh by 2030,0.231 kg/kWh by 2045,and 0.032 kg/kWh by 2060—the following innovation-focused policy is recommended:in early stage,mainly on expansion of renewable capacity and inter-provincial transmission infrastructure along with energy storage deployment;in mid-term,mainly on enhancement of electricity market mechanisms to promote green power trading and demand-side flexibility;and in late-stage,mainly on systematic retirement of conventional coal assets coupled with large-scale CCS adoption and carbon sink mechanisms. 展开更多
关键词 Carbon emission factor power system renewable energy consumption thermal power flexibility CCS demand-side response
在线阅读 下载PDF
Seismic behavior of pile group-supported bridges in liquefiable sloping ground covered with crusts:Insights from experimental observations
15
作者 Kemin Jia Chengshun Xu +2 位作者 Junfeng Jia Chao Zhang Xiuli Du 《Journal of Rock Mechanics and Geotechnical Engineering》 2026年第3期1781-1793,共13页
Pile group-supported bridges in liquefied sloping ground with crust are prone to severe damage.However,there remains a limited comprehension of the intricate interactions among pile group,soil,and superstructures,as w... Pile group-supported bridges in liquefied sloping ground with crust are prone to severe damage.However,there remains a limited comprehension of the intricate interactions among pile group,soil,and superstructures,as well as the associated failure mechanisms.To address this issue,this paper presents large-scale shaking table tests conducted on pile group-supported bridges in sloping liquefiable ground with crust to uncover the intricate interaction mechanisms.Firstly,the dynamic characteristics and interaction of the pile-soil-superstructure system were explored.Then,the lateral displacement and acceleration of the superstructure and pile were presented.Next,the curvature and damage characteristics of the pile group-supported bridge were discussed.Finally,through cross-correlation analysis,the study revealed the inertia and kinematic effects,focusing on how the effects influenced the seismic demands.Results indicate that significant differences are observed in pile-soil interactions during strong seismic events depending on the depth and liquefaction stage.As earthquake intensity increases,peak displacement in the superstructure rises linearly while residual displacement grows exponentially.Moreover,the pile group effect becomes more pronounced,especially at the pile head,with the trailing piles showing greater curvature than the leading ones.Due to significant soil lateral spreading and the shadowing effect within the pile group,the leading piles experience prominent kinematic effects from the surface down to the intermediate layer of saturated sand compared to the trailing piles.These findings contribute valuable insights for improving the seismic design approach for bridges with pile groups in sloping liquefied soils. 展开更多
关键词 Liquefiable soil Sloping ground Pile group Pile-soil-structure interaction Seismic behavior
在线阅读 下载PDF
Reliability Evaluation of Electrical Subsystem in Wind Turbines Considering Hygrothermal Aging of Power Electronic Devices
16
作者 Xueying Yu Kaigui Xie +4 位作者 Changzheng Shao Bo Hu Yinzhe Hu Wenyuan Li Jinfeng Ding 《CSEE Journal of Power and Energy Systems》 2026年第1期329-338,共10页
The rapid development of wind energy in the power sectors raises the question about the reliability of wind turbines for power system planning and operation.The electrical subsystem of wind turbines(ESWT),which is one... The rapid development of wind energy in the power sectors raises the question about the reliability of wind turbines for power system planning and operation.The electrical subsystem of wind turbines(ESWT),which is one of the most vulnerable parts of the wind turbine,is investigated in this paper.The hygrothermal aging of power electronic devices(PEDs)is modeled for the first time in the comprehensive reliability evaluation of ESWT,by using a novel stationary“circuit-like”approach.First,the failure mechanism of the hygrothermal aging,which includes the solder layer fatigue damage and packaging material performance degradation,is explained.Then,a moisture diffusion resistance concept and a hygrothermal equivalent circuit are proposed to quantitate the hygrothermal aging behavior.A conditional probability function is developed to calculate the time-varying failure rate of PEDs.At last,the stochastic renewal process is simulated to evaluate the reliability for ESWT through the sequential Monte Carlo simulation,in which failure,repair,and replacement states of devices are all included.The effectiveness of our proposed reliability evaluation method is verified on an ESWT in a 2 MW wind turbine use time series data collected from a wind farm in China. 展开更多
关键词 Electrical subsystem in wind turbine hygrothermal aging power electronic devices power system reliability evaluation
原文传递
HS-APF-RRT*: An Off-Road Path-Planning Algorithm for Unmanned Ground Vehicles Based on Hierarchical Sampling and an Enhanced Artificial Potential Field
17
作者 Zhenpeng Jiang Qingquan Liu Ende Wang 《Computers, Materials & Continua》 2026年第1期1218-1235,共18页
Rapidly-exploring Random Tree(RRT)and its variants have become foundational in path-planning research,yet in complex three-dimensional off-road environments their uniform blind sampling and limited safety guarantees l... Rapidly-exploring Random Tree(RRT)and its variants have become foundational in path-planning research,yet in complex three-dimensional off-road environments their uniform blind sampling and limited safety guarantees lead to slow convergence and force an unfavorable trade-off between path quality and traversal safety.To address these challenges,we introduce HS-APF-RRT*,a novel algorithm that fuses layered sampling,an enhanced Artificial Potential Field(APF),and a dynamic neighborhood-expansion mechanism.First,the workspace is hierarchically partitioned into macro,meso,and micro sampling layers,progressively biasing random samples toward safer,lower-energy regions.Second,we augment the traditional APF by incorporating a slope-dependent repulsive term,enabling stronger avoidance of steep obstacles.Third,a dynamic expansion strategy adaptively switches between 8 and 16 connected neighborhoods based on local obstacle density,striking an effective balance between search efficiency and collision-avoidance precision.In simulated off-road scenarios,HS-APF-RRT*is benchmarked against RRT*,GoalBiased RRT*,and APF-RRT*,and demonstrates significantly faster convergence,lower path-energy consumption,and enhanced safety margins. 展开更多
关键词 RRT* APF path planning OFF-ROAD Unmanned ground Vehicle(UGV)
在线阅读 下载PDF
Optimal reactive power planning in an industrial microgrid:a case study of Urmia Petrochemical plant
18
作者 Maryam Majidzadeh Mostafa Esmaeeli +2 位作者 Hadi Afkar Sajjad Golshannavaz Zhiyi Li 《Global Energy Interconnection》 2026年第1期208-218,共11页
In real industrial microgrids(MGs),the length of the primary delivery feeder to the connection point of the main substation is sometimes long.This reduces the power factor and increases reactive power absorption along... In real industrial microgrids(MGs),the length of the primary delivery feeder to the connection point of the main substation is sometimes long.This reduces the power factor and increases reactive power absorption along the primary delivery feeder from the external network.Besides,the giant induction electro-motors as the working horse of industries requires remarkable amounts of reactive power for electro-mechanical energy conversions.To reduce power losses and operating costs of the MG as well as to improve the voltage quality,this study aims at providing an insightful model for optimal placement and sizing of reactive power compensation capacitors in an industrial MG.In the presented model,the objective function considers voltage profile and network power factor improvement at the MG connection point.Also,it realizes power flow equations within which all operational security constraints are considered.Various reactive power compensation strategies including distributed group compensation,centralized compensation at the main substation,and distributed compensation along the primary delivery feeder are scrutinized.A real industrial MG,say as Urmia Petrochemical plant,is considered in numerical validations.The obtained results in each scenario are discussed in depth.As seen,the best performance is obtained when the optimal location and sizing of capacitors are simultaneously determined at the main buses of the industrial plants,at the main substation of the MG,and alongside the primary delivery feeder.In this way,74.81%improvement in power losses reduction,1.3%lower active power import from the main grid,23.5%improvement in power factor,and 37.5%improvement in network voltage deviation summation are seen in this case compared to the base case. 展开更多
关键词 Reactive power compensation Shunt capacitor Optimal placement and sizing Voltage profile improvement power factor correction
在线阅读 下载PDF
World’s First 20 MW Offshore Wind Turbine Powers Grid
19
《ChinAfrica》 2026年第3期8-10,共3页
The world’s most powerful offshore wind turbine has begun feeding electricity into the grid off the coast of southeast China,marking a major technological leap in the country’s wind power industry.The colossal turbi... The world’s most powerful offshore wind turbine has begun feeding electricity into the grid off the coast of southeast China,marking a major technological leap in the country’s wind power industry.The colossal turbine,developed and installed by China Three Gorges Corp.(CTG),is located in the Phase II Liuao offshore wind farm,more than 30 km off the coast of Fujian in waters deeper than 40 metres.The 20-mw unit successfully completed commissioning and started operation on 5 February,CTG announced. 展开更多
关键词 wind power technological leap offshore wind turbine wind power industry operation commissioning China Three Gorges Corp
原文传递
Optimal Dispatch of Urban Distribution Networks Considering Virtual Power Plant Coordination under Extreme Scenarios
20
作者 Yong Li Yuxuan Chen +4 位作者 Jiahui He Guowei He Chenxi Dai Jingjing Tong Wenting Lei 《Energy Engineering》 2026年第1期204-220,共17页
Ensuring reliable power supply in urban distribution networks is a complex and critical task.To address the increased demand during extreme scenarios,this paper proposes an optimal dispatch strategy that considers the... Ensuring reliable power supply in urban distribution networks is a complex and critical task.To address the increased demand during extreme scenarios,this paper proposes an optimal dispatch strategy that considers the coordination with virtual power plants(VPPs).The proposed strategy improves systemflexibility and responsiveness by optimizing the power adjustment of flexible resources.In the proposed strategy,theGaussian Process Regression(GPR)is firstly employed to determine the adjustable range of aggregated power within the VPP,facilitating an assessment of its potential contribution to power supply support.Then,an optimal dispatch model based on a leader-follower game is developed to maximize the benefits of the VPP and flexible resources while guaranteeing the power balance at the same time.To solve the proposed optimal dispatch model efficiently,the constraints of the problem are reformulated and resolved using the Karush-Kuhn-Tucker(KKT)optimality conditions and linear programming duality theorem.The effectiveness of the strategy is illustrated through a detailed case study. 展开更多
关键词 Urban distribution network virtual power plant power supply support leader-follower optimization game extreme weather scenarios
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部