Forum

User defined sediment transport formulae (.dll file)

Gabriel Lim, modified 5 Years ago.

User defined sediment transport formulae (.dll file)

thumbnail
Adri Mourits, modified 5 Years ago.

RE: User defined sediment transport formulae (.dll file)

Padawan Posts: 97 Join Date: 1/3/11 Recent Posts
Hi Gabriel,Once you're using a transport formula in your own .dll file, you have to specify all the sediment transport rates. There are two ways to do this:
  1. Copy the source code of the default formulas into your code that you use to build your own .dll file.
  2. Forget about using your own .dll file; just change the Ca formula inside the default code.
Looking to subroutine eqtran, line 738 and further: the "ssus" from your .dll file is indeed transformed into a reference concentration and used further on.Regards,Adri