I'm finding it very challenging to understand a step in the derivation of the 'moment equation', found in these notes
http://www.maths.ox.ac.uk/system/files/coursematerial/2011/989/66/fluids1.pdf
I am struggling with the transition of (1.33) to (1.34). I don't see how:
$$\frac{d}{dt}\int_V \rho \mathbf{u} dV=\int_V \rho \frac{D\mathbf{u} }{Dt}dV$$
This is a result of the transport theorem (1.22) and it's corollary (1.32), but I don't really see how the corollary is derived or how it can be applied to vector functions. If anyone could explain as you would a child I would be very grateful..
EDIT: So this really comes down just the derivation of the corollary: For $f=\rho h$
$$\frac{d}{dt}\int_V \rho h dV=\int_V \rho \frac{Dh }{Dt}dV$$
So this depends on the conservation of mass $$\frac{\partial \rho}{\partial t}+\nabla \cdot(\rho \mathbf{u})=0$$ Therefore from the transport theorem $$\frac{d}{dt}\int_V \rho h dV=\int_V \frac{\partial \rho h}{\partial t} +\nabla \cdot(\rho h \mathbf{u}) dV=\int_V h\frac{\partial \rho }{\partial t} +\rho\frac{\partial h }{\partial t} + \rho h(\nabla\cdot\mathbf{u})+ (\nabla \rho h)\cdot \mathbf{u} dV$$
So all we need to do is show that: $$h\frac{\partial \rho }{\partial t} +\rho\frac{\partial h }{\partial t} + \rho h(\nabla\cdot\mathbf{u})+ (\nabla \rho h)\cdot \mathbf{u} =\star\big[\frac{\partial \rho}{\partial t}+\nabla \cdot(\rho \mathbf{u})\big] +\rho \big[ \frac{\partial h}{\partial t} + (\mathbf{u} \cdot\nabla)h\big]$$
Can anyone help with this step? Many thanks.