Saturday, March 5, 2016

tensor calculus - What does a colon mean in hydrodynamics equations?


In some hydrodynamics book I saw a notation like e:e where e is a matrix (shear stress tensor). This double dot product is in a scalar equation, so the result of this operation must be scalar. I found this article on Wiki, however it is about dyadics, which are 1-rank matrices (and the shear stress tensor, as far as I understand, is not generally a first rank matrix).


My guess is that e:e=ijeijeij, but I want to be sure.




Answer



The double inner product expands to be (for second rank tensors that you encounter in hydrodynamics):


a:b=aijbij=a11b11+a12b12+...


So it behaves just like you would expect a vector dot product to behave. You add up the product of all of the values with the same indexing.


You can do the same operation with a second rank and third rank tensor (which may come up in fluids or structures, but mostly is just for educational value here):


c:d=cijdijkd:c=dijkcjk


which would give you a vector as a result.


No comments:

Post a Comment

classical mechanics - Moment of a force about a given axis (Torque) - Scalar or vectorial?

I am studying Statics and saw that: The moment of a force about a given axis (or Torque) is defined by the equation: $M_X = (\vec r \times \...