Change boundary file module
This commit is contained in:
parent
535797ce7e
commit
d13146a31c
2 changed files with 8 additions and 17 deletions
|
|
@ -235,7 +235,7 @@ program VlaPlEx
|
|||
! Main loop
|
||||
do t = 1, nt
|
||||
time = t * dt + t0
|
||||
call boundaryConditions%get(time, n_bc, u_bc, Temp_bc, Zave_bc)
|
||||
call boundaryConditions%get(time, n_bc, u_bc, Temp_bc)
|
||||
z_inj = minloc(abs(Z_list - T_to_Z(Temp_bc)),1)
|
||||
Zave_bc = Z_list(z_inj)
|
||||
u_bc = sqrt(Zave_bc * Temp_bc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue