This project implements a numerical solution for 1D steady-state heat conduction with volumetric heat generation using the Finite Volume Method (FVM). The solver determines the temperature ...
This repository provides C++ implementations designed to solve the one-dimensional (1D) steady-state convection-diffusion equation using finite volume methods. These solvers are fundamental in ...