Metadata-Version: 1.1
Name: openbte
Version: 0.9.9
Summary: Boltzmann Transport Equation for Phonons
Home-page: UNKNOWN
Author: Giuseppe Romano
Author-email: romanog@mit.edu
License: GPLv2
Description-Content-Type: UNKNOWN
Description: Description
        ===========
        
        Space-dependent Boltzmann transport equation solver for phonons
        
        
        Community
        ============
        
        `Mailing list <https://groups.google.com/forum/#!forum/openbte>`_
        
        
        Installation
        ============
        
        .. code-block:: shell
        
          pip install openbte
        
        Usage
        =====
        
        .. code-block:: python
        
         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/aligned',lx=10,ly=10,
                       porosity = 0.25,
                       step = 1.0,
                       shape = 'square')
        
         sol = Solver()
        
         Plot(variable='map/flux_bte/magnitude')
        
        Author
        ======
        
        Giuseppe Romano (romanog@mit.edu)
        
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
