This is an unedited manuscript accepted for publication and provided as an Article in Press for early access at the author’s request. The article will undergo copyediting, typesetting, and galley proof review before final publication. Please be aware that errors may be identified during production that could affect the content. All legal disclaimers of the journal apply.
Ram Kumar Vishwakarma,
H.N.Suresh,
Akash Tomar,
- Research Scholar, Department of Mechanical Engineering Swami Vivekanand University, Sagar, Madhya Pradesh, India
- Associate Professor, Department of Mechanical Engineering Swami Vivekanand University, Sagar, Madhya Pradesh, India
- Associate Professor, Department of Mechanical Engineering Infinity Management & Engineering College, Sagar, Madhya Pradesh, India
Abstract
Chemical reactors are widely used in pharmaceutical process industries. The temperature controller design is an essential part of heat exchangers (HE) design for such reactors. The goal of this research is to design and validate the Feed Forward (FF) temperature compensator for the stared tank chemical rectors. The aim is to analyze the impact of high turbulence (Gain) performance on step response. For temperature management, a transfer function (TF) control based on PI controllers is anticipated. The main purpose of the PI compensatory is to lessen the influence of rising time. The modeling and assimilation of the temperature control for the heat exchanger designs is proposed to be implemented in MATLAB using Simulink and soft computing-based analysis. The expected results of the step response of the temperature controller are plotted for HE designs. The two-point technique is also used to identify the model function and its parameters. Identifying the t1 and t2 points, which appear to contribute 28.3% and 60%, respectively, to the system’s maximum responsiveness. The variation in [t1 t2] is evaluated as valuable gain.
Keywords: Chemical Reactors Heat Exchanger, Temperature control, U Tube, Fin-Plate HE, Flow Configuration, Gain Impact
[This article belongs to Journal of Thermal Engineering and Applications (jotea)]
Ram Kumar Vishwakarma, H.N.Suresh, Akash Tomar. Modeling and Simulation of Feed Forward Temperature Controller with Effect of Higher Gain on Chemical Reactors Heat Exchangers. Journal of Thermal Engineering and Applications. 2025; 12(01):-.
Ram Kumar Vishwakarma, H.N.Suresh, Akash Tomar. Modeling and Simulation of Feed Forward Temperature Controller with Effect of Higher Gain on Chemical Reactors Heat Exchangers. Journal of Thermal Engineering and Applications. 2025; 12(01):-. Available from: https://journals.stmjournals.com/jotea/article=2025/view=0
window.onload = function () {
let slideIndex = 0;
const slides = document.querySelectorAll(“.Slide img”);
const prevBtn = document.querySelector(“.prevBtn”);
const nextBtn = document.querySelector(“.nextBtn”);
function showSlide(index) {
slides.forEach((slide, i) => {
slide.style.display = i === index ? “block” : “none”;
});
}
showSlide(slideIndex);
prevBtn.addEventListener(“click”, () => {
slideIndex = (slideIndex > 0) ? slideIndex – 1 : slides.length – 1;
showSlide(slideIndex);
});
nextBtn.addEventListener(“click”, () => {
slideIndex = (slideIndex < slides.length – 1) ? slideIndex + 1 : 0;
showSlide(slideIndex);
});
};
Browse Figures
References
- Singh SK, Kumar A. Experimental study of heat transfer and friction factor in a double pipe heat exchanger using twisted tape with dimple inserts. Energy Sources, Part A: Recovery, Utilization, and Environmental Effects. 2021 Jun 27:1-30.
- Porru M, Baratti R, Alvarez J. Feedforward-feedback control of an industrial multicomponent distillation column. IFAC Proceedings Volumes. 2014 Jan 1;47(3):1266-71. https://doi.org/10.3182/20140824-6-ZA-1003.01780.
- Mustafa S, Taha MM, Zatout AA, Sedahmed GH, El-Gayar DA. Mass transfer at the outer surface of a spiral tube heat exchanger in a stirred tank reactor and possible applications. Chemical Engineering Research and Design. 2021 Jan 1;165:426-34.
- Miao W, Xu B. Application of Feedforward Cascade Compound Control Based on Improved Predictive Functional Control in Heat Exchanger Outlet Temperature System. Applied Sciences. 2023 Jun 14;13(12):7132.
- Liu L, Tian S, Xue D, Zhang T, Chen Y. Industrial feedforward control technology: a review. Journal of Intelligent Manufacturing. 2019 Dec;30:2819-33.
- Miao W, Xu B. Application of Feedforward Cascade Compound Control Based on Improved Predictive Functional Control in Heat Exchanger Outlet Temperature System. Applied Sciences. 2023 Jun 14;13(12):7132.
- Kumar U, Sharma V, Rahi OP, Kumar V. MPC-based temperature control of CSTR process and its comparison with PID. InAdvances in Electrical and Computer Technologies: Select Proceedings of ICAECT 2019 2020 (pp. 1109-1115). Springer Singapore.https://doi.org/10.1007/978-981-15-5558-9_94.
- Edreis E, Petrov A. Types of heat exchangers in industry, their advantages and disadvantages, and the study of their parameters. InIOP Conference Series: Materials Science and Engineering 2020 Nov 1 (Vol. 963, No. 1, p. 012027). IOP Publishing.
- Ismael MN, Nawaf AT, Abdullah MA. CONTINUOUS STIRRED TANK REACTOR USING THE DUAL/VALVE POSITION-CASCADE CONTROL SYSTEM. International Journal of Mechatronics and Applied Mechanics. 2020(7):129-37.
- Hu C. Reactor design and selection for effective continuous manufacturing of pharmaceuticals. Journal of Flow Chemistry. 2021 Sep;11(3):243-63. https://doi.org/10.1007/s41981-021-00164-3
- Vasičkaninová A, Bakošová M. Robust controller design for a heat exchanger. In2015 20th International Conference on Process Control (PC) 2015 Jun 9 (pp. 113-118). IEEE.
- Lottis D, Kallert A. Simulative comparison of concepts for simultaneous control of heat flow and outlet temperature of heat exchangers for highly flexible use in the test facility “District LAB”. Energy Informatics. 2022 Sep 7;5(Suppl 1):16. https://doi.org/10.1186/s42162-022-00202-x.
- Girirajan B, Rathikarani D. Optimal CRONE controller using meta-heuristic optimization algorithm for shell and tube Heat Exchanger. InIOP Conference Series: Materials Science and Engineering 2021 Jul 1 (Vol. 1166, No. 1, p. 012058). IOP Publishing.
- Olana FD, Abose TA. PID temperature controller design for shell and tube heat exchanger. Int J Eng Manuf. 2021 Feb 1;1:37-46.
- Padhee S. Controller design for temperature control of heat exchanger system: simulation studies. WSEAS Transactions on Systems and Control. 2014;9(1):485-91.
- Möller A, Gullapalli VS. System cost and efficiency optimization by heat exchanger performance simulations. Energy Procedia. 2017 Sep 1;129:459-65.

Journal of Thermal Engineering and Applications
| Volume | 12 |
| Issue | 01 |
| Received | 17/01/2025 |
| Accepted | 23/01/2025 |
| Published | 14/02/2025 |
async function fetchCitationCount(doi) {
let apiUrl = `https://api.crossref.org/works/${doi}`;
try {
let response = await fetch(apiUrl);
let data = await response.json();
let citationCount = data.message[“is-referenced-by-count”];
document.getElementById(“citation-count”).innerText = `Citations: ${citationCount}`;
} catch (error) {
console.error(“Error fetching citation count:”, error);
document.getElementById(“citation-count”).innerText = “Citations: Data unavailable”;
}
}
fetchCitationCount(“10.37591/JOTEA.v12i01.0”);