Go back to previous value of iteration
This commit is contained in:
parent
e2adc0e834
commit
6fadc2056c
1 changed files with 1 additions and 1 deletions
|
|
@ -604,7 +604,7 @@ submodule(moduleMesh) boundaryParticle
|
|||
alpha = vel_rest - vel_incident
|
||||
|
||||
! Apply correction with a factor of 0.1 to avoid fast changes
|
||||
self%velocity_shift(edge%n) = self%velocity_shift(edge%n) + 1.0d-3 * alpha
|
||||
self%velocity_shift(edge%n) = self%velocity_shift(edge%n) + 1.0d-2 * alpha
|
||||
|
||||
deallocate(den_nodes)
|
||||
deallocate(mom_nodes)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue