Design and Simulation of a Fast DC EV Recharging Station

版本 1.0.3 (1.8 MB) 作者: Sachin Wagh
Design and Simulation of a Fast DC Electric Vehicle (EV) Recharging Station (V2G and G2V Mode) using MATLAB / Simulink
305.0 次下载
更新时间 2025/3/8

查看许可证

The presented model of the charging system is considered for ultra-fast direct current (DC) charging of many electric vehicles. Components suitable for working at high voltages and currents are required and to be characterized by considerable dimensions. The location of these charging systems is outside the vehicle that is off-board. These systems are advantageous in the sense that the charging time is reduced and vehicle space is reduced which gives a margin to use more powerful batteries. A charging station design and modeling for fast DC recharging suitable for number of EVs is discussed. The station has a grid side inverter via DC bus with EVs connected.The charging station model was also designed to support vehicle-to-grid (V2G) and reactive power compensation. Each component is modeled and its parameters are tabulated.In addition, a control system is also included. MATLAB/Simulink SimPowerSystems tool is used to model and simulated the system. State of charge, current and voltage of battery and DC bus voltage is monitored throughout the simulation to prove the effectiveness of proposed model and a smooth change to V2G mode is observed and compensation reactive power is also feasible.
%% For Comprehensive Research Support, Including Codes, Scripts, Simulink Models,
%% Documentation, Assignments, Presentations, and Continuous Online Mentorship with
%% (UG/PG/PhD) Throughout Your Research Journey:
%% Confidentiality of your project is guaranteed, ensuring your work remains secure and private.
%% Contact: SACHIN S. WAGH Email: ssw.aws.official@gmail.com
%% Phone: (+91) 9403423640 Time Zone: India
%% With over 20 years of expertise in Electrical Power Systems Engineering, I specialize in
%% advanced applications of industry-standard software such as MATLAB, ETAP, and PSCAD.
%% I offer personalized mentorship and guidance to help you excel in your research projects,
%% ensuring you receive the highest quality of support, from conceptualization to final documentation.
%% PROJECT CODE: ELECTRIC VEHICLE STATION DESIGN (V2G and G2V)
% Reference:
% V. Castiglia, P. Livreri, R. Miceli, F. Ricco Galluzzo, G. Santelia and G. Schettino,
% “Design and simulation of a fast DC recharging station for EV,”
% 6th International Conference on Renewable Energy Research and Applications (ICRERA-2017),
% San Diego, CA, USA, Nov 2017, pp. 1198-1203.
%_____________________________________________________________________
clc
clear
close all
% Input Parameters
Vn = input ('Enter the value of nominal voltage of the battery (V) = ')
Vnmax = input ('Enter the value of open circuit voltage of the battery (V) = ')
Vnmin = input ('Enter the value of cut out voltage of the battery (V) = ')
Ri = input ('Enter the value of internal resistance of the battery (Ohms) = ')
Kload = input ('Enter the value of overload factor to cover overcharge during transients = ')
cosphi = input ('Enter the value of power factor = ')
nr = input ('Enter the value of number of recharging nodes = ')
Imax = input ('Enter the value of EV maximum recharging current (A) = ')
delI = input ('Enter the value of % ripple in the maximum current = ')
fs = input ('Enter the value of samping frequency = ')
VDC = input ('Enter the value of DC bus voltage (V) = ')
fgrid = input ('Enter the value of supply frequency in Hz = ')
varVDC = input ('Enter the range of variation of nominal DC bus voltage during transients in % of VDC = ')
Vnbt = input ('Enter the value of line to line rms Secondary Voltage (V) of Transformer = ')
ma = input ('Enter the value of inverter modulation index (Vnmin/Vnmax) = ')
RAF = input ('Enter the value of Ripple Attenuation Factor = ')
THD = input ('Enter the value of Total Harmonic Distortion = ')
disp('Design Calculations')
disp('For complete code contact details are provided at the start of the script')
% Results
Vmax = 400
PEV = 80000
A = 1.8526e+05
L = 0.0017
Cbat = 1.1111e-04
Cdc = 0.0451
Cf = 1.9894e-04
disp('It should be less than or equal to this calculated value')
Cf = 2.0000e-04
Linv = 4.8555e-04
Lgrid = 6.8144e-04
fres_calculated = 668.3553
disp('It should be verified that resonance frequency should be in the range of less than half of the fsw and 10 times bigger than the grid frequency')
fres = 669
Rd = 0.3965
Index Terms: Electric Vehicle (EV), Vehicle-to-Grid (V2G), MATLAB/Simulink, Constant Current (CC) and Constant Voltage (CV).

引用格式

Sachin Wagh (2025). Design and Simulation of a Fast DC EV Recharging Station (https://www.mathworks.com/matlabcentral/fileexchange/180328-design-and-simulation-of-a-fast-dc-ev-recharging-station), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2018a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.3

References:
[1] V. Castiglia, P. Livreri, R. Miceli, F. Ricco Galluzzo, G. Santelia, “Design and simulation of a fast DC recharging station for EV”
[2] Arnaldo Arancibia, “Modeling of an electric vehicle charging station for fast DC charging"

1.0.2

References:
[1] V. Castiglia, P. Livreri, R. Miceli, F. Ricco Galluzzo, G. Santelia, “Design and simulation of a fast DC recharging station for EV"
[2] Arnaldo Arancibia , “Modeling of an electric vehicle charging station for fast DC charging"

1.0.1

References:
[1] V. Castiglia, P. Livreri, R. Miceli, F. Ricco Galluzzo, G. Santelia, “Design and simulation of a fast DC recharging station for EV"
[2] Arnaldo Arancibia , “Modeling of an electric vehicle charging station for fast DC charging"

1.0.0