PlasticSpatialVelocityGradient

Source: models/solid_mechanics/crystal_plasticity/PlasticSpatialVelocityGradient.py

Caclulates the plastic spatial velocity gradient as \(l^p = \sum_{i=1}^{n_{slip}} \dot{\gamma}_i Q \left(d_i \otimes n_i \right) Q^T\) with \(l^p\) the plastic spatial velocity gradient, \(\dot{\gamma}_i\) the slip rate on the ith slip system, \(Q\) the orientation, \(d_i\) the slip system direction, and \(n_i\) the slip system normal.

Inputs

orientation_matrixinput · R2 · required

The name of the orientation matrix

slip_ratesinput · Scalar · required

The name of the tensor containg the current slip rates

Outputs

plastic_spatial_velocity_gradientoutput · R2 · required

The name of the plastic spatial velocity gradient

Other options

crystal_geometrystr · default crystal_geometry

The name of the Data object containing the crystallographic information for the material