fix(btcs): erroneous resolution of constant boundaries
See https://git.gfz-potsdam.de/naaice/tug/-/merge_requests/23 [skip ci]
This commit is contained in:
parent
bd288e00e1
commit
e431af68ca
@ -73,7 +73,7 @@ function calcExplicitConcentrationsBoundaryConstant(
|
||||
calcAlphaIntercell(alpha_center, alpha_center)
|
||||
|
||||
return sy * alpha_center_neighbor * conc_center +
|
||||
(1 - sy * (alpha_center_center + 2 * alpha_center)) * conc_center +
|
||||
(1 - sy * (alpha_center_center + alpha_center)) * conc_center +
|
||||
sy * alpha_center * conc_bc
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user