How to obtain the strain data (like axial strain, radial strain, hoop strain) by setting Outputs section? #2805
-
Hello everyone, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
GEOS don't store the strain, so there is no field to visualize. The only way is to compute it as a postprocessing in paraview from the displacement field gradients. |
Beta Was this translation helpful? Give feedback.
-
@sytuannguyen maybe you can help |
Beta Was this translation helpful? Give feedback.
-
As mentioned by @paveltomin, probably the easiest way is to calculate strain in ParaView. Use the PythonCalculator of ParaView. The expression of the PythonCalculator should be something like 'strain( totalDisplacement)'. |
Beta Was this translation helpful? Give feedback.
As mentioned by @paveltomin, probably the easiest way is to calculate strain in ParaView. Use the PythonCalculator of ParaView. The expression of the PythonCalculator should be something like 'strain( totalDisplacement)'.