Commit 34a1252 1 parent 85613e5 commit 34a1252 Copy full SHA for 34a1252
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1683,7 +1683,7 @@ void WarpXFluidContainer::Hybrid_Electron_Joule_Heating (ablastr::fields::MultiF
1683
1683
1684
1684
// remove this. Control on Te is set in eta() expression defined by the user.
1685
1685
// unless this is necessary to avoid Te blowing up or m=4 amplification
1686
- // if(Te_val<Te0_K){
1686
+ // if(Te_val<Te0_K){
1687
1687
// Te_val = Te0_K;
1688
1688
// }
1689
1689
@@ -1777,7 +1777,7 @@ void WarpXFluidContainer::Hybrid_Electron_Bremsstrahlung (ablastr::fields::Multi
1777
1777
1778
1778
/*
1779
1779
Function for electron-ion temperature relaxation as part of the electron energy equation used in the Hybrid PIC model.
1780
- When used, MCC module should be called internally for ions so energy is conserved.
1780
+ When used, MCC module should be called internally for ions so energy is conserved.
1781
1781
Collision frequencies should be choosen consistently.
1782
1782
*/
1783
1783
void WarpXFluidContainer::Hybrid_Electron_Qei (ablastr::fields::MultiFabRegister& m_fields,
@@ -1823,7 +1823,7 @@ void WarpXFluidContainer::Hybrid_Electron_Qei (ablastr::fields::MultiFabRegister
1823
1823
amrex::Real ne_val = rho_val/PhysConst::q_e;
1824
1824
1825
1825
// use expression for ei collision frequency here
1826
- // user defined with parser?
1826
+ // user defined with parser?
1827
1827
amrex::Real nu_ei_val = 0 .0_rt;
1828
1828
1829
1829
// CHECK Ti UNITS !!!! formula below assumes Ti is in J (since Te multifab is in J)
You can’t perform that action at this time.
0 commit comments