Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgar-21 committed Jan 22, 2025
1 parent 7c3b6b5 commit f6ecb3e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Examples/pydagmc_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@
},
}

# stellarator.construct_invessel_build(
# toroidal_angles,
# poloidal_angles,
# wall_s,
# radial_build_dict,
# use_pydagmc=True,
# num_ribs=ribs * 3,
# num_rib_pts=rib_pts * 3,
# )
stellarator.construct_invessel_build(
toroidal_angles,
poloidal_angles,
wall_s,
radial_build_dict,
use_pydagmc=True,
num_ribs=ribs * 3,
num_rib_pts=rib_pts * 3,
)

# stellarator.invessel_build.dag_model.write_file("dagmc.h5m")
stellarator.invessel_build.dag_model.write_file("dagmc.h5m")

stellarator.construct_magnets(
"../tests/files_for_tests/coils.example", 10, 10, 90
Expand Down

0 comments on commit f6ecb3e

Please sign in to comment.