Boltzmann Transport Equation for Phonons
Project description
Description
Space-dependent Boltzmann transport equation solver for phonons
Community
Installation $ Usage
pip install --upgrade openbte
mkdir -p example_openbte && cd example_openbte
download_openbte_example
python example.py
Example
from openbte.material import *
from openbte.geometry import *
from openbte.solver import *
from openbte.plot import *
mat = Material(matfile='Si-300K.dat',n_mfp=10,n_theta=6,n_phi=32)
geo = Geometry(type='porous/square_lattice',lx=10,ly=10,
porosity = 0.25,
step = 1.0,
shape = 'square')
sol = Solver()
Plot(variable='map/bte_flux/magnitude')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
openbte-0.9.20.tar.gz
(90.7 kB
view hashes)