From 6fadc2056c4824c9f95d35fa1b96c122ca8fb858 Mon Sep 17 00:00:00 2001 From: Jorge Gonzalez - Galactica Date: Mon, 11 May 2026 15:19:40 +0200 Subject: [PATCH] Go back to previous value of iteration --- src/modules/mesh/moduleMesh@boundaryParticle.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/mesh/moduleMesh@boundaryParticle.f90 b/src/modules/mesh/moduleMesh@boundaryParticle.f90 index 1f2d3f0..4a49dbe 100644 --- a/src/modules/mesh/moduleMesh@boundaryParticle.f90 +++ b/src/modules/mesh/moduleMesh@boundaryParticle.f90 @@ -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)