Pinned Repositories
Comparing-error-for-different-order-of-approximations
Comparing the error generated while solving a function using numerical discretization for 1st, 2nd and 4th order approximation.
Newtons_second_law_of_motion
Solving the 2nd order ODE from Newton's second law (F=ma)
Numerical-discretization
Using analytical and numerical method to solve a given function and to compare the values.
Numerical-discretization-using-function
Results are compared over a range of values of grid space for different order of approximations
octave_code_for_plotting_function
Simple_pendulum
Solving simple pendulum using 2nd order ODE and capturing its motion
Steady-and-Transient-State-simulation
Comparing fastest steady state simulation and fastest transient simulation for 2d conduction problem
Steady-state-2D-Heat-conduction
Solving for steady state using implicit approach. Using iterative solver like Jacobi, Gauss Seidel and Successive over relaxation method for computing the temperature values.
Stoichiometric-Combustion
Relationship between stoichiometric coefficient and no. of carbon atoms of alkanes, alkenes and alkynes
Transient-State-2D-Heat-Conduction
Solving for transient state 2D conduction problem using explicit as well as implicit approach.
DhruveshPotekar's Repositories
DhruveshPotekar/Steady-and-Transient-State-simulation
Comparing fastest steady state simulation and fastest transient simulation for 2d conduction problem
DhruveshPotekar/Numerical-discretization
Using analytical and numerical method to solve a given function and to compare the values.
DhruveshPotekar/Transient-State-2D-Heat-Conduction
Solving for transient state 2D conduction problem using explicit as well as implicit approach.
DhruveshPotekar/Comparing-error-for-different-order-of-approximations
Comparing the error generated while solving a function using numerical discretization for 1st, 2nd and 4th order approximation.
DhruveshPotekar/Simple_pendulum
Solving simple pendulum using 2nd order ODE and capturing its motion
DhruveshPotekar/Newtons_second_law_of_motion
Solving the 2nd order ODE from Newton's second law (F=ma)
DhruveshPotekar/Numerical-discretization-using-function
Results are compared over a range of values of grid space for different order of approximations
DhruveshPotekar/octave_code_for_plotting_function
DhruveshPotekar/octave_code_for_vector_plotting_1
DhruveshPotekar/Projectile_motion_with_animation_1
Code for solving a problem on Projectile motion and also for the animation of motion
DhruveshPotekar/Steady-state-2D-Heat-conduction
Solving for steady state using implicit approach. Using iterative solver like Jacobi, Gauss Seidel and Successive over relaxation method for computing the temperature values.
DhruveshPotekar/Stoichiometric-Combustion
Relationship between stoichiometric coefficient and no. of carbon atoms of alkanes, alkenes and alkynes
DhruveshPotekar/Complete-Python-3-Bootcamp
Course Files for Complete Python 3 Bootcamp Course on Udemy
DhruveshPotekar/ml-cfd-lecture
Lecture material for machine learning applied to computational fluid mechanics
DhruveshPotekar/octave_code_for_vector_plotting_3