Skip to content

Thermal boundary condition for particles #1255

@MaxThevenet

Description

@MaxThevenet

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, like Absorbing;
  • having a new float input variable boundary_temperature, stored in m_boundary_temperature here and queryed here (many examples are in the code for these);
  • Using this temperature here to determine the particle's properties.

Notes:

  1. 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.
  2. This issue is reserved for someone, please don't self-assign (for once)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions