We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1328bdb commit dbf70cfCopy full SHA for dbf70cf
1 file changed
src/include/injector_boundary_inflow.hxx
@@ -73,6 +73,12 @@ public:
73
prts_per_unit_density{grid.norm.prts_per_unit_density}
74
{}
75
76
+ /// Injects particles at the lower y-bound as if there were a population of
77
+ /// particles just beyond the edge. The imaginary particle population has unit
78
+ /// density, and individual particles from that population are sampled using
79
+ /// the given ParticleGenerator.
80
+ ///
81
+ /// Some of these limitations may be removed in the future.
82
void operator()(Mparticles& mprts, MfieldsState& mflds)
83
{
84
static_assert(INJECT_DIM_IDX_ == 1,
0 commit comments