From 0092ef90f7e890e069d11ded85378f68c63f777e Mon Sep 17 00:00:00 2001 From: Antoine Hoffmann <antoine.hoffmann@epfl.ch> Date: Fri, 28 Jul 2023 16:03:07 +0200 Subject: [PATCH] clean of the perpendicular effects The perpendicular pressure effects are already added above so this commented part is useles --- src/moments_eq_rhs_mod.F90 | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/moments_eq_rhs_mod.F90 b/src/moments_eq_rhs_mod.F90 index 8e29e60c..ea1691cb 100644 --- a/src/moments_eq_rhs_mod.F90 +++ b/src/moments_eq_rhs_mod.F90 @@ -119,8 +119,6 @@ CONTAINS - (Dphi + Dpsi) & ! Collision term + Capj(ia,ip,ij,iky,ikx,iz) & - ! Perpendicular pressure effects (electromagnetic term) (TO CHECK) - ! - i_ky*beta*xpdx(ia) * (Tnapj + Tnapp2j + Tnapm2j + Tnapjp1 + Tnapjm1)& ! Parallel drive term (should be negligible, to test) ! !! -Gamma_phipar(iz,eo)*Tphi*ddz_phi(iky,ikx,iz) & ! Numerical perpendicular hyperdiffusion -- GitLab