Commit 0c8356db authored by Caneses Marin, Juan Francisco's avatar Caneses Marin, Juan Francisco
Browse files

Added new input variables to separate IC at start of sim from BC during simulation

parent ba17abe4
Loading
Loading
Loading
Loading

InputFiles/.xp_TestDrag.in.swp

deleted100644 → 0
−1 KiB

File deleted.

+5 −0
Original line number Diff line number Diff line
@@ -45,6 +45,11 @@ in%CollOperType = 2, !
! Particle boundary conditions:
! ============================
in%BC_Type = 2,                                                                ! 1: Isotropic plasma source, 2: NBI, 3: Periodic
in%BC_zp_mean = 0.0,                                                           ! Mean particle injection
in%BC_zp_std  = 0.3,                                                           ! STD of particle injection
in%BC_Ep      = 20000.,                                                        ! Drift kinetic energy
in%BC_Tp      = 10,                                                            ! Thermal kinetic energy
in%BC_xip     = 0.707,                                                         ! Mean pitch angle where xip = cos(theta) = vpar/v

! Initial conditions:
!===================
+6 −1
Original line number Diff line number Diff line
@@ -45,6 +45,11 @@ in%CollOperType = 2, !
! Particle boundary conditions:
! ============================
in%BC_Type = 2,                                                                ! 1: Isotropic plasma source, 2: NBI, 3: Periodic
in%BC_zp_mean = 0.0,                                                           ! Mean particle injection
in%BC_zp_std  = 0.3,                                                           ! STD of particle injection
in%BC_Ep      = 20000.,                                                        ! Drift kinetic energy
in%BC_Tp      = 10,                                                            ! Thermal kinetic energy
in%BC_xip     = 0.707,                                                         ! Mean pitch angle where xip = cos(theta) = vpar/v

! Initial conditions:
!===================
+5 −0
Original line number Diff line number Diff line
@@ -45,6 +45,11 @@ in%CollOperType = 2, !
! Particle boundary conditions:
! ============================
in%BC_Type = 1,                                                                ! 1: Isotropic plasma source, 2: NBI, 3: Periodic
in%BC_zp_mean = 0.0,                                                           ! Mean particle injection
in%BC_zp_std  = 0.3,                                                           ! STD of particle injection
in%BC_Ep      = 20000.,                                                        ! Drift kinetic energy
in%BC_Tp      = 10,                                                            ! Thermal kinetic energy
in%BC_xip     = 0.707,                                                         ! Mean pitch angle where xip = cos(theta) = vpar/v

! Initial conditions:
!===================
+6 −1
Original line number Diff line number Diff line
@@ -45,6 +45,11 @@ in%CollOperType = 2, !
! Particle Boundary Conditions:
! ============================
in%BC_Type    = 1,                                                             ! 1: Isotropic plasma source, 2: NBI, 3: Periodic
in%BC_zp_mean = 0.0,                                                           ! Mean particle injection
in%BC_zp_std  = 0.3,                                                           ! STD of particle injection
in%BC_Ep      = 20000.,                                                        ! Drift kinetic energy
in%BC_Tp      = 10,                                                            ! Thermal kinetic energy
in%BC_xip     = 0.707,                                                         ! Mean pitch angle where xip = cos(theta) = vpar/v

! Particle Initial Conditions:
!===================
Loading