In TELEMAC-2D, when using punctual sources or sources by regions, there is a bug with TYPE OF SOURCES = 2 (Dirac) when they belong to the interface between several subdomains in parallel. Bug pointed by Ismail Rifai.
Edited
Designs
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
A tentative fix is suggested in PROSOU subroutine to multiply DSCE(I) when added to SMH%R(IR) by MESH%IFAC%I(IR) not to count the contribution of discharge of sources too many times, if IR is the node index.
It works for a simple test case, to be confirmed by other validations.
A similar fix may have to be done for culverts in 2D. To be checked.
Chi-Tuân Phamchanged title from Bug with Dirac sources belonging to several subdomains in parallel to Bug with Dirac sources belonging to several subdomains in parallel in TELEMAC-2D
changed title from Bug with Dirac sources belonging to several subdomains in parallel to Bug with Dirac sources belonging to several subdomains in parallel in TELEMAC-2D
Fix pushed in SHA 0af1c59a only worked for Finite Elements when a culvert is modeled with Dirac.
An additional test is done if Finite Elements or Finite Volumes are used in parallel with culverts, in order to recover previous results with Finite Volumes.