Why does eij*p*dij equal zero in Stokes flow uniqueness?

  • Thread starter Thread starter davcrai
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
davcrai
Messages
13
Reaction score
0

Homework Statement


Going through a proof of uniqueness for stokes flow for a fluids class I'm taking. Part of it involves replacing the strain tensor (e) with the stress tensor (a), ie going from

(2u)*int(eij*eij)dV

to

int(eij*aij)dV


Homework Equations



aij = -p*dij + 2u*eij

dij = 1 if i=j, 0 otherwise.

The Attempt at a Solution



I can see you simply substitute for 2u*eij to the integral as follows,

int(eij*(eij*(p*dij + aij))dV

but why does eij*p*dij = 0 ?
 
Physics news on Phys.org


Please try reposting this in the physics part of the forum.
 


Because the strain tensor e is traceless. The pressure term is exactly minus the trace of the stress tensor a.
 
Last edited:


Thank you very much!