<p>Fractional-Order Bioconvection in Trihybrid Nanofluids Flowing Over a Rotating Disk: A Hybrid Neural Network With Genetic Algorithm Method for Entropy Generation Minimization</p> : Minimizing entropy generation in complex fluid systems is a primary concern for improving thermodynamic efficiency. This paper investigates bioconvection in a Carreau-Yasuda trihybrid nanofluid over a spinning disk, where fluid memory is modeled using fractional-order derivatives. We provide an analytical energy-based stability framework for the proposed model. Given the high computational cost associated with solving fractional partial differential equations, we propose a Hybrid Neural Network surrogate model combined with a Genetic Algorithm. The Hybrid Neural Network, trained on data obtained via the Finite Difference Method, accurately predicts Nusselt numbers and entropy generation, while the Genetic Algorithm navigates the response surface to identify Pareto-optimal solutions. A deep cas...
Posts
Showing posts from June, 2026
Fractional-Order Bioconvection in Trihybrid Nanofluids Flowing Over a Rotating Disk: A Hybrid Neural Network With Genetic Algorithm Method for Entropy Generation Minimization
- Get link
- X
- Other Apps
<p>Fractional-Order Bioconvection in Trihybrid Nanofluids Flowing Over a Rotating Disk: A Hybrid Neural Network With Genetic Algorithm Method for Entropy Generation Minimization</p> : Minimizing entropy generation in complex fluid systems is a primary concern for improving thermodynamic efficiency. This paper investigates bioconvection in a Carreau-Yasuda trihybrid nanofluid over a spinning disk, where fluid memory is modeled using fractional-order derivatives. We provide an analytical energy-based stability framework for the proposed model. Given the high computational cost associated with solving fractional partial differential equations, we propose a Hybrid Neural Network surrogate model combined with a Genetic Algorithm. The Hybrid Neural Network, trained on data obtained via the Finite Difference Method, accurately predicts Nusselt numbers and entropy generation, while the Genetic Algorithm navigates the response surface to identify Pareto-optimal solutions. A deep cas...
Popular posts from this blog
Free Field Operator: Building Quantum Fields
Free Field Operator: Building Quantum Fields How Quantum Fields Evolve Without Interactions 🎯 Our Goal We aim to construct the free scalar field operator \( A(x,t) \), which describes a quantum field with no interactions—just free particles moving across space-time. 🧠 Starting Expression This is the mathematical formula for our field \( A(x,t) \): \[ A(x, t) = \frac{1}{(2\pi)^{3/2}} \int_{\mathbb{R}^3} \frac{1}{\sqrt{k_0}} \left[ e^{i(k \cdot x - k_0 t)} a(k) + e^{-i(k \cdot x - k_0 t)} a^\dagger(k) \right] \, dk \] x: Spatial position t: Time k: Momentum vector k₀ = √(k² + m²): Relativistic energy of the particle a(k): Operator that removes a particle (annihilation) a†(k): Operator that adds a particle (creation) 🧩 What Does This Mean? The field is made up of wave patterns (Fourier modes) linked to momentum \( k \). It behaves like a system that decides when and where ...
Understanding the Laplacian of 1/r and the Dirac Delta Function Mathematical Foundations & SageMath Insights
Unmasking the Laplacian: How Mathematics, Physics & AI Use This Powerful Operator Unveiling the Laplacian's Secrets: A Look at 1/r with SageMath Engage & Explore! Before we dive into the math, ask yourself: What does it mean when a function explodes to infinity at a point? Leave your thoughts in the comments below. We'll revisit this after exploring the Dirac delta function! Why Is the Laplacian of \( \frac{1}{r} \) Important? The function \( \frac{1}{r} \) frequently appears in physics to describe potentials like gravity and electrostatics, which depend inversely on distance. Understanding its Laplacian reveals the nature of sources concentrated at singular points. Mathematical Foundation: What Is the Laplacian and a Harmonic Function? The Laplacian operat...
Heuristic Computation and the Discovery of Mersenne Primes
Heuristic Computation and the Discovery of Mersenne Primes Heuristic Computation and the Discovery of Mersenne Primes “Where Strategy Meets Infinity: The Quest for Mersenne Primes” Introduction: The Dance of Numbers and Heuristics Mersenne primes are not just numbers—they are milestones in the vast landscape of mathematics. Defined by the formula: \[ M_p = 2^p - 1 \] where \( p \) is itself prime, these giants challenge our computational limits and inspire new methods of discovery. But why are these primes so elusive? As \( p \) grows, the numbers become astronomically large, making brute-force testing impossible. This is where heuristic computation steps in—guiding us with smart, experience-driven strategies. “In the infinite sea of numbers, heuristics are our compass.” Let’s explore how heuristics and algorithms intertwine to unveil these mathematical treasures. 1. Mersenne Primes — Giants of Number Theory Definition: Numbers of the form \( M_p = 2^p - 1 \...