watts icon indicating copy to clipboard operation
watts copied to clipboard

Workflow and Template Toolkit for Simulation (WATTS)

Results 11 watts issues
Sort by recently updated
recently updated
newest added

# Description This PR updates a few things in our GitHub Actions workflows to ensure they still work on a new release. # Checklist: - [x] My code follows the...

The ability to expand natural elements in MCNP inputs was added in #93. This should be fairly straightforward to extended to the Serpent plugin as well.

# Description This PR updates the ABCE-WATTS example case in `examples/1App_ABCE_C2N`. ABCE has undergone a major data format update, and the outdated ABCE input file template in the examples directory...

# Description This MR allows WATTS to be run with NEAMS Workbench Fixes # (84) # Checklist: - [x] My code follows the [style guidelines](https://watts.readthedocs.io/en/latest/dev/styleguide.html) - [x] I have performed...

When a plugin is executed, it runs in a temporary directory that the user is generally unaware of. In some cases, it would be desirable to explicitly specify a path...

Currently the RELAP5 plugin converts the plotfl text file into a CSV file and stores the selected data. This process could be problematic for large cases as the conversion process...

enhancement

Currently, the `setup.cfg` file specifies `watts` as "OS Independent." However, there are at least two issues preventing Windows from supporting `watts`: 1. The `select.select([p.stdout, p.stderr])` call breaks because select.select [cannot...

I'm in the process of developing an ABCE plugin for `watts` (#48 ) yet, when I run ABCE via `watts`, the program hangs. I narrowed the problem down to `run()`...