tanumoydhar
Doctoral candidate @Saintillan Research Group @Mechanical and Aerospace Engineering, University of California, San Diego
University of CaliforniaSan Diego
Pinned Repositories
1D-Heat-Equation
1D equation c++ codes FTCS,Dufort-frankel, RK4, Higher Order Compact (HOC)
1D-Swift-Hohenberg-equation
Objective: To integrate 1d Swift-Hohenberg (SH) equation with periodic boundaries. Method used: spectral method using Fourier modes in spatial dimension, time integration is performed using: second-order Adams-Bashforth + Crank-Nicholson (implicit treatment of linear terms and explicit treatment to non-linear terms)
2D-Lid-Driven-Cavity-Flow-Incompressible-Navier-Stokes-Solver
This repository provides MATLAB code for the lid-driven cavity flow where incompressible Navier Stokes equation is numerically solved using a simple 2nd order finite difference scheme on a staggered grid system.
atom
:atom: The hackable text editor
Auto07p
References, installation guide, and tutorial on "spatial pattern formation"
BIE2D
MATLAB tools for boundary integral equations in 2D (Laplace, Helmholtz, Stokes, ...)
Math228B
Numerical Solution to Partial Differential Equations
PyDMD
Python Dynamic Mode Decomposition
SlenderBody
Slender-body hydrodynamics
spod_matlab
Spectral proper orthogonal decomposition in Matlab
tanumoydhar's Repositories
tanumoydhar/1D-Heat-Equation
1D equation c++ codes FTCS,Dufort-frankel, RK4, Higher Order Compact (HOC)
tanumoydhar/Math228B
Numerical Solution to Partial Differential Equations
tanumoydhar/spod_matlab
Spectral proper orthogonal decomposition in Matlab
tanumoydhar/BBFMM2D
Blackbox Fast Multi-pole in 2D
tanumoydhar/hdf5-is-for-lovers
HDF5 Tutorial - hierarchical, binary database format useful for huge datasets (What is it -> https://www.hdfgroup.org/)
tanumoydhar/header_files
C++ matrix classes for scientific computation. With added speciality of program abort if array is accessed out of bounds.
tanumoydhar/Nonlinear-Shooting
An implementation of the nonlinear shooting method of solving second order boundary value problems.