CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

Search Results

Register Blogs Community New Posts Updated Threads Search

Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: hartinger
Forum: OpenFOAM Post-Processing May 30, 2007, 13:12
Replies: 58
Views: 43,610
Posted By hartinger
Hi Giovanni, the stuff i po

Hi Giovanni,

the stuff i posted wasn't correct, do it like that:

volTensorField gradU = fvc::grad(U);

// stress tensor
volTensorField tau =
- mu * (gradU +...
Forum: OpenFOAM Post-Processing February 13, 2007, 06:04
Replies: 58
Views: 43,610
Posted By hartinger
// you get the stress tensor w

// you get the stress tensor with:

volTensorField stressTensor = - mu * (fvc::grad(U) + (fvc::grad(U)).T());
// there might be a better way describing that, if haven't used the stressTensor...
Showing results 1 to 2 of 2

 
Forum Jump

All times are GMT -4. The time now is 00:26.