USER_PROBLEM: Fix calculation of boundary resistive terms.
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
parent
b49deb3b71
commit
fbb40a4a32
@ -863,8 +863,8 @@ module user_problem
|
||||
call reduce_sum(rterms(:))
|
||||
#endif /* MPI */
|
||||
|
||||
rterms(7) = eta * rterms(6)
|
||||
rterms(8) = eta * rterms(7)
|
||||
rterms(6) = eta * rterms(6)
|
||||
rterms(7) = eta * rterms(7)
|
||||
|
||||
write(runit,"(9es25.15e3)") time, rterms(1:8)
|
||||
call flush_and_sync(runit)
|
||||
|
Loading…
x
Reference in New Issue
Block a user