Skip to content
View Hafeez1002's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report Hafeez1002

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Lattice-Boltzmann-Fluid-Sim Lattice-Boltzmann-Fluid-Sim Public

    I’ve developed a fluid simulation code using the Lattice Boltzmann Method (LBM), an alternative to the traditional Navier-Stokes methods. This approach models the fluid as a collection of fictive p…

    1

  2. Weather-Prediction-Using-Machine-Learning-Techniques Weather-Prediction-Using-Machine-Learning-Techniques Public

    Using Linear Regression to predict the rainfall and Temperature in Oxford from 1950 to 2023

  3. Navier-Stokes---Cavity-Flow Navier-Stokes---Cavity-Flow Public

    As a passionate explorer of fluid dynamics, I’ve always been fascinated by the way fluids move and interact with their surroundings. This led me to the Navier-Stokes equations, which are the heart …

  4. Unconditionally-Stable-Fluid-diffusion Unconditionally-Stable-Fluid-diffusion Public

    In numerical analysis, an algorithm is said to be unconditionally stable if it remains stable regardless of the choice of time step. This is crucial in fluid dynamics simulations because it allows …

  5. Channel-Flow Channel-Flow Public

    I coded to study fluid flow. It’s faster in the middle, slower at edges due to interaction with surroundings. I included turbulence, adding complexity, to understand how it impacts transport within…

  6. Heat-Equation-1D-2D Heat-Equation-1D-2D Public

    The Heat equation is a nice introductory project into the world of numerical analysis and CFD. It's pretty simple on the surface whilst having a nice range of uses into a lot of fields In Science.