cratepy.ioput.packager.store_problem_data

store_problem_data(strain_formulation, problem_type, n_dim, comp_order_sym, comp_order_nsym)[source]

Store data associated with the problem formulation and type.

Parameters:
  • strain_formulation ({'infinitesimal', 'finite'}) – Problem strain formulation.

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

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

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

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

Returns:

problem_dict – Container.

Return type:

dict