Skip to content
View kanishkbh's full-sized avatar

Highlights

  • Pro

Block or report kanishkbh

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
kanishkbh/README.md

Hi, I'm Kanishk 👋

I'm a master's graduate in Computational Science and Engineering from the Techincal University of Munich (TUM). Currently I am working as a research assistant in physics-based deep learning in the group of Prof. Thuerey. My interests are scientific computing, HPC, numerical simulations, and machine learning. As a mechanical engineer, my first love is fluid dynamics.

💻 Projects

A finite differences solver for incompressible Navier-Stokes equations (in 2D) with heat transfer included. It contains own implementations of linear solvers: relaxation methods and Krylov subspace methods, is parallelized using MPI, and handles arbitrary geometries of the domain boundary as well as obstacles. This work was pursued in a team of 3 towards the Computational Fluid Dynamics Lab pratical course at TUM.

This is my contribution to the open-source coupling library preCICE, which I wrote as a research assistant at the Chair of Scientific Computing at TUM. The PR is currently on hold due to changes in the software design and other recent decisions.

An intuitive web app that transcribes spoken input using whisper and gives summaries using the OpenAI API.

🌱 What I’m Learning

I’m currently deepening my knowledge of cloud technologies, while exploring ML for scientific computing.

📫 How to reach me

Feel free to reach out through:

Experimental

Pinned Loading

  1. fluidchen_2021_group_h fluidchen_2021_group_h Public

    Parallel Navier Stokes equations solver.

    C++

  2. precice precice Public

    Forked from precice/precice

    A coupling library for partitioned multi-physics simulations, including, but not restricted to fluid-structure interaction and conjugate heat transfer simulations.

    C++

  3. speech2text_summarization speech2text_summarization Public

    A simple intuitive web app that transcribes spoken input and gives summaries, powered by whisper and GPT.

    Jupyter Notebook