-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix #7179 use weight windows file in new simulation #7321
Conversation
- also refactored vtkAxes and removed dead code
@e-carlin the change to the openmc app was to allow the weight-windows output file to be saved after running a variance reduction sim. There is also an option to save the weight-windows file to the user's lib directory and use that file when running a new simulation. It does this by saving the weight-windows file as a sim_file after the simulation completes (which I think brings it back from the remote (sbatch) to the local server). That sim_file is then available to copy into the lib dir if the user requests it. I tested on dev with a local sbatch and it seems to work ok. To test it, use the Tokamak Reactor example, then set the Variance Reduction parameters on the Visualization page: Then run the sim, and the weight windows download link and button will appear on the simulation status: When you select the "Apply Weight Windows" it will show a confirmation page, and then copy the sim file to the lib and set up the simulation for running with that lib file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works well. Left two comments about the structure.
also fix #1755 resizing browser window now correctly updates 3d plot axes
also fix #6325 incorrect axis swap