Techno-Economic Green Optimization of Electrical Microgrid Using Swarm Metaheuristics
Abstract
:1. Introduction
2. Redundancy Allocation Problem for Microgrid
2.1. Problem Description
2.2. Availability Estimation
2.2.1. Parallel Device
2.2.2. Series Elements
2.3. Micro Grid Components Cost Modeling
2.3.1. Micro Turbine Cost
2.3.2. Diesel Generator Cost
2.3.3. Fuel Cell Cost
2.4. Environmental and Economic Objective Function
2.4.1. Fuel & Capital Cost
2.4.2. Operation & Maintenance Cost
2.4.3. Pollution Emission
2.4.4. Net Present Cost
2.4.5. Capital Recovery Factor
2.4.6. Energy Production Cost
2.5. Constraints
3. Optimization Methodology
3.1. Interior Search Algorithm (ISA)
- Find the positions of items between lower and higher boundaries (LB and UB) at random, then calculate their fitness values.
- Find the global best element xjgb, or the fittest element (for a minimization issue, this element has the smallest objective function), on the jth iteration.
- Use a threshold value, alpha, and random variables, r1, to randomly split the other items into two groups: the composition group and the mirror group (ranging from 0 to 1 for each element). In the mirror group, elements with r1 are placed; otherwise, they are placed in the composition group. In theory, alpha can have a value between 0 and 1.
- However, as it is the single parameter in the algorithm, it should be carefully adjusted to strike a balance between intensity and diversification. It is preferable to use the random walk method for a local search around the global best to significantly alter its position. It may be stated as follows:
- For the composition group, each element’s makeup is altered at random. The boundary conditions (upper bounds and lower bounds) are modified for this collection of elements, which can be stated as follows:
- A mirror is randomly put between each element and the element with the best fit for the mirror group (global best). The jth iteration’s position of a mirror for the ith element is defined as follows:
- The fitness values of the virtual and new positions of the elements are computed. If a location’s fitness improves, it is updated. This can be stated in terms of a minimization equation as:
- Restart at step 2 if any of the stop criteria (such as the maximum number of repetitions) are not met.
Algorithm 1: The Interior Search Algorithm (ISA). |
1 Initialization 2 while any stop criteria is not satisfied find the 3 for i = 1 to n 4 if xgb 5 6 else if 7 8 else 9 10 11 end if 12 check the boundaries except for decomposition elements 13 end for 14 for i = 1 to n 15 Evaluate 16 17 end |
- ▪
- The solution is coded as an integer number representing the occurrence of a version in its subsystem.
- ▪
- First, all solutions are generated using a constructive heuristic between a lower bound and upper bound, where the lower bound can be 0 (LB = 0), which means that we can ignore a version while selecting elements. The upper bound should respect the number of all heterogeneous elements that can be taken in a subsystem, UB1 = 8 as an example, and the number of homogeneous elements with the same version, UB2 = 7 as an example.
- ▪
- After the decors movement in the algorithm, and before reliability estimation, real solutions are corrected using a uniform boundary constraint scheme.
3.2. Bat Algorithm (BA)
3.3. Firefly Algorithm (FA)
- ▪
- Because all fireflies in the population are unisex, any individual firefly will be drawn to other fireflies.
- ▪
- In any pair of fireflies, the less luminous one will gravitate toward the brighter one. The attraction of a firefly is proportionately tied to its brightness, which diminishes as the distance between two fireflies increases.
- ▪
- The brightness of a firefly is proportionally related to the value of the objective function, which is analogous to the fitness in a genetic algorithm.
3.3.1. Light Intensity
3.3.2. Attractiveness
3.3.3. Distance
3.3.4. Movement
4. Computational Experiments and Results
4.1. Case Study
4.2. Results
4.2.1. Scenario: Min Cost & Max Reliability
4.2.2. Scenario: Min Cost & Min Emission
5. Conclusions
Author Contributions
Funding
Data Availability Statement
Acknowledgments
Conflicts of Interest
Abbreviations
ISA | Interior search algorithm |
MSS | Multi states system |
UMGF | Universal moment generating function |
FA | Firefly algorithm |
BA | Bat algorithm |
NPC | Net present cost |
TAC | Total annual cost |
MG | Micro grid |
CRF | Capital recovery factor |
EPC | Energy production cost |
MT | Micro turbine |
DG | Diesel generator |
FC | Fuel cell |
NOx | Nitrogen Oxides |
SOx | Sulfur dioxide |
CO2 | Carbone dioxide |
RAP | Redundancy Allocation problem |
PSO | Particle swarm optimization |
LCOE | Levelized cost of electricity |
PSRF | Power supply reliability factor |
BESS | Battery energy storage system |
HRES | Hybrid renewable energy system |
PV | Panels voltaic |
MILP | Mixed-integer nonlinear programming |
GA | Genetic algorithm |
ABC | Artificial bee colony |
PEMFCs | proton exchange membrane fuel cells |
SOFCs | solid-oxide fuel cells |
O&MMC(t) | operation and maintenance cost |
Ccap/sub | capital cost of substation |
Ccap/line | capital cost of electrical line |
PLMC(t) | emission (pollution) gas |
Nomenclature | |
Symbol | Meaning |
t/h | Operating time (hours) |
m | Number of demand period interval |
FMCh | Cost function of micro turbine at time h |
N | Number of components in each subsystem |
S | Rate interest of micro grid finance installations |
Y | Lifetime of the project (years) |
f | Annual inflation rate |
EDtot | The sum of the load demand during 8760 h |
PMTh | Micro turbine power generated at time h [kW] |
PDGh | Diesel generator power generated at time h [kW] |
PFCh | Fuel cell power generated at time h [kW] |
bo, b1 | Cost function coefficients of micro turbine |
ao, a1, a2 | Cost function coefficients of diesel generator |
c0, c1 | Cost function coefficients of Fuel cell |
βi | Emission factor of pollutant j by unit i including micro turbine DG and, FC. |
Gi | Performance of power component i |
G0 | Minimum performance of power component i |
Ri | Reliability of power component i (%). |
i,j | Respectively indices of series, versions and demand period interval |
n | Number of series i |
Vi | Number of Available electrical components technologies of type i |
kij | Number of occurrences of component j in series i |
Rij | Reliability of power component j of type i (%) |
R0 | Minimum reliability required (%) |
PL | pollution (emission) (kg) |
PL0 | Maximum tolerated polluant emission (kg) |
M | Number of demand period interval. |
Kmax | Maximum number that can be taken from each component j |
Pi | Performance probability of ith device |
Qi | Performance probability of jth subsystems |
W | Demand levels |
Tm | Time period in hours |
Reliability Operator for parallel device | |
δ | Reliability Operator for series device. |
Ccap/sub | Capital cost of a substation |
Ksub,j | Number of a substation |
Ccap/line | Capital cost of a line |
Kline,j | Number of a line |
PFCmax | Maximum power of a fuel cell |
PFCmin | Maximum power of a micro-turbine |
PDGmin | Maximum power of a diesel generator |
xjgb, | Global best |
rn | Vector of normally distributed random numbers |
λ | Scale factor |
rs | Random value between 0 and 1 |
References
- Chaaban, W.; Schwarz, M.; Börcsök, J. Cost optimization and redundancy allocation of availability constrained heterogeneous series-parallel systems using genetic computing. In Proceedings of the 1st International Conference on Mathematical Methods & Computational Techniques in Science & Engineering (MMCTSE 2014), Athens, Greece, 30 October 30–1 November 2014. [Google Scholar]
- Li, Z.; Kapur, K.C. Continuous-state reliability measures based on fuzzy sets. IEEE Trans. 2012, 44, 1033–1044. [Google Scholar] [CrossRef]
- Bao, M.; Ding, Y.; Yin, X.; Shao, C.; Ye, C. Definitions and reliability evaluation of multi-state systems considering state transition process and its application for gas systems. Reliab. Eng. Syst. Saf. 2021, 207, 107387. [Google Scholar] [CrossRef]
- Eryilmaz, S. Reliability analysis of multi-state system with three-state components and its application to wind energy. Reliab. Eng. Syst. Saf. 2018, 172, 58–63. [Google Scholar] [CrossRef]
- Du, M.; Li, Y. An investigation of new local search strategies in memetic algorithm for redundancy allocation in multi-state series-parallel systems. Reliab. Eng. Syst. Saf. 2020, 195, 106703. [Google Scholar] [CrossRef]
- Attar, A.; Raissi, S.; Damghani, K.K. A simulation-based optimization approach for free distributed repairable multi-state availability-redundancy allocation problems. Reliab. Eng. Syst. Saf. 2017, 157, 177–191. [Google Scholar] [CrossRef]
- Xu, Y.; Pi, D.; Yang, S.; Chen, Y. A novel discrete bat algorithm for heterogeneous redundancy allocation of multi-state systems subject to probabilistic commoncause failure. Reliab. Eng. Syst. Saf. 2021, 208, 107338. [Google Scholar] [CrossRef]
- Liu, M.; Wang, D.; Zhao, J.; Si, S. Importance measure construction and solving algorithm oriented to the cost-constrained reliability optimization model. Reliab. Eng. Syst. Saf. 2022, 222, 108406. [Google Scholar] [CrossRef]
- Hannan, M.A.; Wali, S.B.; Ker, P.J.; Abd Rahman, M.S.; Mansor, M.; Ramachandaramurthy, V.K.; Muttaqi, K.M.; Mahlia, T.M.I.; Dong, Z.Y. Battery energy-storage system: A review of technologies, optimization objectives, constraints, approaches, and outstanding issues. J. Energy Storage 2021, 42, 103023. [Google Scholar] [CrossRef]
- Khezri, R.; Mahmoudi, A.; Aki, H. Optimal planning of solar photovoltaic and battery storage systems for grid-connected residential sector: Review, challenges and new perspectives. Renew. Sustain. Energ. Rev. 2022, 153, 111763. [Google Scholar] [CrossRef]
- Mulleriyawage, U.G.K.; Shen, W.X. Optimally sizing of battery energy storage capacity by operational optimization of residential PV-Battery systems: An Australian household case study. Renew. Energy 2020, 160, 852–864. [Google Scholar] [CrossRef]
- Hesse, H.C.; Martins, R.; Musilek, P.; Naumann, M.; Truong, C.N.; Jossen, A. Economic Optimization of Component Sizing for Residential Battery Storage Systems. Energies 2017, 10, 835. [Google Scholar] [CrossRef]
- Korjani, S.; Casu, F.; Damiano, A.; Pilloni, V.; Serpi, A. An online energy management tool for sizing integrated PV-BESS systems for residential prosumers. Appl. Energy 2022, 313, 118765. [Google Scholar] [CrossRef]
- Blasuttigh, N.; Negri, S.; Pavan, A.M.; Tironi, E. Optimal Sizing and Environ-Economic Analysis of PV-BESS Systems for Jointly Acting Renewable Self-Consumers. Energies 2023, 16, 1244. [Google Scholar] [CrossRef]
- Ayan, S.; Toylan, H. Size optimization of a stand-alone hybrid photovoltaic/wind/battery renewable energy system using a heuristic optimization algorithm. Energy. Res. 2022, 46, 14908–14925. [Google Scholar] [CrossRef]
- Demolli, H.; Dokuz, A.S.; Ecemis, A.; Gokcek, M. Location-based optimal sizing of hybrid renewable energy systems using deterministic and heuristic algorithms. Energy Res. 2021, 45, 16155–16175. [Google Scholar] [CrossRef]
- Kallio, S.; Siroux, M. Exergy and Exergy-Economic Approach to Evaluate Hybrid Renewable Energy Systems in Buildings. Energies 2023, 16, 1029. [Google Scholar] [CrossRef]
- Vaka, S.S.K.R.; Matam, S.K. Optimal sizing of hybrid renewable energy systems for reliability enhancement and cost minimization using multiobjective technique in microgrids. Energy Search 2022, e419. [Google Scholar] [CrossRef]
- Tooryan, F.; HassanzadehFard, H.; Collins, E.R.; Jin, S.; Ramezani, B. Optimization and energy management of distributed energy resources for a hybrid residential microgrid. J. Energy Storage 2020, 30, 101556. [Google Scholar] [CrossRef]
- Mohamed, M.A.; Eltamaly, A.M.; Alolah, A.I.; Hatata, A.Y. A novel framework-based cuckoo search algorithm for sizing and optimization of grid-independent hybrid renewable energy systems. Int. J. Green Energy 2019, 16, 86–100. [Google Scholar] [CrossRef]
- Awad, A.S.A.; EL-Fouly, T.H.M.; Salama, M.M.A. Optimal allocation for benefit maximization in distribution networks. IEEE Trans. Smart Grid 2017, 8, 1668–1678. [Google Scholar] [CrossRef]
- Flores, R.J.; Brouwer, J. Optimal design of a distributed energy resource system that economically reduces carbon emissions. Appl. Energy 2018, 232, 119–138. [Google Scholar] [CrossRef]
- Wang, R.; Li, G.; Ming, M.; Wu, G.; Wang, L. An efficient multi-objective model and algorithm for sizing a stand-alone hybrid renewable energy system. Energy 2017, 141, 2288–2299. [Google Scholar] [CrossRef]
- He, L.; Lu, Z.; Zhang, J.; Geng, L.; Zhao, H.; Li, X. Low-carbon economic dispatch for electricity and natural gas systems considering carbon capture systems and power to-gas. Appl. Energy 2018, 224, 357–370. [Google Scholar] [CrossRef]
- Fathy, A.; Rezk, H. Robust electrical parameter extraction methodology based on Interior Search Optimization Algorithm applied to supercapacitor. ISA Trans. 2020, 105, 86–97. [Google Scholar] [CrossRef]
- Guerraiche, K.; Dekhici, L.; Chatelet, E.; Zeblah, A. Multi-Objective Electrical Power System Design Optimization Using a Modified Bat Algorithm. Energies 2021, 14, 3956. [Google Scholar] [CrossRef]
- Ushakov, I. Universal generating function. Sov. J. Comp. Syst. Sci. 1986, 24, 85–95. [Google Scholar]
- Alikara, N.; Mousavi, S.M.; Tavanab, M.; Niaki, S.T.A. A multi-objective multi-state series-parallel redundancy allocation model using tuned meta-heuristic algorithms. Int. J. Syst. Sci. Oper. Logist. 2017, 4, 275–296. [Google Scholar] [CrossRef]
- Eltamaly, M.A.; Alotaibi, M.A.; Alolah, A.I.; Ahmed, M.A. A Novel Demand Response Strategy for Sizing of Hybrid Energy System with Smart Grid Concepts. IEEE. Acces 2021, 9, 20277–20294. [Google Scholar] [CrossRef]
- Ghaffarzadeh, N.; Zolfaghari, M.; Ardakani, F.J.; Ardakani, A.J. Optimal Sizing of Energy Storage System in a Micro Grid Using the Mixed Integer Linear Programming. Int. J. Renew. Ener. Res. 2017, 7, 2004–2016. [Google Scholar]
- Godswill, O. The Modeling and Simulation of a Microturbine Generation System. Int. J. Sci. Eng. Res. 2012, 2, 1–7. [Google Scholar]
- Sanjeev, N.K.; Gaonkar, D.N. Modeling and performance analysis of microturbine generation system in grid connected/islanding operation. Int. J. Renew. Energy Res. 2012, 2, 750–757. [Google Scholar]
- Shashank, K.T.; Jahns, M.; Lasseter, R.H. The operation of diesel gensets in a CERTS microgrid. In Proceedings of the 21st International Conference on the Power and Energy Society General Meeting -Conversion and Delivery of Electrical Energy Century, Pittsburgh, PA, USA, 20–24 July 2008. [Google Scholar]
- Kumar, L.D.; Dash, B.B.; Akella, A.K. Optimization of PV/wind/micro -hydro/diesel hybrid power system in HOMER for the study area. Int. J. Electr. Eng. Inform. 2011, 3, 307–325. [Google Scholar] [CrossRef]
- Kumar, G.S.; Paul, S. Electrochemical characterization of few electrosynthesized fuel cell electrodes to producing clean electrical energy from alternative fuel resources. Int. J. Renew. Energy Res. 2016, 6, 723–734. [Google Scholar]
- Ibrahim, D. Environmental and sustainability aspects of hydrogen and fuel cell systems. Int. J. Energy Res. 2007, 31, 29–55. [Google Scholar]
- Abd El-Sattar, H.; Sultan, H.M.; Kamel, S.; Khurshaid, T.; Rahmann, C. Optimal design of stand-alone hybrid PV/wind/biomass/battery energy storage system in Abu-Monqar, Egypt. J. Energy Storage 2021, 44, 1–20. [Google Scholar] [CrossRef]
- Trazouei, S.L.; Tarazouei, F.L.; Ghiamy, M. Optimal Design of a Hybrid Solar -Wind-Diesel Power System for Rural Electrification Using Imperialist Competitive Algorithm. Int. J. Renew. Energy Res. 2013, 3, 405–411. [Google Scholar]
- Gandomi, A.H. Interior search algorithm (ISA): A novel approach for global optimization. ISA Trans. 2014, 53, 1168–1183. [Google Scholar] [CrossRef]
- Yang, X.-S. Nature-Inspired Metaheuristic Algorithms; Luniver Press: Cambridge, UK, 2010. [Google Scholar]
- Yang, X.S. Bat algorithm: Literature review and applications. Int. J. Bio-Inspired Comput. 2013, 5, 141–149. [Google Scholar] [CrossRef]
- Kumar, M.; Rawat, T.K.; Majhi, A. Design of symmetric switching CMOS inverter using cuckoo search algorithm. In Proceedings of the IEEE 1st International Conference on Power Electronics, Intelligent Control and Energy Systems, (ICPEICES), Delhi, India, 4–6 July 2016. [Google Scholar]
- Sreejeth, N.; Saxena, V.; Soni, A.; Gupta, M. Fractional order Butterworth filter optimization using Interior Search Algorithm. In Proceedings of the IEEE 5th International Conference on Computing Communication and Automation (ICCCA), Greater Noida, India, 30–31 October 2020. [Google Scholar]
- Karthik, N.; Parvathy, A.K.; Arul, R.; Jayapragash, R.; Narayanan, S. Economic load dispatch in a microgrid using Interior Search Algorithm. In Proceedings of the Innovations in Power and Advanced Computing Technologies (i-PACT), Vellore, India, 22–23 March 2019. [Google Scholar]
- Bhesdadiya, R.H.; Trivedi, I.N.; Jangir, P.; Kumar, A.; Jangir, N.; Totlani, R. Training Multilayer Perceptrons in Neural Network Using Interior Search Algorithm. Adv. Intell. Syst. Comput. 2017, 554, 69–77. [Google Scholar]
- Saxena, V.; Sreejeth, N.; Singh, K. Interior Search Algorithm integrated Matlab-SPICE Interface for Optimization of CMOS Inverter Switching Characteristics. In Proceedings of the International Conference for Innovation in Technology (INOCON), Bengaluru, India, 6–8 November 2020. [Google Scholar]
- Sampaio, F.C.; Tofoli, F.L.; Melo, L.S.; Barroso, G.C.; Sampaio, R.F.; Leao, R.P.S. Adaptive fuzzy directional bat algorithm for the optimal coordination of protection systems based on directional overcurrent relays. Electr. Power Syst. Res. 2022, 211, 108619. [Google Scholar] [CrossRef]
- Alsalibi, B.; Abualigah, L.; Khader, A.T. A novel bat algorithm with dynamic membrane structure for optimization problems. App. Intell. 2021, 51, 1992–2017. [Google Scholar] [CrossRef]
- Yeh, W.C. BAT-based algorithmfor finding all Pareto solutions of the series-parallel redundancy allocation problem with mixed components. Reliab. Eng. Syst. Saf. 2022, 228, 108795. [Google Scholar] [CrossRef]
- Wang, Y.; Wang, P.; Zhang, J.; Cui, Z.; Cai, X.; Zhang, W.; Chen, J. A Novel Bat Algorithm with Multiple Strategies Coupling for Numerical Optimization. Mathematics 2019, 7, 135. [Google Scholar] [CrossRef]
- Dekhici, L.; Guerraiche, K.; Belkadi, K. Environmental economic power dispatch using bat algorithm with generalized fly and evolutionary boundary constraint handling scheme. Int. J. Appl. Metah. Comput. 2020, 11, 171–191. [Google Scholar] [CrossRef]
- Gandomi, A.H.; Yang, X.S.; Alavi, A.H. Mixed variable structural optimization using firefly algorithm. Comput. Struct. 2011, 89, 2325–2336. [Google Scholar] [CrossRef]
- Guerraiche, K.; Rahli, M.; Zeblah, A.; Dekhici, L. Series-Parallel Power System Optimization Using Firefly Algorithm. Int. J. Electr. Eng. Informatics 2015, 7, 89–101. [Google Scholar] [CrossRef]
- Aliwi, M.; Demirci, S.; Aslan, S. Difference-based firefly programming for symbolic regression problems. Comput. Stand. Interfaces 2023, 86, 103722. [Google Scholar] [CrossRef]
- Zheng, Z.; Xia, T.; Wang, T.; Jia, D.; Wu, Z.; Jiang, J.; Liang, G. Realization of firefly bioluminescence cycle in vitro and in cells. Biosens. Bioelectron. 2023, 220, 114860. [Google Scholar] [CrossRef]
- Huang, Y.P.; Huang, M.Y.; Ye, C.E. A Fusion Firefly Algorithm with Simplified Propagation for Photovoltaic MPPT Under Partial Shading Conditions. IEEE Trans. Sustain. Energy 2020, 11, 2641–2652. [Google Scholar] [CrossRef]
- Tomin, N.; Shakirov, V.; Kozlov, A.; Sidorov, D.; Kurbatsky, V.; Rehtanz, C.; Lora, E.E.S. Design and optimal energy management of community microgrids with flexible renewable energy sources. Ren. Energy 2022, 183, 903–921. [Google Scholar] [CrossRef]
Algorithm | ISA | FA | BA | |||
---|---|---|---|---|---|---|
Parameters | λ | 0.01 | γ | 0.01 | γ | 0.9 |
α | 0.3 | α | 0.5 | α | 0.9 | |
UB | 50 | Amax | 20 | Amax | 100 | |
LB | 0 | Amin | 0.01 | Amin | 0 |
Wm [MW] | 100 | 80 | 50 | 20 |
Tm [h] | 4208 | 788 | 1228 | 2536 |
R (%) | G (kW) | C0 (€/kW) | C1 (€/kW) | O&MC (€/kWh) | ||
---|---|---|---|---|---|---|
FC | 0.96 | 3 | 25 | 0.215 | 0.015 | 0.0862 |
R (%) | G (kW) | a0 (€/kW2) | a1 (€/kW) | a2 (€) | O&MC (€/kWh) | ||
---|---|---|---|---|---|---|---|
DG | 0.97 | 2 | 70 | 0.074 | 0.2333 | 0.4333 | 0.1525 |
R (%) | G (kW) | C0 (€/kW) | C1 (€/kW) | O&MC (€/kWh) | ||
---|---|---|---|---|---|---|
MT | 0.98 | 6 | 60 | 0.321 | 0.013 | 0.0446 |
R (%) | G (kW) | Capital Cost (€) | O&MC (€) | |
---|---|---|---|---|
Substation (35/10 kV) | 0.97 | 80 | 868.7 × 103 | 51.253 × 103 |
Power line 36 (Km) | 0.96 | 60 | 2268 × 103 | 18.144 × 103 |
Substation (10/5 kV) | 0.98 | 70 | 13.6 × 103 | 0.802 × 103 |
Power line 8.5 (km) | 0.98 | 50 | 65.45 × 103 | 1.505 × 103 |
Pollution Components | βMT (kg/kWh) | βDG (kg/kWh) | βFC (kg/kWh) |
---|---|---|---|
NOx | 0.00003 | 0.0218 | 0.00044 |
SO2 | 0.000006 | 0.000454 | 0.0000088 |
CO2 | 0.001078 | 0.001432 | 0.001598 |
Constraints | Sizing Results | Algorithms | ||
---|---|---|---|---|
ISA | BA | FA | ||
G0 ≥ 100 kW P 5000 kg | R % | 99.4 | 99.6 | 99.4 |
G (kW) | 150 | 180 | 150 | |
P (kg) | 555.99 | 4466 | 555.99 | |
NMT | 3 | 3 | 3 | |
NDG | 0 | 0 | 0 | |
NFC | 0 | 7 | 0 | |
NSub35 | 3 | 3 | 3 | |
NL36 | 3 | 3 | 3 | |
NSub10 | 3 | 7 | 3 | |
NL8,5 | 3 | 6 | 3 | |
TAC (M€) | 1.8952 | 1.9684 | 1.8952 | |
NPC (M€) | 9.2114 | 9.5673 | 9.2114 | |
EPC (k€) | 36.8456 | 38.2692 | 36.8456 | |
G0 ≥ 100 kW P 4500 kg | R % | 97.00 | 97.00 | 97.00 |
G (kW) | 150 | 160 | 150 | |
P (kg) | 741.33 | 4688.59 | 926.661 | |
NMT | 4 | 4 | 5 | |
NDG | 0 | 4 | 0 | |
NFC | 0 | 0 | 0 | |
NSub35 | 2 | 2 | 2 | |
NL36 | 4 | 4 | 4 | |
NSub10 | 4 | 3 | 4 | |
NL8,5 | 3 | 5 | 3 | |
TAC (M€) | 1.61407 | 1.6365 | 1.6365 | |
NPC (M€) | 7.8448 | 7.9541 | 7.9541 | |
EPC (k€) | 31.3792 | 31.8164 | 31.8164 |
Constraints | Sizing Results | Algorithms | ||
---|---|---|---|---|
ISA | BA | FA | ||
G0 ≥ 100 kW 5000 kg | R % | 99.4 | 99.8 | 99.5 |
G (kW) | 150 | 150 | 150 | |
P (kg) | 555.997 | 741.3292 | 555.997 | |
NMT | 3 | 4 | 3 | |
NDG | 0 | 0 | 0 | |
NFC | 0 | 0 | 0 | |
NSub35 | 3 | 3 | 3 | |
NL36 | 3 | 5 | 3 | |
NSub10 | 3 | 6 | 5 | |
NL8, 5 | 3 | 3 | 3 | |
TAC (M€) | 1.8952 | 2.2392 | 1.9093 | |
NPC (M€) | 9.2114 | 10.883 | 9.2798 | |
EPC (k€) | 36.8456 | 43.532 | 37.1192 | |
G0 ≥ 100 kW 4500 kg | R % | 97.00 | 99.50 | 97.00 |
G (kW) | 160 | 150 | 160 | |
P (kg) | 555.997 | 1111.993 | 555.997 | |
NMT | 3 | 6 | 3 | |
NDG | 0 | 0 | 0 | |
NFC | 0 | 0 | 0 | |
NSub35 | 2 | 3 | 2 | |
NL36 | 4 | 3 | 4 | |
NSub10 | 4 | 6 | 4 | |
NL8, 5 | 4 | 3 | 5 | |
TAC (M€) | 1.6269 | 1.9176 | 1.6401 | |
NPC (M€) | 7.9072 | 9.3200 | 7.9716 | |
EPC (k€) | 31.6288 | 37.28 | 31.886 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Guerraiche, K.; Dekhici, L.; Chatelet, E.; Zeblah, A. Techno-Economic Green Optimization of Electrical Microgrid Using Swarm Metaheuristics. Energies 2023, 16, 1803. https://doi.org/10.3390/en16041803
Guerraiche K, Dekhici L, Chatelet E, Zeblah A. Techno-Economic Green Optimization of Electrical Microgrid Using Swarm Metaheuristics. Energies. 2023; 16(4):1803. https://doi.org/10.3390/en16041803
Chicago/Turabian StyleGuerraiche, Khaled, Latifa Dekhici, Eric Chatelet, and Abdelkader Zeblah. 2023. "Techno-Economic Green Optimization of Electrical Microgrid Using Swarm Metaheuristics" Energies 16, no. 4: 1803. https://doi.org/10.3390/en16041803
APA StyleGuerraiche, K., Dekhici, L., Chatelet, E., & Zeblah, A. (2023). Techno-Economic Green Optimization of Electrical Microgrid Using Swarm Metaheuristics. Energies, 16(4), 1803. https://doi.org/10.3390/en16041803