-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
component: plasmaAbout the plasma speciesAbout the plasma speciesgood first issueGood for newcomersGood for newcomers
Description
With a thermal boundary condition, a particle exiting the domain is re-injected with a random direction and thermal velocity. This should be implemented by:
- having a new type of
ParticleBoundary, likeAbsorbing; - having a new float input variable
boundary_temperature, stored inm_boundary_temperaturehere andqueryed here (many examples are in the code for these); - Using this temperature here to determine the particle's properties.
Notes:
- The particle's position must be calculated from the actual trajectory or a particle hitting the boundary with v1 and being reflected with a different velocity v2.
- This issue is reserved for someone, please don't self-assign (for once)
Metadata
Metadata
Assignees
Labels
component: plasmaAbout the plasma speciesAbout the plasma speciesgood first issueGood for newcomersGood for newcomers