Skip to content

Section stress computation #353

Open
@TLCFEM

Description

@TLCFEM

The current implementation follows Pilkey's book, which assumes transverse shear forces are acting on the axis passing the shear centre.

Continue the discussion regarding the shift of the section in $yz$ plane, currently the location of the section does not affect the shear stresses computed.

The current implementation shifts the section to its centroid, making all shape function related values invalid in the previous geometry analysis. If it is not shifted, then all those values, shape functions, their derivatives, jacobians, etc, can be reused.

On the other hand, the transverse shear forces may not necessarily been applied to the shear centre, the stress computation should be aware of different section location in the local reference system.

A possible solution is as follows.

For arbitarily placed section, assuming transverse shear forces are always acting on the $y$- and $z$-axis. They can be equivalently converted into the shear forces acting passing the shear centre, and a companion torsion.

For $V_y$ and $V_z$ (not shown), we use the same Pilkey's procedure (6.1.4) to compute the stress.

For torsion $T_x$, we use Eq. 5.142 to compute the stress.

The final stress stress should be the summation of the two contributions.

Section

Then one can place the section in the local reference system as desired, and different locations lead to different stress distribution. For each element, only one set of shape function related quantites needs to be computed, making further optimisation possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions