Merge branch 'IEPC2025' of gitlab.com:JorgeGonz/fpakc into IEPC2025

This commit is contained in:
Jorge Gonzalez 2025-07-27 17:15:36 +02:00
commit 76c5af89b2

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 * Vol_ref boundary%n0 = n0 / n_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