Problem source terme in eltssc.f90 (particular physical)
Posted: Wed May 21, 2014 11:31 am
Hello everybody,
We recently implemented a new mode in the electrical module to simulate the double electrical layer at the interface solid/liquid. But we have the question about writing our source terms in eltssc file.
Before, We did that with CRVEXP and CRVIMP but now we use smbrs, rovsdt. I think best you give an example of our source term.
Considering the term source of

We can determine the explicit term equal to
 = smbrs(iel) + tsexp(iel) + tsimp(iel)*n^L
rovdsdt(iel) = rovdsdt(iel) + max(-timp,zero))
My question is very simple, Does my term source is correct
Thank you for your assistance
Best Regards
P.L.
We recently implemented a new mode in the electrical module to simulate the double electrical layer at the interface solid/liquid. But we have the question about writing our source terms in eltssc file.
Before, We did that with CRVEXP and CRVIMP but now we use smbrs, rovsdt. I think best you give an example of our source term.
Considering the term source of
We can determine the explicit term equal to
We can determine the implicit term equal totsexp =
And so, I'm writing un eltssc.f90 :tsimp =
My question is very simple, Does my term source is correct
Thank you for your assistance
Best Regards
P.L.