idaholab / moose

Multiphysics Object Oriented Simulation Environment
https://www.mooseframework.org
GNU Lesser General Public License v2.1
1.77k stars 1.05k forks source link

Improvements to plane stress #14484

Open bwspenc opened 4 years ago

bwspenc commented 4 years ago

Reason

The plane stress capability in TensorMechanics has not been fully developed. It needs a couple more features to be fully functional and more usable.

Design

The following features should be added to the plane stress system

Impact

Adding the ability to set it up with the Action will not change any existing functionality. This is also the case for adding thickness support. The modification for finite strain will affect current solutions, which don't take the thickness change into account.

bwspenc commented 4 years ago

FYI @hugary1995 and @hchen139. I am close to having a PR ready to address the first 2 of these issues.

tophmatthews commented 4 years ago
  • Account for the thickness change in finite deformation scenarios to account for necking in the out of plane direction

Does this include the ability to accumulate axial strain like we talked about yesterday?

bwspenc commented 4 years ago

@tophmatthews No, this is unrelated to accumulating the integrated axial strain over multiple layers. This just deals with the behavior within a single layer, and is applicable only to plane stress, which isn't typically used in fuel analysis.