I want to compute $\iint_{\Sigma}(\nabla\times F)\cdot \omega dS$ where $\Sigma:=\{(x,y,z)\in\mathbb{R}^3:\sqrt{x^2+y^2}=z, 2+\frac{x}{4}\leq z\leq 4\}$, $F=(y,z,x)$ and $\omega (-3,0,3)=\frac{\sqrt{2}}{2}(1,0,1)$.
1) Applying the divergence theorem I got $\iint_{\Sigma}(\nabla\times F)\cdot \omega dS=\iiint_{V(\Sigma)}\nabla\cdot (\nabla\times F)dV-\iint_{z=4\cap cone}(\nabla\times F)\cdot \omega dS-\iint_{z=2+x/2\cap cone}(\nabla\times F)\cdot \omega dS=0-0-(-16\pi )=16\pi$
2) To check the result I've also applied Stokes's theorem taking as C the circumference $\sqrt{x^2+y^2}=4$ and I get $\oint_C F\cdot dr=\int_{0}^{2\pi}(4\sin (t),4,4\cos (t))\cdot (-4\sin (t), 4\cos (t),0)dt- \iint_{z=2+x/2\cap cone} (\nabla\times F)\cdot \omega dS =16\pi -0=16\pi$
So, is what I did correct?