Comparative analysis of thermal conductivity of the hybrid nanoparticles based sunflower and Jatropha vegetable oil

Year : | Volume : 11 | Issue : | Page : –
By

    Amol Asalekar

  1. Amol Asalekar

  2. D.V. A. Rama Sastry

  1. Assistant Professor, Department of Mechanical Engineering, Koneru Lakshmaiah Educational Foundation, Andhra Pradesh, India
  2. Associate Professor, School of Mechanical Engineering, MIT Academy of Engineering, Maharashtra, India

Abstract

Vegetable oil gained much more interest towards sustainable manufacturing as coolant due to its inherent properties. In this present study, the thermal conductivity of hybrid nanoparticles based sunflower and Jatropha vegetable oil are measured. ZnO-Ag Hybrid nanoparticles were mixed with sunflower and Jatropha vegetable oil in four different volume concentrations of nanofluids ranges from 0.05 to 0.20%. The thermophysical properties viz, thermal conductivity and Stability of prepared hybrid nanoparticles-based vegetable oil were measured by varying the concentrations. The obtained results demonstrate that the thermal conductivity of both the nanofluids are increase with increase in the volume concentration and temperature. Also, comparative experimental values showed that a maximum of 5 % enhancement of thermal conductivity was observed more in sunflower based nanofluid for 0.2% particle volume concentration than jatropha based hybrid nanofluid. Both nanofluids further be utilized for the manufacturing process as coolant for a better surface finish.

Keywords: Thermal conductivity, hybrid nanofluid, Vegetable oil

How to cite this article: Amol Asalekar, Amol Asalekar, D.V. A. Rama Sastry Comparative analysis of thermal conductivity of the hybrid nanoparticles based sunflower and Jatropha vegetable oil jopc ; :-
How to cite this URL: Amol Asalekar, Amol Asalekar, D.V. A. Rama Sastry Comparative analysis of thermal conductivity of the hybrid nanoparticles based sunflower and Jatropha vegetable oil jopc {cited };:-. Available from: https://journals.stmjournals.com/jopc/article=/view=0

Full Text PDF

References

Ezugwu EO, Bonney J. Effect of high-pressure coolant supply when machining nickel-base, Inconel 718, alloy with coated carbide tools. Mater. Process. Technol. 2004; 153:1045–1050p.
Pervaiz S, Kannan, Kishawy HA. An extensive review of the water consumption and cutting fluid based sustainability concerns in the metal cutting sector. Clean. Prod. 2018;197: 134–153p.
Kotwani A, Shukla A, Unune DR. Performance investigation of vegetable oils as a cutting fluid in MQL assisted CNC end milling of Al6061; Copen 2019 Dec12-14; Indore India.
Sharma AK, Tiwari AK, Dixit AR et al. Investigation into Performance of SiO2 Nanoparticle Based Cutting Fluid in Machining Process. Today Proc. 2017; 4(2): 133–141p
Nam JS, Lee PH, Lee SW. Experimental characterization of micro-drilling process using nanofluid minimum quantity lubrication. J. Mach. Tools Manuf. 2011; 51(7): 649–652p.
Jadhav J, Biswas S. Surface plasmon enhanced near-UV emission in monodispersed ZnO:Ag core-shell type nanoparticles synthesized by a wet chemical method. Superlattices Microstruct. 2016; 91: 8–21p.
Rami Reddy, S., G. Murali, and Dhana Raju V. Assessment of diethyl ether as a fuel additive on the diverse characteristics of diesel engine powered with waste mango seed biodiesel blend. J. Ambient Energy. 2022; 3365-3376p.
Sharma PO, Barewar SD, Chougule SS. Experimental investigation of heat transfer enhancement in pool boiling using novel Ag / ZnO hybrid nanofluids. Therm. Anal. Calorim. 2020; 143:1051-1061p.
Jadhav J, Biswas S. Structural and electrical properties of ZnO:Ag core-shell nanoparticles synthesized by a polymer precursor method. Int. 2016; 42(15):16598–610p.
Barewar SD, Chougule SS, Jadhav J, et al. Synthesis and Characterization of Water Based ZnO and Ag Coated ZnO Nanofluids for Heat Transfer Applications References. Therm. Anal. Calorim. 2018; 134: 1493–1504p.
Barewar S, Tawri S, Chougule SS. Experimental investigation of thermal conductivity and its ANN modeling for glycol-based Ag/ZnO hybrid nanofluids with low concentration. Therm. Anal. Calorim. 2020; 139(3): 1779–90p.
Rami Reddy, S, Murali G, and Dhana Raju V. Influence of decanol as fuel additive on the diverse characteristics of the diesel engine powered with mango seed biodiesel blend. J. Ambient Energy. 2022; 2875-2888 p.


Open Access Original Research
Volume
Issue
Received October 19, 2023
Accepted December 18, 2023
Published

function myFunction2() {
var x = document.getElementById(“browsefigure”);
if (x.style.display === “block”) {
x.style.display = “none”;
}
else { x.style.display = “Block”; }
}
document.querySelector(“.prevBtn”).addEventListener(“click”, () => {
changeSlides(-1);
});
document.querySelector(“.nextBtn”).addEventListener(“click”, () => {
changeSlides(1);
});
var slideIndex = 1;
showSlides(slideIndex);
function changeSlides(n) {
showSlides((slideIndex += n));
}
function currentSlide(n) {
showSlides((slideIndex = n));
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName(“Slide”);
var dots = document.getElementsByClassName(“Navdot”);
if (n > slides.length) { slideIndex = 1; }
if (n (item.style.display = “none”));
Array.from(dots).forEach(
item => (item.className = item.className.replace(” selected”, “”))
);
slides[slideIndex – 1].style.display = “block”;
dots[slideIndex – 1].className += ” selected”;
}