New boundary files. Now they follow Z = 22.5 T^0.6

This commit is contained in:
Jorge Gonzalez 2024-11-29 10:01:00 +01:00
commit ba4856c67b
8 changed files with 24 additions and 9 deletions

View file

@ -93,7 +93,7 @@ program plasmaExpansion
phi_ref = kb * Temp_ref / qe
! Set input parameters (remember these have to be in non-dimensional units)
c_s = sqrt(9.0_dp * gamma_i * 1.0_dp)
c_s = sqrt(11.0_dp * gamma_i * 1.0_dp)
bc_file = 'bc.csv'
call boundaryConditions%init(bc_file)