A horizontal truncated circular cylinder along x-axis
Full form
HorizontalCylinder(R, H, t, b)
and short form
HorizontalCylinder(R, H) == HorizontalCylinder(R, H, 0, 0)
Parameters:
Constraint:
$ 2R - t - b \ge 0 $
As for any other Form factor.
Class HorizontalCylinder inherits from the interface class IFormfactor.
Form factor is computed as
$$ F(\mathbf{q})=2 L \space \text{sinc}\Big(q_x\dfrac{L}{2}\Big) \exp[iq_z(R-b)] \int_{-R+b}^{R-t} \text{d}z \space \sqrt{R^2-z^2} \space \text{sinc}(q_y\sqrt{R^2-z^2}) \exp[iq_z z] , $$
Volume has been validated against $$V=L \Big( (R-t)\sqrt{2Rt-t^2}- (R-b)\sqrt{2Rb-b^2} + R^2 \Big[\text{asin}\Big(1-\frac{t}{R}\Big) + \text{asin}\Big(1-\frac{b}{R}\Big) \Big] \Big).$$
More general:
Scattering by uncorrelated, oriented horizontal truncated cylinders for horizontal incidence. Rotation around $z$ axis:
Generated by Examples/ff/HorizontalCylinder.py .
Introduced in BornAgain 1.20.
API has changed in v24.