compute_CS_for_C3D8_using_mbf
- compute_CS_for_C3D8_using_mbf(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 C3D8. Each element has n=8 nodes and ips=8 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, 3) containing the coordinates at n nodes of num_elem elements.
U_at_nodes – Array of shape (num_elem, n, 3) containing the displacements at n nodes of num_elem elements.
S_at_int_points – Array of shape (num_elem, ips, 3, 3) containing the symmetric stress tensors at ips integration points for num_elem elements.
- Returns:
CS_at_int_points: Array of shape (num_elem, ips, 3, 3) containing the configurational stresses evaluated on ips integration points for num_elem element.