Does the QDSMC cell-center-to-node remap introduce cumulative electron-entropy diffusion? #7141
Replies: 2 comments
|
Hi @tomzhu0225, is the issue your seeing here related to the fix from #7128 or is it a separate problem? |
|
It is a separate problem. The code links and controlled runs in this discussion use 0b1d055, which is the merge commit of #7128, so they already include that fix. #7128 removes the below-floor heat sink: low-density cells no longer seed or erase zero entropy, and its uniform-entropy test is invariant under mixing. The effect here starts from a nonuniform nodal The two mechanisms can interact at a plasma edge, but #7128 addresses entropy loss at the floor whereas this discussion concerns cumulative remap smoothing of resolved entropy gradients. A stationary nonuniform-entropy test in a supported geometry would be the next focused reproducer. |
Uh oh!
There was an error while loading. Please reload this page.
I am seeing a broad electron-temperature “foot” ahead of an imploding plasma shell when using the Hybrid-PIC electron-energy equation. I am posting this as a question rather than a bug report because the simulation uses experimental RCYLINDER QDSMC support on
feature/hybrid-implicit-mag-diffusion; RCYLINDER QDSMC is still disabled ondevelopment. However, the gather/deposit mechanism below appears geometry-independent away from an axis or boundary.Observation
At approximately 40 ns, the Hybrid-PIC result has elevated electron temperature throughout the unshocked 4–10 mm region, while an otherwise matched implicit-kinetic reference remains mostly cold there. Correcting the independent radial-unit errors in the per-species fields removes the on-axis mode but does not remove this broad foot.
Possible numerical mechanism
The current QDSMC path:
For uniform marker weights in one dimension, even with zero marker displacement, this gather/deposit pair appears to apply
It is therefore not the identity map for a nonuniform nodal entropy field. Repeating it every PIC step gives an estimated smoothing length
For this case,
Delta r = 0.125 mmandN = 5120at 40 ns, givingL ≈ 4.5 mm, comparable to the observed foot width.Controlled tests
I added temporary diagnostic switches on the feature branch to isolate the operations. These are not proposed input parameters or fixes.
The radial marker-volume control remains close to the full control. Physical radial volume weighting is independently necessary (see #7130), but it does not make the cell-center-to-node remap an identity operation.
Disabling the marker push rules out physical electron-fluid advection as the main source of this broad structure. Bypassing the remap is only a diagnostic: it changes the intended entropy transport and worsens the density/field trajectory, so I am not proposing it as a solution.
Questions
K_efield when the markers do not move?K_eintentional?This is separate from physical electron heat conduction: the documented QDSMC model neglects conductive heat flux. The concern here is additional numerical entropy transport observed when marker advection is bypassed.
All reactions