-
Has anyone ever encountered such a problem, and how to solve it.
Collecting package metadata (repodata.json): failed
# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT
-
There is an overlap between the VV and the blanket in the DEMO model that needs fixing cause it makes the neutronics simulations fail.
![image](https://user-images.githubusercontent.com/40028739/13…
-
I've found that Cubit commands are often a little easier to read / more maintainable using the `.format()` method.
For instance, turn this:
https://github.com/ukaea/paramak/blob/7924ab0b20e53b0122…
-
Testing of import errors would ideally be implemented into the test suite.
We don't currently test the following lines
```
except (ImportError, ModuleNotFoundError):
msg = "Conver…
-
## Description of issue / requirement to address
Add more tests to Radiation model its not particularly well covered at the moment
- [ ] #3328
- [x] #3329
- [ ] #3330
- [x] #3331
- [x] #…
-
dash_vtk was used to show stl files and can also be used to show the results of the mesh tally.
Here is some code that might help
```python
import dash_vtk
import vtk
from dash_vtk.utils im…
-
Hello!
Thank you for a nice library.
It looks like the E_max values for major isotopes such as U235 are quite small compared to the maximum energy we encounter in neutronics simulation.
How do I co…
-
I've noticed a handful of error/inconsistencies/deficiencies in the block parameters. This is a running list for me to fix:
- [ ] Specify that multigroup fluxes are volume-integrated in their descr…
-
The package currently uses [pymoab](https://bitbucket.org/fathomteam/moab/src/master/pymoab/)
However it might be possible to use h5py
This would have the advantage of being pip installable and …
-
The very generic `LatticePhysicsWriter` class has some references to hex-assembly-based reactor design:
https://github.com/terrapower/armi/blob/9da65879499bda3b9f1e9829e3d9f935275eeaa7/armi/physics…