ANYstructure 5.3.2__tar.gz → 5.3.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (116) hide show
  1. {anystructure-5.3.2 → anystructure-5.3.3}/ANYstructure.egg-info/PKG-INFO +1 -1
  2. {anystructure-5.3.2 → anystructure-5.3.3}/PKG-INFO +1 -1
  3. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/calc_structure.py +2 -2
  4. {anystructure-5.3.2 → anystructure-5.3.3}/setup.py +1 -1
  5. {anystructure-5.3.2 → anystructure-5.3.3}/ANYstructure.egg-info/SOURCES.txt +0 -0
  6. {anystructure-5.3.2 → anystructure-5.3.3}/ANYstructure.egg-info/dependency_links.txt +0 -0
  7. {anystructure-5.3.2 → anystructure-5.3.3}/ANYstructure.egg-info/entry_points.txt +0 -0
  8. {anystructure-5.3.2 → anystructure-5.3.3}/ANYstructure.egg-info/requires.txt +0 -0
  9. {anystructure-5.3.2 → anystructure-5.3.3}/ANYstructure.egg-info/top_level.txt +0 -0
  10. {anystructure-5.3.2 → anystructure-5.3.3}/LICENSE +0 -0
  11. {anystructure-5.3.2 → anystructure-5.3.3}/MANIFEST.in +0 -0
  12. {anystructure-5.3.2 → anystructure-5.3.3}/README.md +0 -0
  13. {anystructure-5.3.2 → anystructure-5.3.3}/README.rst +0 -0
  14. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ANYstructure_documentation.pdf +0 -0
  15. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/SN_curve_parameters.py +0 -0
  16. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/__init__.py +0 -0
  17. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/__main__.py +0 -0
  18. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/api.py +0 -0
  19. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/buckling_calc_external.py +0 -0
  20. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/bulb_anglebar_tbar_flatbar.csv +0 -0
  21. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/calc_loads.py +0 -0
  22. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/compartment_window.py +0 -0
  23. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/example_data.py +0 -0
  24. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/example_data_puls.py +0 -0
  25. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/excel_inteface.py +0 -0
  26. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/fatigue_window.py +0 -0
  27. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/grid_window.py +0 -0
  28. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/gui.py +0 -0
  29. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/helper.py +0 -0
  30. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/images/ANYstructure_logo.jpg +0 -0
  31. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/images/Buckling_Strength_of_Shells.png +0 -0
  32. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/images/Panel_geometry_definitions.png +0 -0
  33. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/images/current_comps_NONE.png +0 -0
  34. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/images/cylinder_opt.png +0 -0
  35. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/images/fls_button.gif +0 -0
  36. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/images/img_T_L_FB.gif +0 -0
  37. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/images/img_axial_stresses.gif +0 -0
  38. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/images/img_ext_pressure_button.gif +0 -0
  39. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/images/img_ext_pressure_button_def.gif +0 -0
  40. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/images/img_fixation_parameters.gif +0 -0
  41. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/images/img_generate_report.gif +0 -0
  42. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/images/img_int_pressure_button.gif +0 -0
  43. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/images/img_int_pressure_button_search.gif +0 -0
  44. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/images/img_multi_opt.gif +0 -0
  45. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/images/img_optimize.gif +0 -0
  46. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/images/img_plate_and_stiffener.gif +0 -0
  47. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/images/img_stf_button.gif +0 -0
  48. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/images/img_stiffener.gif +0 -0
  49. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/images/img_stress_button.gif +0 -0
  50. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/images/img_title.gif +0 -0
  51. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/images/img_transverse_stress.gif +0 -0
  52. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/load_factor_window.py +0 -0
  53. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/load_window.py +0 -0
  54. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/main_application.py +0 -0
  55. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/make_grid_numpy.py +0 -0
  56. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/make_queue.py +0 -0
  57. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/make_stack.py +0 -0
  58. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_CSR-Tank_req_cl_predictor.pickle +0 -0
  59. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_CSR-Tank_req_cl_scaler.pickle +0 -0
  60. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_CSR_plate_cl,_CSR_web_cl,_CSR_web_flange_cl,_CSR_flange_cl_predictor.pickle +0 -0
  61. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_CSR_plate_cl,_CSR_web_cl,_CSR_web_flange_cl,_CSR_flange_cl_scaler.pickle +0 -0
  62. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_buc_110_predictor_In-plane_support_cl_1_SP.pickle +0 -0
  63. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_buc_110_predictor_In-plane_support_cl_1_UP.pickle +0 -0
  64. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_buc_110_predictor_In-plane_support_cl_2,_3_SP.pickle +0 -0
  65. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_buc_110_predictor_In-plane_support_cl_2,_3_UP.pickle +0 -0
  66. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_buc_110_scaler_In-plane_support_cl_1_SP.pickle +0 -0
  67. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_buc_110_scaler_In-plane_support_cl_1_UP.pickle +0 -0
  68. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_buc_110_scaler_In-plane_support_cl_2,_3_SP.pickle +0 -0
  69. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_buc_110_scaler_In-plane_support_cl_2,_3_UP.pickle +0 -0
  70. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_buc_115_predictor_In-plane_support_cl_1_SP.pickle +0 -0
  71. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_buc_115_predictor_In-plane_support_cl_1_UP.pickle +0 -0
  72. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_buc_115_predictor_In-plane_support_cl_2,_3_SP.pickle +0 -0
  73. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_buc_115_predictor_In-plane_support_cl_2,_3_UP.pickle +0 -0
  74. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_buc_115_scaler_In-plane_support_cl_1_SP.pickle +0 -0
  75. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_buc_115_scaler_In-plane_support_cl_1_UP.pickle +0 -0
  76. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_buc_115_scaler_In-plane_support_cl_2,_3_SP.pickle +0 -0
  77. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_buc_115_scaler_In-plane_support_cl_2,_3_UP.pickle +0 -0
  78. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_ult_110_predictor_In-plane_support_cl_1_SP.pickle +0 -0
  79. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_ult_110_predictor_In-plane_support_cl_1_UP.pickle +0 -0
  80. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_ult_110_predictor_In-plane_support_cl_2,_3_SP.pickle +0 -0
  81. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_ult_110_predictor_In-plane_support_cl_2,_3_UP.pickle +0 -0
  82. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_ult_110_scaler_In-plane_support_cl_1_SP.pickle +0 -0
  83. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_ult_110_scaler_In-plane_support_cl_1_UP.pickle +0 -0
  84. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_ult_110_scaler_In-plane_support_cl_2,_3_SP.pickle +0 -0
  85. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_ult_110_scaler_In-plane_support_cl_2,_3_UP.pickle +0 -0
  86. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_ult_115_predictor_In-plane_support_cl_1_SP.pickle +0 -0
  87. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_ult_115_predictor_In-plane_support_cl_1_UP.pickle +0 -0
  88. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_ult_115_predictor_In-plane_support_cl_2,_3_SP.pickle +0 -0
  89. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_ult_115_predictor_In-plane_support_cl_2,_3_UP.pickle +0 -0
  90. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_ult_115_scaler_In-plane_support_cl_1_SP.pickle +0 -0
  91. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_ult_115_scaler_In-plane_support_cl_1_UP.pickle +0 -0
  92. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_ult_115_scaler_In-plane_support_cl_2,_3_SP.pickle +0 -0
  93. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ml_files/CL_output_cl_str_ult_115_scaler_In-plane_support_cl_2,_3_UP.pickle +0 -0
  94. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/opt_problem.py +0 -0
  95. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/optimize.py +0 -0
  96. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/optimize_cylinder.py +0 -0
  97. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/optimize_geometry.py +0 -0
  98. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/optimize_multiple_window.py +0 -0
  99. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/optimize_window.py +0 -0
  100. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/pl_stf_window.py +0 -0
  101. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/report_generator.py +0 -0
  102. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/sections.csv +0 -0
  103. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/sesam_interface.py +0 -0
  104. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/ship_section_example.txt +0 -0
  105. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/stresses_window.py +0 -0
  106. {anystructure-5.3.2 → anystructure-5.3.3}/anystruct/testCalc.py +0 -0
  107. {anystructure-5.3.2 → anystructure-5.3.3}/setup.cfg +0 -0
  108. {anystructure-5.3.2 → anystructure-5.3.3}/tests/test_calc_loads_loads.py +0 -0
  109. {anystructure-5.3.2 → anystructure-5.3.3}/tests/test_calc_loads_tank.py +0 -0
  110. {anystructure-5.3.2 → anystructure-5.3.3}/tests/test_calc_structure_scantlings.py +0 -0
  111. {anystructure-5.3.2 → anystructure-5.3.3}/tests/test_calc_structure_structure.py +0 -0
  112. {anystructure-5.3.2 → anystructure-5.3.3}/tests/test_calc_strucure_fatigue.py +0 -0
  113. {anystructure-5.3.2 → anystructure-5.3.3}/tests/test_grid_operations.py +0 -0
  114. {anystructure-5.3.2 → anystructure-5.3.3}/tests/test_helper_stress_force_conversion.py +0 -0
  115. {anystructure-5.3.2 → anystructure-5.3.3}/tests/test_make_grid.py +0 -0
  116. {anystructure-5.3.2 → anystructure-5.3.3}/tests/test_optimize.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ANYstructure
3
- Version: 5.3.2
3
+ Version: 5.3.3
4
4
  Summary: A plate field optimization tool for offshore structures calculated according to DNV standards
5
5
  Home-page: https://github.com/audunarn/ANYstructure
6
6
  Author: Audun Arnesen Nyhus
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ANYstructure
3
- Version: 5.3.2
3
+ Version: 5.3.3
4
4
  Summary: A plate field optimization tool for offshore structures calculated according to DNV standards
5
5
  Home-page: https://github.com/audunarn/ANYstructure
6
6
  Author: Audun Arnesen Nyhus
@@ -4091,8 +4091,8 @@ class CylinderAndCurvedPlate():
4091
4091
  else:
4092
4092
  fak = data['max axial stress - 3.3 Unstifffed curved panel']
4093
4093
 
4094
- i = Itot/Atot
4095
- fE = 0.0001 if Lc*k_factor == 0 else E*math.sqrt(math.pi*i / (Lc * k_factor))
4094
+ i = math.sqrt(Itot/Atot)
4095
+ fE = 0.0001 if Lc*k_factor == 0 else E*math.pow(math.pi*i / (Lc * k_factor), 2)
4096
4096
 
4097
4097
  Lambda_ = 0 if fE == 0 else math.sqrt(fak/fE)
4098
4098
 
@@ -27,7 +27,7 @@ setup(
27
27
  name='ANYstructure', # Required
28
28
  url = 'https://github.com/audunarn/ANYstructure',
29
29
  entry_points={"console_scripts": ['ANYstructure = anystruct.__main__:main']},
30
- version='5.3.2', # Required
30
+ version='5.3.3', # Required
31
31
  license='MIT',
32
32
  description='A plate field optimization tool for offshore structures calculated according to DNV standards',
33
33
  long_description = readme(),
File without changes
File without changes
File without changes
File without changes
File without changes