1. Introduction
Energy efficiency in ship operations has become an increasingly important factor owing to rising fuel costs and stricter environmental regulations [
1,
2]. According to various reports, the share of energy consumption costs in maritime transport can amount to 30–50%, and even 40%, and 63%, respectively [
3,
4,
5]. The central cooling system of a ship is essential for maintaining the optimal temperature conditions of key machinery and is one of the more significant energy-consuming auxiliary systems [
6]. However, conventional cooling systems typically use fixed-speed seawater pumps [
7], which lead to high energy consumption and inefficient temperature control.
To address these inefficiencies, as shown in
Figure 1, variable-speed pump control strategies are being applied to enhance energy efficiency, reduce operational costs, and minimize environmental impact. Several advanced control methods have been proposed to improve the performance of these variable-speed pumps, including PI/PID control, Model Predictive Control (MPC), Fuzzy Logic Control, Adaptive Control, Reinforcement Learning (RL)-based control, and feedforward control. Each of these approaches has its advantages and limitations [
8].
PI/PID control remains one of the most commonly used strategies due to its simplicity and stability in operation [
9,
10]. However, its adaptability to rapidly changing conditions is limited, necessitating improvements in response speed and adaptability. MPC is known for its predictive capabilities and effectiveness in handling multivariable systems [
11,
12], but its high computational demand makes real-time implementation challenging for shipboard applications. Fuzzy Logic Control offers advantages in handling nonlinear systems [
13,
14], yet it requires expert-defined rules, which can be difficult to generalize for diverse maritime conditions. Adaptive control allows automatic parameter adjustment based on system variations, making it suitable for dynamically changing environments [
15], but its complex tuning process raises concerns about stability. RL-based AI control has shown potential for optimizing complex scenarios [
16,
17], yet it requires extensive data and long training times, making it computationally expensive for real-time ship operations. Feedforward control [
18], by contrast, improves response time by anticipating disturbances before they occur, making it particularly effective for handling seawater temperature fluctuations.
While MPC, adaptive control, and AI-driven RL approaches have shown promise in optimizing energy efficiency across various industries, their implementation on ships is challenging due to computational complexity and practical constraints. Traditional PI/PID controllers continue to be widely used due to their simplicity and reliability, but their limitations in handling rapid fluctuations in seawater temperature and engine loads must be addressed.
To overcome these challenges, this study proposes an Internal Model Control (IMC)-based PI-PID control strategy combined with a feedforward PI controller for optimizing variable-speed seawater pump operations. The IMC-based PI-PID control method improves conventional PID tuning by incorporating an internal system model, ensuring greater stability, faster response, and improved control precision. Additionally, integrating feedforward PI control allows the system to anticipate disturbances such as seawater temperature fluctuations and proactively adjust pump speed, resulting in reduced energy consumption and more stable temperature regulation.
IMC-based PI-PID control is the optimal approach for this application due to its ability to handle the complex dynamic characteristics of the ship’s cooling system while maintaining robust performance under varying operating conditions. Unlike traditional PID controllers that rely solely on real-time feedback, IMC enhances system reliability by incorporating a model of the process into the control structure. This ensures that control actions are not only responsive but also predictive, leading to a more stable and efficient cooling system. Furthermore, the inclusion of a feedforward PI controller enhances the system’s ability to preemptively compensate for external disturbances, reducing the likelihood of inefficiencies caused by lagging feedback corrections.
Compared to alternative methods such as MPC or adaptive control, the IMC-based PI-PID approach offers a balance between computational feasibility and precise control. While MPC excels in predictive modeling, it requires significant computational power, which may not be readily available on ships. Adaptive control, on the other hand, can introduce complexity in parameter tuning and stability assurance. The IMC-based approach circumvents these issues by utilizing a structured tuning methodology that ensures optimal control performance without excessive computational demand, making it highly practical for real-world maritime applications.
This study sets itself apart from previous research by utilizing real operational data collected from an 11-day ship voyage, providing more reliable and practical insights into controller performance. The proposed strategy is evaluated through MATLAB/Simulink simulations, comparing three different control configurations: (1) Conventional PI-PI control, (2) PI-PID without feedforward control, and (3) PI-PID with feedforward control (the proposed method).
The effectiveness of the proposed approach is assessed based on power consumption, system stability, and response time, with results demonstrating a 277.4 kWh energy reduction over an 11-day period, translating into significant cost savings and environmental benefits.
The remainder of this paper is organized as follows:
Section 2 presents the conditions of the simulation test and the proposed control method.
Section 3 describes the tuning of the controllers and provides detailed procedures and parameter selection criteria for the IMC PI and PID controllers.
Section 4 presents simulation test results.
Section 5 discusses the findings, and
Section 6 provides the conclusions.
3. Tuning of the Controllers
3.1. Tuning of Seawater Supply Pump Speed Controller
The seawater supply pump motor was an induction motor, and its rotational speed could be controlled by varying the frequency of the power supply through an inverter. The process of tuning the rotational speed controller PI
sw for the seawater supply pump motor was guided by the Internal Model Control principles. This involves adjusting the controller based on the system model, which considers the voltage frequency of the electric power supply of the seawater pump motor as the input variable, and the freshwater outlet temperature from the heat exchanger as the output variable. This model, known as
, operates under the assumption of a constant three-way valve-opening degree [
9]. It can be simplified as a first-order system because, as the rotational speed increases, the output temperature decreases, considering external variables such as pipe roughness, length, and other factors, as per Equation (1).
The model
is expressed as a first-order lag system. The IMC-based controller
for the feedback control system is represented in the form of a proportional–integral (PI) controller, as shown in Equation (2).
where
is the gain of
,
is the IMC filter value, and
and
are the proportional and integral gains of the PI controller, respectively [
19,
20,
21,
22].
3.2. Tuning of Three-Way Valve Opening Controller
Tuning of the PI
3v and PID
3v controllers for the three-way valve opening was also based on IMC principles. The system model
, which uses the three-way valve opening as the input and the freshwater outlet temperature from the three-way valve as the output, was employed. This model assumes a constant speed for the seawater pump and is represented as a second-order system, as shown in Equation (3) [
9].
Here, , , and β are the gain and system constants of .
To develop an IMC-based PID controller for a second-order system, we start by defining the lead–lag compensatory function, denoted as
, as shown in Equation (4). This approach follows the same methodology as that used to derive the seawater pump speed controller discussed in
Section 3.1.
Here, γ and represent the IMC filter values.
Then, using the models
and
, we derive the IMC-based controller
for the feedback control system, as shown in Equation (5).
If
>
,
>
, and
>
, the parameters of the PID
3v controller are as shown in Equation (6).
3.3. Tuning of the Feedforward Controller
The tuning of the feedforward PIff controller was also based on the IMC approach, similar to the tuning of the PIsw controller of the seawater supply pump’s PIsw controller. However, to reduce the error between the freshwater output temperature and setpoint more rapidly, the PIff controller tuning sets the IMC filter parameter to a smaller value than that of the seawater pump speed controller, allowing for a faster response of the seawater pump speed.
The PIff controller improves the slow response of the seawater pump speed that occurs when the PIsw controller adjusts the freshwater temperature using the heat exchanger, particularly during variations in the freshwater inlet temperature or seawater inlet flow rate.
By configuring the controllers in this manner, when the freshwater inlet temperature increases, the three-way valve first regulates the freshwater outlet temperature to the setpoint, and the PIff controller preemptively increases the speed of the seawater supply pump. Conversely, when the freshwater inlet temperature drops, the three-way valve increases the bypass flow around the heat exchanger, and the PIff controller preemptively decreases the speed of the seawater supply pump.
Thus, while the PIff controller is tuned in the same manner as the PIsw controller, its IMC filter parameter is set to a smaller value to ensure a faster response. Another difference is that the feedback signal for the PIff controller used the freshwater outlet temperature at the three-way valve.
Referring to the system transfer functions [
9] as per Equation (7),
Table 1 summarizes the parameter values for each controller tuned based on the IMC approach.
3.4. Step Response Analysis of PI and PI/PID Controller Combinations
The ship used in the simulation had a total tonnage of 9196 tons, with a main engine output of 8997 ps at Maximum Continuous Rating (MCR) and 7647 ps at Normal Continuous Rating (NCR). The model is shown in
Figure 4, and the specifications of the equipment are based on the details provided in
Table 2,
Table 3 and
Table 4.
The rated power of the motor driving the seawater pump was 45 kW, and the power supply used was a 440 V 3-phase, 60 Hz. Additionally, the frequency of the power supply ranged from a minimum of 30 Hz to a maximum of 60 Hz.
Table 5 presents the measurement results of the motor used during the seawater supply pump test, as outlined in
Table 4.
The tuned controllers were combined into three configurations and applied to the central cooling water model, as shown in
Figure 5. The response to the step input of freshwater and seawater temperatures, which corresponds to disturbances, was then observed and compared for each model. The three control configurations are as follows: first, a conventional configuration using PI controllers for both the seawater supply pump speed control and the three-way valve opening control; second, the proposed control configuration consisting of the PI
sw, PID
3v, and PI
ff controllers; and third, a combination excluding the feedforward controller PI
ff from the proposed configuration, thus using only the PI
sw and PID
3v controllers.
Figure 6 illustrates the modeling of the seawater supply pump motor driver and freshwater circulation pump motor driver [
23]. As shown in
Figure 6b, the freshwater circulation pump operates at a fixed speed; therefore, it is set to a fixed-rate RPM considering slip. Although the power supply for the seawater supply pump motor is provided as AC power, which passes through a rectifier and inverter before being supplied to the motor, it is simply modeled as DC power being directly supplied to the inverter, as shown in
Figure 6a.
Figure 7 illustrates the changes in the freshwater control output temperature, seawater pump rotational speed, and three-way valve opening in response to the step inputs of freshwater and seawater temperatures.
Figure 7a shows the changes in the input temperatures of both freshwater and seawater. At 500 s, both inputs experienced a step increase, and at 2000 s, a step decrease was applied.
Figure 7b illustrates the controlled output temperature of freshwater. The temperature control performances of the two controller combinations were generally similar. However, the combination of PI
sw and PID
3v without the feedforward controller showed a slight increase in the temperature of approximately 700 s. The reason for the temperature increase is that the three-way valve increased the flow rate to the heat exchanger side and reduced the bypass flow to control the outlet temperature. However, although the flow of high-temperature freshwater to the heat exchanger increased, as shown in
Figure 7c, the supply of seawater, which served as the coolant, did not increase. Consequently, the temperature of the freshwater outlet increased again.
Figure 7c presents the changes in the rotational speed of the seawater supply pump, which are closely related to the energy savings. The changes in the rotational speed of the seawater supply pump for the conventional and feedforward controller combinations were similar. However, the slowest and fastest decreases in the seawater pump speed were observed in the sequence of controller combinations without the feedforward controller, feedforward controller combination, and conventional controller combination.
Figure 7d shows the changes in the opening of the three-way valve. When the value is 1, it is completely closed, thus maximizing the bypass of the heat exchanger. When the value is 0, it is fully open, sending all freshwater to the heat exchanger for cooling. All three controller combinations yielded similar results. The conventional controller combination did not fully open the three-way valve. The degree of opening of the three-way valve is greatest in the sequence of controller combinations without the feedforward controller, feedforward controller combination, and conventional controller combination.
Based on the review of
Figure 7, the controller combination without the feedforward controller is excluded from the simulation using ship data, as it is not suitable for temperature control owing to the increase in the freshwater output temperature. This indicates that the feedforward controller compensates for the response time differences between the PID
3v and PI
sw controllers in the event of rapid changes in the freshwater or seawater temperatures.
4. Simulation Test Results
Figure 8 compares the simulation results using actual seawater and freshwater inlet temperature data from an 11-day operation period of a real vessel.
Figure 8a illustrates the variations in seawater and freshwater inlet temperatures entering the central cooling system. The data, recorded at one-minute intervals, were used as input data by utilizing the Signal Builder block in Simulink. During the period of 11 days, the freshwater inlet temperature was approximately 35 °C, which corresponds to the vessel’s calling at Hong Kong port, as referenced in
Figure 2. As the latitude increases, seawater inlet temperatures generally decrease. Additionally, the dataset included variations in freshwater inlet temperature corresponding to changes in the main engine load. Specifically, this occurs when the engine load transitions from full navigation to lower loads during port entry and departure operations. These temperature fluctuations were used to analyze the performance of the central cooling system under varying operational conditions.
Figure 8b presents the controlled freshwater outlet temperature. The target temperature was 36 °C, but it was observed to rise by approximately 0.5 °C at 2.9 days and 3.8 days. At these times, the seawater supply pump rotation speed in
Figure 8c and the full opening of the three-way valve in
Figure 8d indicate that the system has a maximum operational capacity. This is due to the freshwater inlet temperature rising to approximately 43.7 °C and the seawater inlet temperature reaching approximately 28 °C, thereby exceeding the heat exchange capacity of the heat exchanger.
In
Figure 8d, the variation in the three-way valve opening demonstrates that the controller combination with the proposed feedforward controller mostly maintains a fully open valve, directing all the incoming freshwater to the heat exchanger. Additionally, examining the operational period from 7.1 days to 9.5 days in
Figure 2 and
Figure 8a,c,d, it is evident that, as the vessel departs from Hong Kong harbor and moves northward, resulting in lower seawater supply temperatures, the controller combination with the feedforward controller reduces the seawater supply pump speed while keeping the three-way valve fully open. In contrast, the conventional controller combination simultaneously reduces both the seawater supply pump speed and opening of the three-way valve.
Figure 8c demonstrates that the proposed control scheme exhibits greater variability in the seawater pump rotation speed than the conventional control scheme. However, it is evident that the proposed control scheme operates predominantly within a lower rotational speed range.
The rotation speed of the seawater supply pump is closely related to the power consumption. Therefore,
Figure 9 compares the power consumption of two parallel-operated seawater supply pumps when applying the proposed feedforward controller and the conventional controller.
To accurately calculate the power and energy consumption, the voltage and current consumed by the inverter supplying power to the seawater supply pump motors were measured. Power was calculated by considering the power factor using Equation (8), and energy consumption was calculated by integrating power over time using Equation (9).
Over the entire simulation period, the power consumed by the seawater supply pumps using the conventional controller combination (PIsw and PI3v controllers) was 10,641.1 kWh. In contrast, the pumps using the proposed controller combination (PIsw, PID3v, and feedforward PIff controllers) consume 10,363.7 kWh. The difference in power consumption over approximately 11 days of navigation and berthing operations is approximately 277.4 kWh, indicating that the proposed controller combination is more energy-efficient.
5. Discussion
The findings of this study demonstrate that the proposed feedforward controller-equipped control scheme outperforms the conventional control scheme in terms of enhancing the efficiency of the central cooling system. Notably, the reduction in the power consumption of the seawater supply pump directly translates to operational cost savings, presenting substantial economic advantages. These results corroborate previous research, indicating that precise adjustment of controllers can considerably improve the energy efficiency of marine systems.
As shown in
Figure 8, adjustments in the rotation speed of the seawater supply pump and the three-way valve opening in response to variations in seawater and freshwater temperatures played a crucial role in maximizing the system’s heat exchange capacity. In particular, during specific periods such as the vessel’s call at the Hong Kong port, where the freshwater temperature rapidly fluctuates, and during northern voyages with lower seawater temperatures, the proposed controller swiftly responded to prevent overload of the heat exchanger and maintain a stable freshwater outlet temperature.
Furthermore, as illustrated in
Figure 9, the contribution of the proposed control scheme in reducing the power consumption is highly encouraging. The saving of 277.4 kWh over approximately 11 days of navigation and berth operations suggests greater energy savings during extended voyages.
The results of this study underscore the importance of controller design and adjustment for improving the operational efficiency of marine systems. Future research should further validate the performance of the controller under various routes, climatic conditions, and explore the optimization of real-time control algorithms to achieve even greater system efficiency.
6. Conclusions
This study investigated the performance of a central cooling system using simulations with PI and PID controller combinations, focusing on energy efficiency and operational performance. The optimized controller configurations, particularly those involving feedforward combined with conventional PI controllers, demonstrated improvements in energy efficiency. By accurately calculating the power and energy consumption through real-time monitoring of the voltage and current, the results indicated that approximately 277.4 kWh savings could be achieved over an 11-day operation. This outcome underscores the potential for reducing fuel consumption in marine operations, contributing to both cost savings and environmental benefits.
Despite these promising findings, this study also revealed certain limitations that warrant further consideration. Specifically, the simulation did not account for operational scenarios under port conditions, where only a single seawater cooling pump is typically in operation. This limitation may result in deviations in temperature control and energy efficiency under such circumstances, highlighting the need for more comprehensive modeling that includes diverse operational conditions. Additionally, it should be noted that the operational data used for the simulation were recorded from the AMS of a vessel over an 11-day period in specific regions and times. As such, the data may contain disturbances and generalizing the findings to all vessels and routes may be challenging.
Addressing these gaps in future research is crucial for enhancing the robustness and practical applicability of the proposed control strategies. Also, it would be valuable to explore machine learning-based approaches for adaptive control, enabling the system to respond more effectively to varying operational conditions. Experimental validation through full-scale sea trials and the consideration of diverse vessel types, seasonal variations, and operational routes could further enhance the generalizability of the findings.
In conclusion, the proposed control system exhibits significant potential for improving energy efficiency and reducing operational costs in maritime applications. Nevertheless, incorporating adaptive control strategies and addressing the identified limitations will further strengthen the reliability and effectiveness of the system, thereby ensuring its applicability across a wider range of operational scenarios.