Loading dthydro_cfd/rom_cfd/pod_cfd_dash_slider.py +1 −8 Original line number Diff line number Diff line Loading @@ -5,14 +5,7 @@ turbine chamber. This Visualization script depends on the plotly and dash python packages for fast live-updating 3D plots. NOTE: You must FIRST run the pod_cfd_model.py script before executing this script. The data produced by the pod_cfd_model.py script is visualized by this script seperately. This is to decouple the model from the plotting procedure so that they may run on seperate processes. Author: William Gurecky. wll@ornl.gov. June 2023 Author: William Gurecky. wll@ornl.gov. Sep 2023 """ import numpy as np import h5py Loading Loading
dthydro_cfd/rom_cfd/pod_cfd_dash_slider.py +1 −8 Original line number Diff line number Diff line Loading @@ -5,14 +5,7 @@ turbine chamber. This Visualization script depends on the plotly and dash python packages for fast live-updating 3D plots. NOTE: You must FIRST run the pod_cfd_model.py script before executing this script. The data produced by the pod_cfd_model.py script is visualized by this script seperately. This is to decouple the model from the plotting procedure so that they may run on seperate processes. Author: William Gurecky. wll@ornl.gov. June 2023 Author: William Gurecky. wll@ornl.gov. Sep 2023 """ import numpy as np import h5py Loading