-
Notifications
You must be signed in to change notification settings - Fork 16
Example: 2D Geometry
Jon Drobny edited this page May 24, 2023
·
17 revisions
This example shows the interaction of 1 keV hydrogen with a circular cross-section boron nitride wire (composed of 50% B, 50% N by number).
This figure shows the cross-section of boron-nitride exposed to a mono-energetic beam of 1 keV hydrogen. The trajectories of hydrogen are shown in black, boron in dark orange, and nitrogen in lighter orange. Hydrogen enters at the left side of the circular mesh, at y=0.
The input file for this simulation is located below:
An alternate input file using the new homogeneous 2D mesh can be found on the dev branch: boron_nitride_homogeneous.toml
To run this input file, run cargo run --release examples/boron_nitride_wire.toml
in the rustbca directory.