Hello,
I am doing my master thesis on implementing a flocculation model (PBE) in TELEMAC3d under supervision of Qilong. Seeing as the structure of the (coupled) differential equations is very similar to the 3D equation of tracers, we decided to investigate this more in the source code.
On line 2381 in Telemac3d.f main subroutine the advection-diffusion of tracers is solved using subroutine CVDF3D (line 2430). We would like to know if this call will solve the entire tracer equation (see attachment) or only part of it. In general we would like to know how the (entire) tracer equation is solved in Telemac3d, and which subroutines are used in this process.
If possible, some general information on how (non-zero) source terms are prepared and dealt with, and where this happens in the source code (we are working with implicit source terms as equations in the PBE) would be very welcome.
Thank you very much in advance