This section presents a detailed technical evaluation of Distributed Energy Resource (DER) integration into distribution networks using both deterministic and probabilistic analyses. Two benchmark systems namely IEEE 13-Bus and IEEE 123-Bus are selected to represent compact and large-scale radial feeders, respectively. Each system is examined in a sequential framework: starting with baseline performance evaluation (without DERs), followed by hosting capacity determination using incremental PV penetration, and further extended to probabilistic Monte Carlo simulations considering uncertainty in load and generation. The simulations explore the technical impacts of DERs on voltage profiles, system losses, congestion, and node-level hosting capacity, with results synthesized through comparative discussion.
To carry out the simulations, a combination of Python v3.13.0 and OpenDSS v10.1.0.1 is employed. Python scripting is performed in Visual Studio Code (VS Code) v1.98.2 using a custom simulation framework built around libraries such as NumPy v2.1.2, Pandas v2.2.3, and Matplotlib v3.9.2 for data handling, statistical analysis, and visualization. For power flow and time-series simulations, the OpenDSS engine is utilized through the high-performance interface provided by the py_dss_interface library v2.0.4. This interface enables seamless programmatic interaction between Python and OpenDSS via COM, allowing script-based control of load shapes, DER penetration levels, and the extraction of voltages, losses, and energy metrics.
5.1. Case Study 1: IEEE 13-Bus System
5.1.1. Baseline Analysis (Without DERs)
The IEEE 13-bus test feeder is a widely used benchmark in distribution system studies due to its complex configuration, unbalanced loading, and realistic operational conditions. Unlike conventional symmetrical feeders, this system is highly asymmetrical and includes multiple features such as regulators, shunt capacitors, overhead and underground lines, single- and three-phase nodes, and a mix of load types. The system is particularly well suited for evaluating the technical impacts of Distributed Energy Resources (DERs) due to its sensitivity to phase imbalance, voltage regulation, and localized congestion.
As illustrated in
Figure 3, the circuit consists of 13 buses, interconnected with multiple laterals and switches. The main feeder extends approximately 1.57 miles and operates at a base voltage of 4.16 kV on the primary side and 0.48 kV on the secondary side. The system includes the following:
Fourteen single-phase and one three-phase load connections;
One voltage source (slack bus) at Bus 650;
One transformer with center-tap grounding;
One shunt capacitor bank;
One switch and an energy meter.
The loads are unbalanced, and their ratings range from 17 kW/10 kVAr up to 1155 kW/660 kVAr. The peak three-phase loading conditions on each phase are as follows:
Phase A: 1186.79 + j576.24 kVA;
Phase B: 1028.24 + j507.14 kVA;
Phase C: 1305.56 + j726.01 kVA.
To ensure realism in performance evaluation, the IEEE 13-bus system is simulated with a full-year load profile as shown in Algorithm 4. The hourly demand profile used follows a normalized load shape as shown in
Figure 4, representing residential and commercial aggregated demand. This profile reflects daily and seasonal variations, with higher demand during summer months and midday hours. Load shape data were modeled in OpenDSS using a `loadshape’ object with 8760 points (one per hour), enabling time-series simulations for each hour of the year.
The baseline energy consumption of the system over the simulated year is shown in
Figure 5. Active and reactive energy were monitored at the substation node (Bus 650) using the `energymeter’ object in OpenDSS. Active energy (kWh) fluctuates between 1000–1750 kWh on a daily basis, with clear seasonal trends. Reactive energy (kVArh) follows a similar pattern, albeit with a lower magnitude. These values provide insight into the magnitude and variability of real and reactive power requirements at the feeder head, serving as a baseline for assessing the impact of DER integration.
Algorithm 4 Baseline analysis (without DERs) |
- 1:
Step 1: System Initialization Create an instance of the System class with the circuit name (e.g., "OpenDSS_IEEE_13_Bus"). Set analyzer_name to “Baseline".
- 2:
Step 2: Compile the Circuit Model - 3:
Step 3: Assign Load Shapes - 4:
Step 4: Configure Simulation Parameters Set mode = “yearly", stepsize = “1h", number = 8760. Enable reporting with voltexcept=true, overloadreport=true.
- 5:
Step 5: Solve the Baseline Case - 6:
Step 6: Output and Analysis
|
Voltage levels across the network were analyzed hourly over the course of the year.
Figure 6 presents the maximum and minimum voltage recorded at each hour. The feeder shows compliance with IEEE standards, with voltage remaining between 0.95 p.u. and 1.05 p.u. throughout the year. However, several time intervals approach the lower limit, especially during peak load conditions, which indicates sensitivity to local load growth and underscores the need for voltage support, one of the key roles DERs can play.
Figure 7 displays the real and reactive power losses over the simulation horizon. Active losses range between 10 kWh and 22 kWh per hour, while reactive losses vary between 25 and 70 kVArh. The peak losses occur during high-demand summer periods and follow the trend of the load profile. These losses represent the baseline operational inefficiency of the feeder and form a key metric for evaluating the impact of DERs in subsequent analysis.
From the baseline results, the following observations can be made:
Voltage levels remain within regulatory bounds but experience notable dips during peak demand intervals.
Real and reactive losses exhibit seasonal variation, peaking during high-load months.
The load profile is dynamic and reflects the need for time-aware planning of DERs.
No congestion or thermal violations are observed under current loading, but margins are narrow.
These findings provide a critical reference for evaluating how the addition of DERs, especially PV, BESS, and EVs, affects power quality, losses, and system hosting capacity.
5.1.2. Nodal Hosting Capacity Determination Results
To evaluate the localized photovoltaic (PV) hosting limits for the IEEE 13-bus system, a detailed nodal hosting capacity analysis was performed using a stepwise PV injection methodology. A total of 15 individual nodes were analyzed: 611, 632a, 632b, 632c, 634a, 634b, 634c, 645, 646, 652, 671, 675a, 675b, 675c, and 692. For each node, PV generation was incrementally injected—typically in 5 kW steps—until either thermal overloads or voltage exceptions were triggered, indicating the local hosting limit had been reached.
Each node was simulated independently while other nodes remained at their base configuration. The results were evaluated across a full annual (8760 h) simulation using OpenDSS. The following metrics were monitored:
Number of thermal overloads;
Voltage exceptions (under-voltage and over-voltage);
Yearly peak power demand (kW and kVA);
Annual system losses (kWh and kVArh).
For each node, a detailed plot, as shown in
Figure 8, for two nodes as an example, namely
611 and
632a, was generated with the following subplots:
Overloads and Voltage Exceptions: This subplot quantifies the system security margin as PV penetration increases. Most nodes in the IEEE 13-bus system maintained zero overloads and voltage violations across all tested injection levels, suggesting robust voltage and thermal capacity margins.
Yearly Peak Power Demand (kW and kVA): As PV injection increased, a decreasing trend in both real and apparent power demand was observed, highlighting the effectiveness of PV in peak shaving and local demand support.
Annual Energy Losses (kWh and kVArh): Both active and reactive losses decreased consistently with increasing PV, indicating improved efficiency due to reduced feeder loading.
To summarize the node-specific hosting limits, a comparative bar chart titled
Figure 9 was generated. This figure illustrates the maximum PV injection (in kW) that each node can host without triggering any operational violations. The results reveal spatial variability in hosting capacity:
Highest Hosting Node: Node 671 demonstrated the highest capacity, with approximately 1150 kW of PV allowed without operational violations. This suggests it is likely a feeder head or substation node with strong voltage support.
Moderate Hosting Nodes: Nodes such as 675a, 675c, and 646 supported PV injections between 200 kW and 500 kW, indicating moderate hosting potential.
Low Hosting Nodes: Nodes like 632a, 632b, and 675b showed lower hosting capacities, generally under 100 kW, likely due to weaker voltage support and lower local demand.
These nodal-level findings are critical for Distributed Energy Resource (DER) planning. Rather than a uniform penetration strategy, the utility can adopt a location-specific PV deployment strategy to optimize system utilization while minimizing the risk of violations. This methodology can be scaled to larger systems for nodal hosting assessments.
5.1.3. Monte Carlo Simulation Results Using ONLY PV AS DERs
To evaluate the influence of only photovoltaic (PV) penetration on the IEEE 13-bus system, a Monte Carlo simulation was conducted across 500 iterations for each PV penetration level, varying from 0% to 75% in increments of 5%. Two sets of results are presented statistical distribution-based box plots and annual time-series trends to illustrate the impacts across six key performance indicators.
Figure 10a demonstrates that across all simulated PV penetration levels—from 0% to 75%—no thermal overloads were observed. This confirms that the IEEE 13-bus system maintains adequate thermal headroom on lines and transformers even under high levels of distributed generation, indicating robustness in thermal infrastructure capacity.
In contrast, voltage-related issues begin to surface as shown in
Figure 10b, where voltage exceptions emerge progressively beyond 15% PV penetration. The presence of multiple outliers and increasing exception counts at higher penetration levels points to localized voltage rise effects, especially during midday hours with high solar output. These deviations, although largely within permissible bounds, signal potential voltage regulation challenges under future high-PV scenarios.
Figure 10c captures the trend in peak real power (kW) at the substation, which exhibits a gradual decline with rising PV penetration. This behavior reflects the effective offsetting of feeder demand by localized solar generation, particularly during peak demand periods. Similarly,
Figure 10d illustrates a corresponding decrease in peak apparent power (kVA), indicating a reduced burden on the upstream network infrastructure due to improved local supply conditions.
Figure 10e,f depict system-wide energy losses. Real power losses (kWh) in
Figure 10e show a substantial reduction as PV penetration increases, primarily due to lower current flows across feeder lines, which minimize resistive (
) losses. A similar trend is observed in reactive energy losses (kVArh), as shown in
Figure 10f, with notable improvement in power factor performance and reactive efficiency. These collective insights underscore the dual benefit of PV integration in lowering both peak loading and system losses while highlighting the importance of voltage management at elevated penetration levels.
To further explore temporal dynamics and system behavior under increasing photovoltaic (PV) penetration,
Figure 11 presents Monte Carlo-based time-series simulations for the IEEE 13-bus system, including both full-year data (left column) and zoomed-in representative week snapshots (hours 4100–4172) in the right column.
Figure 11a,e present the yearly and zoomed views of system losses, respectively. As PV penetration increases, total active (kWh) and reactive (kVArh) losses generally decrease, particularly during daylight hours, due to local generation, reducing line current flows. However, during midday periods with high PV output, fluctuations in losses become more pronounced. This diurnal behavior intensifies with penetration, indicating the occurrence of reverse power flow and stressing the need for protection schemes capable of detecting directional flow and managing bi-directional current injections. The zoomed-in plot clearly illustrates sharp variations in loss magnitudes, underscoring operational complexity during high solar availability.
Figure 11b,f show the substation energy measurements. Active (red) and reactive (blue) energy trends shift notably with increasing PV levels. During low penetration, the substation acts primarily as a load sink; however, at higher PV integration, especially above 40–50%, negative active energy flows become frequent during midday, revealing net energy export back to the grid. The zoomed-in view in
Figure 11f confirms this phenomenon, with evident sign reversals in substation metering. These reversals point to high-penetration stress conditions and raise potential concerns regarding transformer tap-changer wear, reverse protection logic, and coordination of feeder-level control mechanisms.
The evolution of PV generation itself is detailed in
Figure 11c,g. As expected, the output shows a bell-shaped diurnal profile with strong seasonal modulation, peaking during the summer months. As penetration increases, midday generation increasingly exceeds local consumption, leading to significant energy export. The zoomed snapshot highlights the overlap of generation peaks with midday periods and increasing amplitude with penetration. These observations reinforce the importance of demand flexibility, smart inverter ramping, or energy storage strategies to curtail or absorb surplus power and maintain local balance.
Lastly,
Figure 11d,h examine voltage variations across the feeder. At lower PV penetration, voltages remain relatively stable and well within ANSI limits (0.95–1.05 p.u.). However, as more PV is added, the voltage envelope begins to widen, particularly during midday hours. Overvoltage incidents, while not yet breaching regulatory limits, become more frequent at higher DER levels and are most prominent at buses far from substation regulation or with high PV-to-load ratios. The time-series profiles in
Figure 11h clearly reveal midday clustering of voltage rise, pointing to a growing need for Volt/VAR optimization, voltage ride-through logic, and local reactive power injection to maintain voltage quality.
Collectively, these results suggest that PV penetration in the range of 20–30% can be accommodated with net benefits, including reduced feeder losses and peak demand suppression. However, once penetration exceeds 35–40%, adverse effects such as reverse flow, voltage variability, and reactive power imbalances become significant. Therefore, advanced inverter functionalities, dynamic control algorithms, and coordinated DER dispatch are critical for maintaining power quality and avoiding hosting capacity saturation in distribution systems.
5.1.4. Monte Carlo Simulation Results Using ALL DERs
To evaluate the overall grid performance under high penetration of Distributed Energy Resources (DERs), a comprehensive Monte Carlo simulation was conducted for the IEEE 13-bus distribution system. The simulation simultaneously integrates photovoltaic (PV) generation, electric vehicles (EVs), and battery energy storage systems (BESSs) at increasing penetration levels ranging from 0% to 75% in 5% increments. For each penetration level, 500 Monte Carlo iterations were executed to capture the variability in DER placement and sizing across different buses.
Figure 12 presents a comprehensive boxplot-based statistical analysis of six key system metrics under increasing DER penetration levels, considering the combined effects of photovoltaic (PV), electric vehicles (EVs), and battery energy storage systems (BESSs). The analysis spans 0% to 75% total DER integration and captures the variability arising from multiple Monte Carlo simulation runs.
In
Figure 12a, the number of overload events increases substantially with penetration level. Unlike the PV-only scenario, where overloads were negligible, the inclusion of EVs introduces significant peak load stress during evening hours. As penetration surpasses 30%, the median number of overloads rises sharply, and the upper whiskers extend beyond 5000 events, signaling thermal stress on feeders and transformers in a considerable subset of simulations. This trend highlights the need for EV charging coordination and infrastructure reinforcement.
Voltage violations shown in
Figure 12b also grow in both frequency and magnitude with higher penetration. The transition beyond the 20–25% DER level marks a notable shift, with box heights and outlier density increasing steadily. These voltage exceptions are attributed to the dual stress of PV-induced midday overvoltage and EV-induced evening undervoltage. Without reactive power support or Volt/VAR control, maintaining voltage within ANSI C84.1 limits becomes challenging.
Figure 12c,d display the peak real power (kW) and apparent power (kVA) at the substation. Both metrics show a pronounced and nearly linear increase with DER penetration. The primary driver of this trend is EV charging, which introduces large real power demands that peak in the evening and are only partially mitigated by BESS discharge. The rise in apparent power is slightly steeper, suggesting additional reactive demand from inverters and dynamic loads.
Energy losses are also significantly impacted, as illustrated in
Figure 12e,f.
Figure 12e reveals that active power losses (kWh) escalate with each increment in penetration, with median losses increasing from approximately 140,000 kWh at 0% DER to over 300,000 kWh at 75%. These losses are exacerbated by long feeder paths, frequent bidirectional flows, and uncoordinated dispatch of DERs. The pattern is mirrored in
Figure 12f, where reactive energy losses (kVArh) nearly double from low to high penetration levels, crossing 1 MVARh in the upper whiskers. The uncontrolled inverter operation and the absence of localized reactive power compensation result in excess VAR circulation and voltage imbalance.
Collectively, these results emphasize that integrating multiple DER types introduces complex and nonlinear stress on distribution systems. Hosting capacity is no longer constrained solely by thermal or steady-state voltage limits but becomes a multidimensional challenge involving temporal dynamics, reactive power, and system coordination. Strategic planning, including smart inverter settings, EV charging management, and BESS control, is essential to ensure scalable and reliable grid operation under high DER penetration.
To further investigate the temporal evolution of system dynamics under comprehensive DER deployment,
Figure 13 provides both annual and zoomed-in weekly time-series views for four essential system performance indicators across a range of DER penetration levels. The DER mix includes photovoltaic (PV) systems, electric vehicles (EVs), and battery energy storage systems (BESSs), whose interactions significantly influence the distribution network’s spatiotemporal behavior.
Figure 13a,e illustrate the trends in real and reactive system losses over time. The full-year trace in
Figure 13a reveals a recurring diurnal pattern in both kWh and kVArh losses, tightly coupled with load cycles and DER dispatch patterns. In the zoomed-in snapshot (
Figure 13e), these losses exhibit pronounced peaks during midday and evening hours under higher DER penetration. Such spikes are largely attributed to power injection from PV during solar peaks and reverse flows triggered by BESS discharges or EV-induced congestion, amplifying
losses due to increased bidirectional current magnitudes.
In
Figure 13b,f, substation meter data capture the net energy exchange with the upstream grid. Active and reactive energy trends (red and blue lines, respectively) shift substantially with increased DER adoption. While BESS and PV collectively reduce net imports during daylight hours,
Figure 13f reveals that high-frequency oscillations and power reversals become more prevalent under higher DER levels. During periods of simultaneous high PV output and low load, reverse power flow to the substation occurs frequently, raising concerns for transformer tap wear and protection coordination.
The distribution of PV generation across the feeder is represented in
Figure 13c,g. The aggregate generation curve shows a consistent bell-shaped pattern, aligning with solar irradiance availability. At higher penetration levels, the amplitude of midday peaks increases substantially, as shown in the zoomed-in view, often exceeding local consumption and initiating export. This underscores the requirement for DER coordination, load shaping, or flexible storage to prevent voltage rise and mitigate grid stress.
Lastly,
Figure 13d,h depict voltage magnitudes throughout the feeder. Over the annual cycle, the system largely maintains voltage within the IEEE acceptable band (0.95–1.05 p.u.), but the spread between minimum and maximum voltages widens considerably with higher DER levels. This is more evident in the detailed weekly view (
Figure 13h), where overvoltage incidents align with midday PV peaks and undervoltages coincide with evening EV clusters. The increasing voltage disparity across nodes, particularly those remote from voltage regulators or densely populated with DERs, reinforces the urgent need for Volt/VAR optimization and smart inverter functionalities to uphold voltage stability under high-penetration scenarios.
The simulation results indicate that the IEEE 13-bus system can reliably accommodate DER penetration levels up to approximately 30–35% when integrating PV, EV, and BESS, with limited operational disruptions. However, as the penetration exceeds 40%, the system begins to exhibit noticeable challenges including increased voltage excursions, higher real and reactive power losses, and bidirectional power flow complications. These effects are particularly intensified by uncoordinated EV charging and asynchronous BESS operations that compound stress during peak demand and solar generation periods. Consequently, these findings emphasize the critical need for strategic DER placement, advanced Volt/VAR control, coordinated dispatch of storage systems, and intelligent inverter functionalities to preserve system reliability and power quality in high-DER-penetration scenarios.
5.2. Case Study 2: IEEE 123-Bus System
5.2.1. Baseline Analysis (Without DERs)
The IEEE 123-bus feeder is a widely recognized benchmark for modeling and analyzing real-world distribution systems. It is designed to capture the complexity of modern feeders by incorporating unbalanced loading, single- and three-phase nodes, overhead and underground line configurations, multiple voltage levels, and numerous control elements including voltage regulators, shunt capacitors, and switches. This makes the feeder exceptionally suited for testing the technical implications of Distributed Energy Resource (DER) integration.
The system comprises 123 buses as shown in
Figure 14, interlinked through lateral branches and regulated segments with regulator control enabled. The feeder is approximately 10 miles in length, operating at a nominal base voltage of 4.16 kV on the primary side and 0.48 kV on the secondary side. There are 91 total loads distributed across the network—89 are single-phase, and 2 are three-phase—making the feeder highly unbalanced.
The maximum apparent power in each phase is summarized below:
Phase A: 892.338 + j557.983 kVA;
Phase B: 441.191 + j320.871 kVA;
Phase C: 653.665 + j375.592 kVA.
For an accurate representation of feeder behavior under realistic operating conditions, a full-year hourly load shape is used. The normalized load shape varies from 0.5803 to 1.0 p.u., ensuring that both low-load and peak-load scenarios are captured throughout the simulation period. The yearly profile includes 8760 hourly points and enables detailed time-series analysis.
Figure 15 presents the yearly meter data recorded at the substation node. The active power consumption (kWh) fluctuates between approximately 800 to 1750 kWh per hour, with visible seasonal patterns. The reactive power (kVArh) shows similar trends but with comparatively smaller magnitudes. These trends offer valuable insights into seasonal load behavior and feeder stress levels.
Voltage magnitudes across the feeder are assessed hourly over the year to examine compliance with IEEE voltage standards.
Figure 16 illustrates the minimum and maximum voltage envelopes across all buses. Voltages remain within the 0.95 to 1.05 p.u. range throughout the year, although the system operates closer to the lower limit during peak demand conditions. This sensitivity to localized loading patterns highlights the importance of voltage support mechanisms, especially in future scenarios involving high DER penetrations.
Figure 17 provides the active (kWh) and reactive (kVArh) energy losses throughout the year. Active losses generally range between 10 and 30 kWh per hour, while reactive losses fluctuate between 20 and 50 kVArh per hour. These losses exhibit strong seasonal variability, peaking during summer months when demand is at its highest. This baseline evaluation of system inefficiencies serves as a reference for assessing the potential benefits of DER integration in subsequent analysis.
From the baseline results of the IEEE 123-bus feeder, the following observations can be made:
Voltage levels remain within IEEE regulatory limits, though they operate close to the lower bound during high-demand intervals, which could pose future voltage compliance issues under DER stress conditions.
Energy consumption data shows well-defined seasonal peaks, aligning with expected real-world behavior in summer due to higher cooling loads.
System losses exhibit clear trends, increasing during peak demand seasons, especially reactive losses, indicating a need for voltage and reactive power support in high-load conditions.
5.2.2. Nodal Hosting Capacity Determination Results
To assess the spatial variability of photovoltaic (PV) hosting capacity across the IEEE 123-bus distribution system, a comprehensive nodal analysis was conducted using the custom-built NodalCapacity_Analyzer implemented in Python and OpenDSS. This analysis systematically incremented PV generation at each node, independently of others, to determine the maximum allowable PV penetration per node before any voltage or thermal violations were encountered. The base circuit model used in this study is IEEE_123_Bus, which represents a complex, asymmetrical, and unbalanced feeder, a highly representative topology for real-world urban and semi-urban power systems.
The IEEE 123-bus test feeder comprises a total system load capacity of approximately 3490.0 kW. The simulation spanned a full calendar year with hourly resolution (8760 time points), reflecting realistic demand variations and daily load cycles. Each node was tested individually by incrementally injecting PV power in steps—typically from 0 kW up to a threshold at which the system first exhibited one of the following:
Overloads on lines or transformers (thermal violations);
Voltage violations, i.e., voltage dropping below 0.95 p.u. or exceeding 1.05 p.u.
The analysis was conducted for a representative subset of 96 nodes, covering all three phases and capturing a wide range of topological positions—from near-substation nodes to remote lateral endpoints. Each simulation recorded the following:
The number of overloads (if any) triggered during the year;
The number of overvoltage and undervoltage instances;
The peak real (kW) and apparent (kVA) demand;
Total annual energy losses (kWh and kVArh).
Figure 18 illustrates detailed results for two sample nodes:
s6c and
s65c. Each node result consists of three subplots:
The top subplot shows that both nodes experienced zero overloads and voltage exceptions across all simulated PV capacities, confirming stable operation.
The middle subplot demonstrates that peak demand (both kW and kVA) declined steadily with increasing PV penetration. For instance, at node s65c, peak real demand reduced from over 1760 kW to below 1700 kW at the highest tested PV capacity, indicating effective peak shaving and feeder stress relief.
The bottom subplot reveals that annual energy losses (both real and reactive) decrease consistently as PV penetration rises, affirming that localized generation offsets load-driven power flows and reduces I2R losses.
To consolidate the nodal results, a system-wide bar chart
Figure 19 was generated that displays the maximum PV injection (in kW) for each of the 96 evaluated nodes without triggering any violations. This chart effectively visualizes the relative hosting strength of each location.
The maximum nodal hosting capacities ranged from as low as 20 kW to as high as 500 kW, underscoring the critical importance of location in DER planning. The most notable findings include the following:
High Hosting Nodes: Nodes such as s47 and s48 exhibited maximum capacities of 105 kW and 210 kW, respectively. The highest hosting node, s64b, reached 500 kW, likely due to a strong local load base, low impedance path, and favorable phase configuration.
Moderate Hosting Nodes: Nodes like s65c, s66c, and s76a accommodated PV injections between 70 and 105 kW. These nodes were neither at the far edges of the network nor too close to the substation, offering balanced conditions.
Low Hosting Nodes: Several remote single-phase nodes such as s31c, s7a, and s95b could only host 20–35 kW before experiencing operational constraints. These are typically located at high-impedance lateral ends with limited support infrastructure.
The significant variability in hosting capacity across nodes in the IEEE 123-bus system confirms that uniform DER policies are inadequate. Instead, location-aware hosting capacity maps must guide future DER siting decisions. These insights can carry out the following:
Help utilities prioritize grid upgrades (e.g., voltage regulators, reconductoring) at weak nodes;
Enable DER developers to optimize interconnection strategies and avoid costly delays;
Support dynamic hosting capacity calculations in distribution management systems (DMSs).
This nodal capacity study reveals the highly heterogeneous nature of PV hosting potential in real-world feeders. The analysis underscores the need for data-driven and location-specific DER integration strategies, especially for large-scale deployments in complex, unbalanced networks like the IEEE 123-bus feeder.
5.2.3. Monte Carlo Simulation Results Using ONLY PV AS DERs
To thoroughly assess system behavior under variable distributed generation conditions, we performed Monte Carlo simulations on the IEEE 123-bus system, considering only PV-based DERs. Penetration levels ranged from 0% to 75%, incremented in 5% steps, with 500 iterations per level, capturing the uncertainty in spatial PV distribution, daily irradiance variability, and network response.
To assess system-level performance under increasing solar photovoltaic (PV) integration,
Figure 20 provides a Monte Carlo-based statistical summary of the IEEE 123-bus system’s operational behavior across penetration levels ranging from 0% to 75%. The six subplots capture key reliability and efficiency indicators, offering insight into emerging constraints and potential optimization windows.
Figure 20a confirms the absence of thermal overloads across all simulated cases and penetration levels. This indicates that the 123-bus system possesses adequate conductor and transformer capacity to accommodate distributed PV generation without violating thermal design constraints, even under high-penetration scenarios. This is reflective of the system’s relatively long feeder lengths and radial layout, which disperses the injected PV power without concentrating excessive current in individual branches.
Voltage exceptions, depicted in
Figure 20b, begin to increase in frequency starting around 25–30% PV penetration, with more frequent and dispersed violations observed at higher levels. These exceptions primarily manifest as overvoltage conditions during midday solar peaks, especially at buses located far from the substation or at terminals with high PV-to-load ratios. While most cases remain within ANSI limits, the growing variance and number of outliers suggest heightened sensitivity of voltage profiles to uncoordinated PV injection and minimal reactive compensation, particularly in low-load periods.
Figure 20c,d show that both peak real power (kW) and peak apparent power (kVA) at the substation initially decline with increased PV penetration. This trend reflects the successful peak shaving effect of daytime generation, which reduces the burden on upstream infrastructure. However, at penetration levels beyond 65–70%, a sudden rise is observed in both kW and kVA, likely due to reverse power flows and voltage control issues causing elevated reactive power circulation. This nonlinearity implies a critical transition zone where further PV addition may paradoxically increase substation loading metrics due to poor coordination and voltage excursions.
The trends in system losses, presented in
Figure 20e,f, follow a U-shaped profile. Both active energy losses (kWh) and reactive losses (kVArh) decrease up to around 35–40% penetration, aligning with reduced feeder loading and improved local generation-to-load matching. However, beyond this range, losses begin to rise again. This is attributed to inefficient reverse flows, mismatches between generation and consumption zones, and voltage-induced reactive currents that circulate through the network. These observations emphasize the presence of an optimal PV hosting threshold—typically between 30% and 45%—where system losses are minimized and performance is most favorable.
Collectively, these results highlight the robustness of the IEEE 123-bus system in accommodating moderate PV penetration without thermal violations. Nevertheless, they also reveal the emergence of voltage regulation and power quality challenges beyond certain thresholds, underscoring the need for intelligent inverter support, Volt/VAR optimization, and proactive DER coordination policies for ensuring stable high-penetration PV integration.
To further explore system dynamics and stress periods, time-series plots of key performance indicators were analyzed over the entire simulation year and for a representative high-stress week (hours 4100–4172).
Figure 21 illustrates the temporal dynamics of key operational parameters across varying PV penetration levels in the IEEE 123-bus system using both annual and zoomed-in weekly views. In
Figure 21a,e, real power losses exhibit strong periodicity aligned with the solar irradiance profile, showing clear reductions during daylight hours—especially at moderate penetration levels. However, as penetration rises beyond mid-range levels, loss variability increases significantly. This behavior is attributed to reverse power flows and the spatial mismatch between generation sources and local demand, which introduce complex current paths and potential backfeeding.
Figure 21b,f depict the active and reactive power recorded at the substation. As PV penetration increases, the system transitions from a traditional import-dominated profile to scenarios where midday export conditions prevail. These bidirectional flows, accompanied by increased amplitude and frequency in power direction switching, can impose operational stress on substation equipment such as on-load tap changers. The growing need for inverter-based functionalities, such as ride-through and support for voltage regulation, becomes evident in such high-penetration environments.
The total distributed generation trends shown in
Figure 21c,g confirm a consistent bell-shaped generation profile across all simulations, driven by the inherent diurnal and seasonal behavior of solar output. However, at higher penetration levels, the volume of exported energy during midday hours becomes substantial. This raises concerns related to overgeneration and necessitates the implementation of control schemes such as dynamic curtailment, load shifting, or energy storage to manage surplus energy more effectively.
Finally, voltage behavior across the network is illustrated in
Figure 21d,h. While undervoltage events remain infrequent, overvoltage conditions become prominent during peak PV production periods, especially at buses located far from the substation or with high PV-to-load ratios. These localized excursions underscore the limitations of centralized regulation devices and highlight the need for distributed voltage support solutions. Technologies such as Volt/VAR control, smart inverters with reactive capability, and decentralized capacitor banks are recommended to mitigate such issues and ensure voltage compliance throughout the feeder.
The simulation results clearly indicate that low to moderate PV integration (up to approximately 25%) can be accommodated without significant adverse effects on system performance. However, as PV penetration exceeds 35–40%, several critical challenges begin to emerge. These include the increasing occurrence of voltage violations due to surplus generation, reversal of feeder power flows leading to higher line losses, and the saturation of peak shaving benefits. Without appropriate mitigation strategies, such as adaptive voltage control, inverter-based reactive power support, smart inverter dispatch, or coordinated storage control, the system experiences a rapid decline in hosting capacity and operational reliability. These findings reinforce the need for proactive grid modernization and planning to ensure the safe and efficient integration of high PV penetrations.
5.2.4. Monte Carlo Simulation Results Using ALL DERs
A comprehensive Monte Carlo analysis was conducted on the IEEE 123-bus system to assess the system-wide impact of integrating multiple Distributed Energy Resources (DERs), namely photovoltaic (PV) systems, electric vehicles (EVs), and battery energy storage systems (BESSs). The penetration levels were varied systematically from 0% to 75% in 5% increments. For each penetration level, multiple random DER placement and sizing configurations were generated and evaluated to capture the stochastic behavior of DER integration. Each simulation instance reflects unique combinations of load shapes, DER sizes, and spatial distribution across residential and commercial nodes.
Figure 22 presents the statistical outcomes of the Monte Carlo simulations for the IEEE 123-bus system incorporating PV, EV, and BESS, offering insight into six critical performance metrics across increasing DER penetration levels. The boxplots summarize the variability across randomized DER deployment configurations and temporal profiles.
In
Figure 22a, overload events exhibit a dramatic and nonlinear rise beginning at around 30–35% DER penetration, intensifying rapidly beyond 45%. These overloads predominantly affect lines and transformers subjected to coincident high EV charging and delayed or insufficient BESS discharging. The broad interquartile range and numerous outliers at higher penetration levels reflect the strong dependence of thermal loading on DER siting, temporal alignment, and coordination. These results highlight growing thermal vulnerability under unmanaged DER growth.
Figure 22b shows that voltage exceptions increase steadily with DER penetration. Violations are detected as early as 10–15%, increasing in frequency and severity with further penetration. This behavior is primarily driven by high midday PV output leading to overvoltage at lightly loaded nodes, as well as localized undervoltages from clustered evening EV loads. The substantial whisker lengths and data dispersion indicate that some nodes are particularly sensitive to voltage regulation failure under certain Monte Carlo scenarios.
The substation’s peak real power demand (
Figure 22c) increases linearly with DER penetration, contrary to expectations that DERs reduce peak loads. This trend is due to the accumulation of EV charging events, often occurring simultaneously during grid peak periods, overpowering the mitigating effects of PV generation and BESS discharge. Similarly,
Figure 22d reveals that peak apparent power (kVA) also climbs with penetration, reflecting increased current magnitude due to both real and reactive power demands. The use of inverters in DERs, especially under uncoordinated operation, contributes to reactive injection, exacerbating the substation’s apparent power burden.
Figure 22e,f indicate sharp increases in both real energy losses (kWh) and reactive losses (kVArh) with rising DER levels. Unlike PV-only scenarios where localized generation helps curtail losses, the addition of EV and BESS complicates power flows. Reverse power transfers from PV, coincident EV loading, and inefficient BESS scheduling result in frequent bidirectional currents across long feeders. The reactive losses nearly double across the studied range, underscoring the inefficiency introduced by reactive power interactions among DERs. These findings signal the need for enhanced Volt/VAR control, strategic DER dispatch, and load-shaping mechanisms to contain system losses and maintain grid performance under high DER integration.
To further investigate the temporal dynamics of grid performance under increasing DER penetration,
Figure 23 presents both full-year (left) and representative week (hours 4100–4172, right) trends for four key system variables across all penetration scenarios, including PV, EV, and BESS.
Figure 23a,e illustrate system losses, combining both active (blue) and reactive (red) energy losses. Over the course of the year, losses follow cyclical daily patterns strongly influenced by solar generation and load profiles. As DER penetration increases, total energy losses become increasingly variable and rise significantly during midday hours in the zoomed view (
Figure 23e). These peaks correspond to periods of high PV generation and low local consumption, triggering reverse power flows and increased reactive circulation, particularly in feeders not adequately supported by BESS discharge.
System-level energy exchange with the substation is shown in
Figure 23b,f. With higher DER integration, net energy drawn from the substation declines due to local generation and storage support. However, the zoomed-in plots reveal large amplitude oscillations in both active (red) and reactive (blue) flows. During high-penetration midday hours, substantial power is exported to the substation, leading to polarity reversals in meter readings. These bidirectional transitions increase the operational stress on transformer tap changers and may challenge the protection coordination schemes in place.
Figure 23c,g show distributed generation totals, which exhibit the characteristic bell-shaped daily curve of PV systems. At higher DER penetrations, midday generation reaches its maximum and becomes more variable across scenarios, underscoring the influence of irradiance profiles and PV placement diversity. The recurring high peaks and sharp transitions suggest a need for active curtailment, demand shifting, or energy absorption mechanisms to maintain local power balance and prevent overgeneration-related issues.
Finally, voltage trends are captured in
Figure 23d,h. Throughout the year, most voltages remain within acceptable limits (0.95–1.05 p.u.), yet the variability grows with increasing DER levels. In the zoomed plots,
Figure 23h shows clustered overvoltage events near solar noon and mild undervoltage dips during evening EV peaks. These patterns confirm that the compounded effects of daytime PV injections and nighttime EV loads exacerbate voltage volatility, especially at electrically distant nodes or those with weak regulation support.
Overall, the results indicate that while DER integration brings substantial energy and peak-shaving benefits, the 123-bus system experiences increasing operational complexity as penetration exceeds 40–50%. Temporal overlaps between DER behaviors—such as midday PV export and evening EV charging—generate stress on both energy balance and voltage regulation. These findings emphasize the critical need for real-time coordination, Volt/VAR optimization, and demand-side management to ensure reliable system operation under high DER penetration.
The analysis underscores the need for advanced control strategies to unlock higher hosting capacity. This includes coordinated DER dispatch, demand-side flexibility, Volt/VAR control using smart inverters, and optimized BESS charging/discharging schedules. Without such interventions, hosting capacity saturates quickly, and system-wide operational degradation becomes inevitable.
5.3. Comparative Discussion
The performance of the IEEE 13-bus and IEEE 123-bus systems under various DER integration scenarios offers a comprehensive understanding of how distribution system topology, load diversity, and node location affect the ability to host Distributed Energy Resources. The 13-bus system, with a compact and radial layout, presents a more sensitive response to incremental DER penetration. Due to its limited size (with 15 primary nodes considered for analysis), the overall PV hosting capacity is concentrated on fewer nodes, such as node 671, which supports up to 1.1 MW of PV generation without causing overloads or voltage violations. This high hosting value, however, is an exception and not the norm; other nodes in the 13-bus system, including 634, 675, and 645, demonstrated much lower hosting thresholds, ranging between 50 and 150 kW, indicating that capacity is highly dependent on local network strength, impedance, and feeder head proximity. On the other hand, the IEEE 123-bus system exhibits a more distributed capability for DER accommodation. With over 95 residential and commercial nodes analyzed, the system supported a wider spectrum of PV capacities. Several nodes such as s64b, s66c, s48, s47, s76a, s65c, and s76b each hosted DERs in the range of 70–210 kW, even under conservative sizing conditions. The overall system load of the 123-bus feeder (approximately 3490 kW) allowed a more robust allocation of DERs without triggering system-wide constraint violations.
In terms of DER hosting capacity, the nodal capacity results indicated that even within the same feeder, substantial variation exists across nodes. For the 13-bus system, the cumulative hosting capacity under zero violation conditions was approximately 3.6 MW, which is just above the system peak load of 3.49 MW, indicating that hosting potential can match system demand under optimal conditions. The 123-bus system, however, displayed a more balanced utilization of DERs across nodes, enabling a higher number of nodes to share the hosting burden without heavily stressing any particular branch. This becomes particularly important in operational planning, where equitable DER distribution helps in loss minimization and voltage profile flattening.
Sensitivity to DER sizing and load growth emerged as a critical theme in both systems. As penetration of PV, EV, and BESS increased from 0% to 75% in 5% increments, the Monte Carlo simulations revealed clear thresholds beyond which system performance degraded. In the 13-bus case, voltage violations and overloads began appearing more frequently beyond 45–50% DER penetration, while the 123-bus system exhibited greater tolerance due to its distributed structure but still showed adverse impacts when penetration exceeded 60%. Particularly, the long lateral branches in the 123-bus system were susceptible to under-voltage issues when DERs were clustered far from the substation. Similarly, power losses and reactive power demands increased with DER penetration, especially when uncoordinated EV charging and BESS discharging occurred during peak load hours. For instance, total system losses in the 13-bus feeder rose from 38.2 MWh/year at 0% penetration to over 50 MWh/year at 75%, while in the 123-bus system, a similar trend was observed, albeit with smoother progression due to better load and DER spatial diversification.
The value of combining deterministic and probabilistic evaluations is evident through the integration of nodal analysis with Monte Carlo simulations. Deterministic nodal hosting capacity analysis provided clear insight into the absolute thresholds of each node under idealized, static conditions. These results are useful for identifying optimal DER placement strategies and initial feasibility studies. However, they fail to capture the stochastic nature of DER behavior, customer variability, and temporal load dynamics. The Monte Carlo approach, with 500 random iterations per penetration level, offered a statistical distribution of possible outcomes, including overload frequency, under-voltage occurrence, and variations in peak loading. This dual approach enables grid planners to not only set upper bounds but also assess risk margins and identify worst-case scenarios. For example, while node s76a in the 123-bus system might host up to 105 kW in the deterministic analysis, probabilistic evaluations might suggest derating it to 90 kW to ensure reliability across the majority of scenarios.
In addition to the technical improvements demonstrated through coordinated DER integration, the framework also offers notable economic benefits. Reductions in system losses directly translate to lower energy procurement costs for utilities. Moreover, mitigation of feeder congestion and voltage violations can defer or eliminate the need for costly network reinforcements, such as transformer or line upgrades. Coordinated DER deployment also enhances asset utilization and improves the operational efficiency of the distribution system. While this study focuses on technical performance metrics, these outcomes collectively support a favorable cost–benefit profile. Future work will extend the framework to incorporate economic optimization objectives, including DER capital costs, energy market revenues, and lifecycle savings, to enable a more comprehensive techno-economic analysis.
One of the clearest takeaways from this study is the importance of node-specific strategies in deploying DERs. Uniform DER deployment across a feeder, although simple to plan, often leads to inefficient or unsafe operation. Nodes located closer to the substation can accommodate higher DER sizes with minimal impact, while those at the feeder ends or weak voltage zones may require additional support mechanisms such as voltage regulation devices or smart inverter functions. For instance, in the 123-bus system, node s4c or s83c may experience early voltage violations due to their remoteness and line impedance, even with small DER additions, whereas s47 and s48 demonstrated strong DER hosting potential.
The scalability of the analysis framework is another vital contribution. The methodology used for the 13-bus system was directly extended to the 123-bus case with minimal adjustment, showcasing the framework’s robustness. Python-based orchestration using py_dss_interface enabled dynamic model reconfiguration, case management, and data extraction, while OpenDSS served as the simulation backend. The same scripts were used to automate DER injections, simulate yearly profiles, and evaluate metrics for thousands of cases. This level of automation ensures that the methodology can be adapted to larger utility-scale feeders or even utility-wide simulations.
From an applicability perspective, the findings demonstrate that this framework can be leveraged across different grid sizes and configurations, from small rural feeders with sparse loads to dense urban feeders with high DER potential. For smaller feeders like the 13-bus system, quick deterministic nodal assessments may be sufficient to plan limited DER integration. In contrast, for complex feeders like the 123-bus system, probabilistic simulations become essential to uncover hidden bottlenecks and to assess the true reliability envelope under real-world variability.
Lastly, real-world deployment considerations should include integration with utility planning tools, adherence to operational standards, and adaptation to DER interconnection policies. These include modeling seasonal load variation, DER generation profiles (especially for solar), and advanced inverter functions for grid support. In the context of evolving regulatory frameworks, such as IEEE 1547-2018, tools that support both deterministic and probabilistic assessments will become increasingly vital. The presented approach equips utilities and researchers with a powerful decision-making engine to explore DER-hosting capacity, optimize deployment strategies, and enhance grid resilience in a decentralized energy future.