Tags: numerical methods

Resources (1-7 of 7)

  1. Jupyter Notebook for 2D Conduction in a Rectangular Corner

    Teaching Materials | 10 May 2023 | Contributor(s):: Nicholas Dang

    This script is a fully annotated Jupyter notebook that is targeted for use as a supplement to student learning of numerical methods in a typical undergraduate heat transfer course. The notebook explains the role of linear algebra in the problem set up, provides figures for visualizing the...

  2. Jupyter Notebook for 2D Conduction in a Rounded Corner

    Teaching Materials | 10 May 2023 | Contributor(s):: Nicholas Dang

    This script is a fully annotated Jupyter notebook that is targeted for use as a supplement to student learning of numerical methods in a typical undergraduate heat transfer course. The notebook explains the role of linear algebra in the problem set up, provides figures for visualizing the...

  3. Purdue ME 581-Numerical Methods in Engineering Using Jupyter Notebooks

    Tools | 06 Sep 2017 | Contributor(s):: Marisol Koslowski, Peter Kolis, Meredith Michele Meyer, Akshay Vivek Dandekar, Camilo Alberto Duarte-Cordon, Chengbo Du, Chongxi Yuan

    Jupyter notebooks with an introduction to python and examples for Numerical Methods in Engineering.

  4. Numerical Methods for Partial Differential Equations

    Online Presentations | 25 Jan 2016 | Contributor(s):: Sandip Mazumder

    A Youtube channel that presents numerous high-quality lectures on methods for solving Partial Differential Equations (PDEs). Topics include (1) Finite Difference Method: Cartesian and Curvilinear Mesh (2) Finite Volume Method: Cartesian, Curvilinear and Unstructured Mesh (3) Iterative solvers:...

  5. Efficiency Enhancement for Nanoelectronic Transport Simulations

    Papers | 02 Feb 2014 | Contributor(s):: Jun Huang

    PhD thesis of Jun HuangContinual technology innovations make it possible to fabricate electronic devices on the order of 10nm. In this nanoscale regime, quantum physics becomes critically important, like energy quantization effects of the narrow channel and the leakage currents due to tunneling....

  6. Modeling the quantum dot growth in the continuum approximation

    Papers | 12 Jan 2011 | Contributor(s):: Peter Cendula

    Quantum dots can grow spontaneously during molecular beam epitaxy oftwo materials with different lattice parameters, Stranski-Krastanow growth mode.We study a mathematical model based on the continuum approximation of thegrowing layer in two dimensions. Nonlinear evolution equation is solved...

  7. Conjugate Gradient Tutorial

    Teaching Materials | 08 Jun 2010 | Contributor(s):: Dragica Vasileska

    This is an extensive tutorial on the description and implementation of the basic conjugate gradient method and its variants.