https://github.com/dpploy/engy-4350
Nuclear Reactor Engineering (UMass Lowell, Spring 2019); Prof. Valmor F. de Almeida.
https://github.com/dpploy/engy-4350
jupyter-notebook nuclear-energy nuclear-physics nuclear-reactor radioisotopes thermodynamics thermohydraulic transport
Last synced: about 1 month ago
JSON representation
Nuclear Reactor Engineering (UMass Lowell, Spring 2019); Prof. Valmor F. de Almeida.
- Host: GitHub
- URL: https://github.com/dpploy/engy-4350
- Owner: dpploy
- License: gpl-3.0
- Created: 2019-01-19T08:06:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-09T07:34:39.000Z (over 4 years ago)
- Last Synced: 2025-03-25T12:05:09.110Z (about 2 months ago)
- Topics: jupyter-notebook, nuclear-energy, nuclear-physics, nuclear-reactor, radioisotopes, thermodynamics, thermohydraulic, transport
- Language: Jupyter Notebook
- Homepage:
- Size: 36.6 MB
- Stars: 10
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Engy-4350 Nuclear Reactor Engineering
[](http://nbviewer.jupyter.org/github/dpploy/engy-4350/tree/master/notebooks)
[](https://mybinder.org/v2/gh/dpploy/engy-4350/master)
[](https://github.com/dpploy/engy-4350)+ [University of Massachusetts Lowell](https://www.uml.edu/), Spring 2019
+ [Dept. of Chemical Engineering](https://www.uml.edu/Engineering/Chemical/) (Nuclear Program)
+ [Prof. Valmor F. de Almeida](https://www.uml.edu/Engineering/Chemical/faculty/de-Almeida-Valmor.aspx) ([email protected])
The goal of this [course](https://github.com/dpploy/engy-4350) is to present to undergraduate students of nuclear chemical engineering the elements of nuclear energy conversion to (electrical) work. This is done primarily in large scale power reactors by using nuclear heat. Although there are direct ways to convert nuclear energy into electricity, the focus of this course is on the prevalent mode of energy transfer using nuclear heat.
Feedback and collaboration to improve this course are welcome through GitHub `pull requests` and `issues` or direct email.
This course uses Jupyter Notebooks in Python programming language. **The content can be accessed in
the following ways:**+ Static HTML version of the notebooks will be displayed on the current browser if a
notebook file listed in the code repository is clicked on. This will not allow for rendering mathematical formulae. Alternatively you can render the notebooks on [NBViewer](http://nbviewer.jupyter.org/) by clicking on the `render|nbviewer` badge above.
+ Click on the `launch/binder` badge above to launch a Jupyter Notebook server for the
course notebooks. There will be a delay for the Binder cloud server to build a
Python (Anaconda) programming environment for you. However once it is done, it will
start a Jupyter Notebook server on your web browser with all notebooks listed. Upon
clicking on individual notebook files, you will access the live course notebooks.
+ Use the green `download` button above on the right upper side of the page and download a ZIP archive to your local machine. Unzip the archive. Then use your own Jupyter Notebook server to navigate to the directory created by the unzip operation and upload the notebook files. In this case the files will not be updated and you will need to return to the repository for getting new files or updated versions of previously downloaded files.> *Students will profit from either taking or self-studying a [companion course](https://github.com/dpploy/chen-3170)
> that explains many of the computational aspects of using Jupyter notebooks, Python language programming, and methods
> in computational engineering.*Thanks in advance for inputs to improve this course.\
Regards,\
Prof. Valmor F. de Almeida