-
Notifications
You must be signed in to change notification settings - Fork 15
Example: Gaseous Targets
Jon Drobny edited this page Nov 30, 2021
·
4 revisions
This example uses the 1D geometry mode to have a micron-thick layer of lithium vapor on top of a micron thick layer of liquid/amorphous solid lithium.
Note that two species of lithium are used - one, for the gas layer, has 0 bulk and surface binding energies. The other, for the dense amorphous solid/liquid layer, uses the textbook values of 1.64 and 1.64 eV respectively.
The input file (Mesh1D format) for this simulation is located below:
To run this input file, run cargo run 1D --release examples/lithium_vapor_shield.toml
in the rustbca directory.