Merge IEPC2025 #54

Merged
JorgeGonz merged 19 commits from IEPC2025 into development 2025-09-23 18:42:06 +02:00
Showing only changes of commit 8e531ede08 - Show all commits

Vol_ref was the right answer

Jorge Gonzalez 2025-07-27 17:16:57 +02:00

View file

@ -126,7 +126,7 @@ MODULE moduleBoundary
SELECT TYPE(boundary) SELECT TYPE(boundary)
TYPE IS(boundaryIonization) TYPE IS(boundaryIonization)
boundary%m0 = m0 / m_ref boundary%m0 = m0 / m_ref
boundary%n0 = n0 / n_ref boundary%n0 = n0 * Vol_ref
boundary%v0 = v0 / v_ref boundary%v0 = v0 / v_ref
boundary%vTh = DSQRT(kb*T0/m0)/v_ref boundary%vTh = DSQRT(kb*T0/m0)/v_ref
boundary%species => species(ion)%obj boundary%species => species(ion)%obj