Pawan Soami
COMSOL Employee
Please login with a confirmed email address before reporting spam
Posted:
4 years ago
2020年12月15日 GMT-5 03:48
Hello,
I am assuming that you are evaluating stress on a point using Point Evaluation node and setting the dataset to Layered Material and correcting specifying the Through-thickness location.
When you evaluate or plot such quantities on lower dimensions (i.e. edges or points) instead of boundaries, you need to wrap the quantity in mean() or mean(mean()) operator for edge and point evaluation respectively.
So in this case try evaluating mean(mean(lshell.mises)). Hope this resolves your problem.
Best regards,
Pawan Soami
Hello,
I am assuming that you are evaluating stress on a point using *Point Evaluation* node and setting the dataset to *Layered Material* and correcting specifying the *Through-thickness location*.
When you evaluate or plot such quantities on lower dimensions (i.e. edges or points) instead of boundaries, you need to wrap the quantity in *mean()* or *mean(mean())* operator for edge and point evaluation respectively.
So in this case try evaluating *mean(mean(lshell.mises))*. Hope this resolves your problem.
Best regards,
Pawan Soami
Please login with a confirmed email address before reporting spam
Posted:
4 years ago
2020年12月29日 GMT-5 04:49
Hello,
Thanks Pawan Soami.
I have learned to use mean(), but I can not understand the meaning of the mean value of expression as evaluated on the adjacent boundaries.Does mean() only calculate the mean of adjacent boundaries?If I have multiple shells overlapping, I can't use this operator.
For example, If I want to calculate the mean(lshell.sxx) of multiple overlapping shell edges (more than three), then how should I represent it?
Jiali Mao
Hello,
Thanks Pawan Soami.
I have learned to use mean(), but I can not understand the meaning of the mean value of expression as evaluated on the adjacent boundaries.Does mean() only calculate the mean of adjacent boundaries?If I have multiple shells overlapping, I can't use this operator.
For example, If I want to calculate the mean(lshell.sxx) of multiple overlapping shell edges (more than three), then how should I represent it?
Jiali Mao