Boundary conditions for scalar. #250
-
alpha_sc, beta_sc, g_sc are used only when iimplicit > 0. Can anybody let me know where i can change alpha and beta for explicit method ? |
Beta Was this translation helpful? Give feedback.
Answered by
slaizet
Jan 31, 2024
Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mathrack
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
You can change alpha_sc, beta_sc for an explicit time advancement scheme. This can be done in the boundary conditions subroutine in the relevant BC-XXX file (depending on your flow configuration). This has not been done yet, but it is possible.
Cheers,
Sylvain