(Sorry, I missed this alert during the weekend).
Program is a dynamic simulation program for the chemical industry, called aspen custom modeler. But all I use is the integrator, so I didn't mention it. It has lousy graphics, so picture is made by moving the data to excel. Also easier to do further analysis: take logarithm, fit that to a polynomial, to see if it's a simple exponential. It is not:
(##\ \ln(I_{\rm stokes} ) = -2.6356 - 0.0939 z + 0.0011 z^2\ ## )
Got the curves by doing the forward integration from z = 0 to 10. Chose C
2 = I
0(0) = 0.1 and played around with I
SBS(0) and I
stokes(0) until they ended up at the same value. I called that C
1. Normally you would let the computer do the guessing (
shooting method) with a reasonable efficiency.
So still no joy finding something analytical.
What tools do you have at your disposal for this ?
--