Change in calculating ionization
I don't know why I normalizing density n_0 by Vol_ref and not n_ref
This commit is contained in:
parent
a2f9957f32
commit
69215ef66d
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ MODULE moduleBoundary
|
|||
SELECT TYPE(boundary)
|
||||
TYPE IS(boundaryIonization)
|
||||
boundary%m0 = m0 / m_ref
|
||||
boundary%n0 = n0 * Vol_ref
|
||||
boundary%n0 = n0 / n_ref
|
||||
boundary%v0 = v0 / v_ref
|
||||
boundary%vTh = DSQRT(kb*T0/m0)/v_ref
|
||||
boundary%species => species(ion)%obj
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue