All Projects → devsim → devsim

devsim / devsim

Licence: Apache-2.0 license
TCAD Semiconductor Device Simulator

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
Yacc
648 projects
CMake
9771 projects
shell
77523 projects
Lex
420 projects

Projects that are alternatives of or similar to devsim

hydro examples
Simple one-dimensional examples of various hydrodynamics techniques
Stars: ✭ 83 (-20.19%)
Mutual labels:  finite-volume, pde
Kinetic.jl
Universal modeling and simulation of fluid dynamics upon machine learning
Stars: ✭ 82 (-21.15%)
Mutual labels:  finite-volume, pde
rom-operator-inference-Python3
Operator Inference for data-driven, non-intrusive model reduction of dynamical systems.
Stars: ✭ 31 (-70.19%)
Mutual labels:  pde
SGpp
SG⁺⁺ – the numerical library for Sparse Grids in all their variants.
Stars: ✭ 59 (-43.27%)
Mutual labels:  pde
explicitSolidDynamics
Cell centred code for explicit solid dynamics in OpenFOAM
Stars: ✭ 43 (-58.65%)
Mutual labels:  finite-volume
jaxdf
A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations
Stars: ✭ 50 (-51.92%)
Mutual labels:  pde
euler2d kokkos
Simple 2d finite volume solver for Euler equations using c++ kokkos library
Stars: ✭ 27 (-74.04%)
Mutual labels:  finite-volume
featool-multiphysics
FEATool - "Physics Simulation Made Easy" (Fully Integrated FEA, FEniCS, OpenFOAM, SU2 Solver GUI & Multi-Physics Simulation Platform)
Stars: ✭ 190 (+82.69%)
Mutual labels:  pde
rheoTool
Toolbox to simulate GNF and viscoelastic fluid flows in OpenFOAM®
Stars: ✭ 104 (+0%)
Mutual labels:  finite-volume
PSyclone
Domain-specific compiler for Finite Difference/Volume/Element Earth-system models in Fortran
Stars: ✭ 67 (-35.58%)
Mutual labels:  finite-volume
GalerkinSparseGrids.jl
Sparse Grid Discretization with the Discontinuous Galerkin Method for solving PDEs
Stars: ✭ 39 (-62.5%)
Mutual labels:  pde
openBF
1D blood flow model
Stars: ✭ 16 (-84.62%)
Mutual labels:  finite-volume
BifurcationKit.jl
A Julia package to perform Bifurcation Analysis
Stars: ✭ 185 (+77.88%)
Mutual labels:  pde
ApproximateRiemannSolvers
My personal collection of Riemann solvers using MUSCL and WENO schemes written as short Matlab scripts
Stars: ✭ 36 (-65.38%)
Mutual labels:  finite-volume
SciMLBenchmarks.jl
Benchmarks for scientific machine learning (SciML) software and differential equation solvers
Stars: ✭ 195 (+87.5%)
Mutual labels:  pde
MAESTRO
A low Mach number stellar hydrodynamics code
Stars: ✭ 29 (-72.12%)
Mutual labels:  pde
Differentialequations.jl
Multi-language suite for high-performance solvers of differential equations and scientific machine learning (SciML) components
Stars: ✭ 2,023 (+1845.19%)
Mutual labels:  pde
DGM-and-DRM
Several code for the paper: A comparison study of deep Galerkin method and deep Ritz method for elliptic problems with different boundary conditions
Stars: ✭ 15 (-85.58%)
Mutual labels:  pde
mole
Mimetic Operators Library Enhanced
Stars: ✭ 15 (-85.58%)
Mutual labels:  pde
CFD
Basic Computational Fluid Dynamics (CFD) schemes implemented in FORTRAN using Finite-Volume and Finite-Difference Methods. Sample simulations and figures are provided.
Stars: ✭ 89 (-14.42%)
Mutual labels:  finite-volume

Build Status Build status

DEVSIM

Introduction:

DEVSIM - TCAD Device Simulator

DEVSIM is a tool for TCAD Device Simulation, using finite volume methods. The source code is provided by Devsim LLC.

Website:

The official website is here:

https://devsim.org

Installation:

Binary releases are available at Zenodo. Please see INSTALL.md for installation instructions from binary or source.

Citing This Work:

Please see CITATION.md. Please do not cite this Github Repository as it will be moving in the future.

License:

DEVSIM is licensed under the Apache 2.0 License. Example scripts are also provided under this license. Other files are subject to the license terms of their copyright owners. Please see LICENSE and NOTICE for license terms.

Documentation:

The PDF documentation is located in doc/devsim.pdf. An online version of the documentation is available at https://devsim.net. A list of documentation resources is available online.

The repository for the documentation is at https://github.com/devsim/devsim_documentation.

Supported Platforms:

  • macOS 10.13 (High Sierra)
  • Microsoft Windows (64 bit)
  • Red Hat 7 (Centos Compatible)

Software Features:

  • Python scripting
  • DC, small-signal AC, impedance field method, transient
  • User specified partial differential equations (PDE).
  • 1D, 2D, and 3D simulation
  • 1D, 2D mesher
  • Import 3D meshes.
  • 2D cylindrical coordinate simulation
  • ASCII file format with PDE embedded.

Support:

For support and general discussion, please join our forum: https://forum.devsim.org

Contributing:

Please see: Contribution guidelines for this project

Testing

If you wish to see simulation results, or run the regression tests yourself. They are available from:

Name Description
devsim_tests_msys Windows MSYS Build
devsim_tests_win64 Windows Visual Studio 2019 Build
devsim_tests_macos_gcc_x86_64 macOS Build
devsim_tests_linux_x86_64 Linux

The results are platform dependent due to differences in the compiler, operating system, and math libraries used on each platform.

Related Projects

Used directly by the simulator

Name Description
symdiff Symbolic differentiation engine for the simulator
devsim_documentation Documentation for the simulator

Extended examples

Name Description
devsim_bjt_example Bipolar Junction Transistor example
devsim_density_gradient Quantum Corrections to Drift Diffusion simulation
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].