Hello,
dxvn818 wrote
However, I want to calculate stress, strain at the section which is in the middle of beam length and perpendicular to the beam axis. That middle section will move due to the deformation of the beam in a tensile test.
For measuring stress, you need to create a virtual cut of your sample (as for material strength theory).
To do this, you need :
- a SetOf that contains half of your sample
- a sensor that measure the force acting from one part to the other part of your sample. Note that these forces are transmitted through the cohesive beams.
- Summarize these forces and divide it by the area of your sample.
For measuring strain many strategies can be applied. It depends on your real need.
To be honest, implementing such sensors are not obvious. You need a good knowledge of the GranOO programming interface.
If you need simply a tensile test, the available sensors gives you already these informations because stress & strain can be considered as homogeneous in the whole sample for 1D axial test.
Kind regards, Damien.