On Thursday 06 July 2006 13:42, Dimitrios E. Kiousis wrote:
....
>
> When I try to plot my results and use the filter ExtractTensorComp I get an
> addition option "Effective Stress".
>
> What is this exactly?
>
Accordig to the source (VTK/Graphics/vtkExtractTensorComponents.cxx)
if ( this->ScalarMode == VTK_EXTRACT_EFFECTIVE_STRESS )
{
sx = tensor[0];
sy = tensor[4];
sz = tensor[8];
txy = tensor[3];
tyz = tensor[7];
txz = tensor[6];
s = sqrt (0.16666667 * ((sx-sy)*(sx-sy) + (sy-sz)*(sy-sz) +
(sz-sx)*(sz-sx) +
6.0*(txy*txy + tyz*tyz + txz*txz)));
}
I think that this should correspond to the Von Mises effective stress.
Does it?
Regards
ZP
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
MayaVi-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mayavi-users