USER_PROBLEM: Normalize inflow speed by the inflow boundary area.

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
Grzegorz Kowal 2024-06-19 17:31:41 -03:00
parent 2c6e710d96
commit 77b28b7cde

View File

@ -2116,6 +2116,7 @@ module user_problem
#endif /* MPI */
rterms(2) = 2.50d-01 * rterms(2) / yarea
rterms(10:11) = rterms(10:11) / yarea
rterms(12) = 5.00d-01 * rterms(12)
rterms(13) = 1.25d-01 * rterms(13) / yarea
rterms(3:6) = 5.00d-01 * rterms(3:6)