compute_CS_for_CPE4_using_dbf
- compute_CS_for_CPE4_using_dbf(e_at_int_points, X_at_nodes, U_at_nodes, S_at_int_points)[source]
Compute the configurational stresses for num_elem elements of typ CPE4. Each element has n=4 nodes and ips=4 integration points.
- Parameters:
e_at_int_points – Array of shape (num_elem, ips) containing the Helmholtz free energy densities of num_elem elements.
X_at_nodes – Array of shape (num_elem, n, 2) containing the coordinates at n nodes of num_elem elements.
U_at_nodes – Array of shape (num_elem, n, 2) containing the displacements at n nodes of num_elem elements.
S_at_int_points – Array of shape (num_elem, ips, 2, 2) containing the symmetric stress tensors at ips integration points for num_elem elements.
- Returns:
CS_at_int_points: Array of shape (num_elem, ips, 2, 2) containing the configurational stresses evaluated on ips integration points for num_elem element.