Reorder print statements and boundary condition output

This commit is contained in:
JHendrikx 2025-02-05 16:07:53 +01:00
commit 84b6b3cc22

View file

@ -272,10 +272,8 @@ program VlaPlEx
! T_i(iz,1) = Temp_bc ! T_i(iz,1) = Temp_bc
!end do !end do
T_e = Temp_bc T_e = Temp_bc
print *, 'Time: ', time * t_ref
print *, 'Temp_bc: ', Temp_bc
print *, 'Zave_bc: ', Zave_bc
print *, 'TtoZ: ', T_to_Z(Temp_bc) print *, 'TtoZ: ', T_to_Z(Temp_bc)
print *, 'Injection species: ', Zave_bc
print *, '-------------------------' print *, '-------------------------'