Skip to content
/ narrows Public
forked from LLNL/narrows

Narrows solves the discrete ordinates transport equation using a neural network.

License

Notifications You must be signed in to change notification settings

pozulp/narrows

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Narrows

Narrows solves the discrete ordinates transport equation using a neural network.

To install and run narrows:

$ git clone https://github.com/llnl/narrows.git
$ virtualenv -p python3.8 venv
$ ./venv/bin/pip install -r narrows/requirements.txt
$ cd narrows/test
$ ../../venv/bin/python ../bin/narrows full_slab.yaml
$ ../../venv/bin/python ./analyze.py full_slab -s

Contributing

Narrows is a small, open source, research project. Questions, discussion, and contributions are welcome. Contributions may include bugfixes, documentation, or even new features. Please submit a pull request with develop as the destination branch in the Narrows repository.

Authors

Narrows was created by Mike Pozulp ([email protected]), Kyle Bilton, and Patrick Brantley.

Citing Narrows

If you are referencing Narrows in a publication, please cite the following paper:

License

Narrows is distributed under the terms of the MIT license. All new contributions must be made under the MIT license. See LICENSE for details.

SPDX-License-Identifier: MIT

LLNL-CODE-806068

About

Narrows solves the discrete ordinates transport equation using a neural network.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%