Skip to main content

Boltzmann Transport Equation for Phonons

Project description

Description

Space-dependent Boltzmann transport equation solver for phonons

Community

Mailing list

Installation $ Usage

Install gmsh

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')

Author

Giuseppe Romano (romanog@mit.edu)

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.23.tar.gz (37.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page