Skip to content

Commit 34a1252

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 85613e5 commit 34a1252

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Source/Fluids/WarpXFluidContainer.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@ void WarpXFluidContainer::Hybrid_Electron_Joule_Heating (ablastr::fields::MultiF
16831683

16841684
// remove this. Control on Te is set in eta() expression defined by the user.
16851685
// 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){
16871687
// Te_val = Te0_K;
16881688
//}
16891689

@@ -1777,7 +1777,7 @@ void WarpXFluidContainer::Hybrid_Electron_Bremsstrahlung (ablastr::fields::Multi
17771777

17781778
/*
17791779
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.
17811781
Collision frequencies should be choosen consistently.
17821782
*/
17831783
void WarpXFluidContainer::Hybrid_Electron_Qei (ablastr::fields::MultiFabRegister& m_fields,
@@ -1823,7 +1823,7 @@ void WarpXFluidContainer::Hybrid_Electron_Qei (ablastr::fields::MultiFabRegister
18231823
amrex::Real ne_val = rho_val/PhysConst::q_e;
18241824

18251825
// use expression for ei collision frequency here
1826-
// user defined with parser?
1826+
// user defined with parser?
18271827
amrex::Real nu_ei_val = 0.0_rt;
18281828

18291829
// CHECK Ti UNITS !!!! formula below assumes Ti is in J (since Te multifab is in J)

0 commit comments

Comments
 (0)