diff --git a/examples/run_all_examples.sh b/examples/run_all_examples.sh new file mode 100644 index 00000000..0a7b294c --- /dev/null +++ b/examples/run_all_examples.sh @@ -0,0 +1,13 @@ +python example_util_functions.py +python plasma.py +python spherical_tokamak_from_plasma_minimal.py +python spherical_tokamak_from_plasma_with_divertor.py +python spherical_tokamak_from_plasma_with_pf_magnets_and_divertors.py +python spherical_tokamak_from_plasma_with_pf_magnets.py +python spherical_tokamak_from_plasma_with_tf_magnets.py +python spherical_tokamak_minimal.py +python tokamak_from_plasma_minimal.py +python tokamak_from_plasma_with_divertor.py +python tokamak_minimal.py +python tokamak_with_pf_magnets.py +python tokamak_with_pf_tf_magnets_divertor.py diff --git a/examples/tokamak_with_pf_tf_magnets_divertor.py b/examples/tokamak_with_pf_tf_magnets_divertor.py index d15c1d4a..7c4d7c66 100644 --- a/examples/tokamak_with_pf_tf_magnets_divertor.py +++ b/examples/tokamak_with_pf_tf_magnets_divertor.py @@ -78,7 +78,7 @@ ) my_reactor.save(f"tokamak_with_divertor.step") print(f"Saved as tokamak_with_divertor.step") -vis.show(my_reactor) +# vis.show(my_reactor) # from cad_to_dagmc import CadToDagmc # my_model = CadToDagmc()