cratepy.tensor.matrixoperations.get_problem_type_parameters

get_problem_type_parameters(problem_type)[source]

Get parameters dependent on the problem type.

Parameters:

problem_type (int) – Problem type: 2D plane strain (1), 2D plane stress (2), 2D axisymmetric (3) and 3D (4).

Returns:

  • n_dim (int) – Problem number of spatial dimensions.

  • comp_order_sym (list) – Strain/Stress components symmetric order.

  • comp_order_nsym (list) – Strain/Stress components nonsymmetric order.