Coder Social home page Coder Social logo

mdh266 / semiconductor_device_simulator Goto Github PK

View Code? Open in Web Editor NEW
7.0 4.0 2.0 44 KB

Semiconductor Device Simulator in 2D and 3D

CMake 0.49% C++ 99.51%
dealii semiconductor-devices finite-element-methods discontinuous-galerkin high-performance-computing c-plus-plus multithreading

semiconductor_device_simulator's Introduction

Semiconductor Device Simulator

Introduction

This code is designed to numerically solve the Drift-Diffusion-Poisson equations in 2D or 3D for Semiconductor Devices, like the transistor depicted below,

semi

The code runs in parallel using multithreading through the Intel Thread Building Blocks. Poisson's equation is solved using the mixed finite element method. The drift-diffusion equations for electron and hole transport are discrititzed with the local discontinuous Galerkin method and time stepping is performed using implicit-explicit (IMEX) methods.

Requirements

The requirements for this software is deal.ii library version 8.4.0 or highe and CMake version 2.8 or higher.

Installation

First obtain and install a copy of the dealii deal.ii library version 8.4.0 or higher.

Compiling

To generate a makefile for this code using CMake type into the terminal:

cmake . -DDEAL_II_DIR=/path_to_deal.ii

To compile the code in release mode use:

make release

Running

To run the executable use:

./main

semiconductor_device_simulator's People

Contributors

mdh266 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.