I think I've figured it out now:
b = 1/cs
where
FWHM = l/(cs cosq)
b(2q) is the FWHM in radians.
.
Which leads me to another question about the accuracy of the functions in Topas.
Using the function
Lvol = 1 / IB_from_CS(csG, csL);
and csG = 120 nm, csL=150 nm, Topas gives me an Lvol of 60.68347 nm.
If I do a manual calculation (as outlined in Balzar's book chapter and Balzar & Popovic), with csG = 120 nm, csL=150 nm, you can calculated that:
bG=1/120, bL=1/150, k=bL/(sqrt(Pi) bG)=0.45135,
Which gives b=bG*exp(-k^2)/erfc(k)=0.01299,
For Lvol = 1/b= 76.98102 nm.
What is the source of the discrepancy?
As far as I can tell, the calculation path is the same, except for the "Voigt_Integral_Breadth_GL" function in Topas, which I don't know how it calculate b.