Skip to content

Commit 09fc832

Browse files
author
cjperks7
committed
[#121] changed Tauii to that like in NEO/GACODE
1 parent 6538b52 commit 09fc832

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aurora/facit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ def __init__(self, rho: (np.ndarray, float), \
255255
# Braginskii collision times
256256

257257
Tauii = (self.eps_pi_fac*np.sqrt(mi)*Ti**1.5)/(Zi**4*Ni*LniiNRL) # ion-ion collision time [s]
258+
Tauii *= 1/(3*np.sqrt(2*np.pi)/4)
258259
# set other collision times with respect to Tauii:
259260
Tauimpi = np.sqrt(Aimp/Ai)*((Zi**2*LniiNRL)/(Zimp**2*LnimpiNRL))*Tauii # impurity-ion collision time [s]
260261
Tauiimp = ((Zi**2*Ni*LniiNRL)/(Zimp**2*Nimp*LnimpiNRL))*Tauii # ion-impurity collision time [s]

0 commit comments

Comments
 (0)