Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jungstershark/sclc-modelling
SCLC-Modelling is a Python project that simulates the transition from field emission to space-charge-limited current (SCLC) in semiconductors. Using models based on the Fowler-Nordheim and Child-Langmuir laws, this repository provides insights into electron emission behaviors, applicable in both research and practical semiconductor design.
https://github.com/jungstershark/sclc-modelling
electron-emission modelling python python3 research semiconductor semiconductor-physics semiconductors thermionic-emission
Last synced: 11 days ago
JSON representation
SCLC-Modelling is a Python project that simulates the transition from field emission to space-charge-limited current (SCLC) in semiconductors. Using models based on the Fowler-Nordheim and Child-Langmuir laws, this repository provides insights into electron emission behaviors, applicable in both research and practical semiconductor design.
- Host: GitHub
- URL: https://github.com/jungstershark/sclc-modelling
- Owner: Jungstershark
- License: apache-2.0
- Created: 2024-03-10T09:30:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T06:41:31.000Z (3 months ago)
- Last Synced: 2024-08-29T07:58:27.205Z (3 months ago)
- Topics: electron-emission, modelling, python, python3, research, semiconductor, semiconductor-physics, semiconductors, thermionic-emission
- Language: Python
- Homepage: https://github.com/Jungstershark/SCLC-Modelling
- Size: 3.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MODELLING SPACE-CHARGE-LIMITED CURRENT (SCLC) IN SEMICONDUCTORS
[![Jungstershark - SCLC-Modelling](https://img.shields.io/static/v1?label=Jungstershark&message=SCLC-Modelling&color=blue&logo=github)](https://github.com/Jungstershark/SCLC-Modelling "Go to GitHub repo")
[![stars - SCLC-Modelling](https://img.shields.io/github/stars/Jungstershark/SCLC-Modelling?style=social)](https://github.com/Jungstershark/SCLC-Modelling)
[![forks - SCLC-Modelling](https://img.shields.io/github/forks/Jungstershark/SCLC-Modelling?style=social)](https://github.com/Jungstershark/SCLC-Modelling)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)## Overview
This repository contains the code and results for modeling the transition from field emission to space-charge-limited current (SCLC) in semiconductors. The study explores the behavior of current conduction under varying electron emission conditions, based on the Fowler-Nordheim and Child-Langmuir laws.
## Project Background
The research investigates how current conduction transitions from field emission to SCLC, which is crucial for applications in both low-current devices (like EMP-resilient electronics) and high-current industrial systems. The models account for both collision and non-collision scenarios, providing valuable insights for semiconductor design.
## Key Models
- *JV-model.py:* Simulates J-V characteristics under different emission conditions.
- *lau-model.py:* Models SCLC using Fowler-Nordheim and Child-Langmuir laws.
- *thermionic-v2.py:* Focuses on thermionic emission processes.## How to Use
### Prerequisites
Install the required libraries:
```bash
pip install -r requirements.txt
```### Running the Scripts
- *JV-model.py:* Run with python JV-model.py to generate J-V plots.
- *lau-model.py:* Execute with python lau-model.py for log-log J(E) vs. V(E) plots.
- *thermionic-v2.py:* Run python thermionic-v2.py for thermionic emission analysis.## Future Work
Plans include refining the models for broader applications and incorporating more complex emission surfaces.
## Poster