├── .gitattributes ├── .gitignore ├── .idea ├── ANYstructure.iml ├── inspectionProfiles │ └── Project_Default.xml ├── misc.xml ├── modules.xml └── vcs.xml ├── .readthedocs.yaml ├── .travis.yml ├── ANYicon.ico ├── ANYstructure_install.ifp ├── LICENSE ├── MANIFEST.in ├── README.md ├── README.rst ├── Screenshot.png ├── __init__.py ├── __main__.py ├── anystruct ├── ANYstructure_documentation.pdf ├── SN_curve_parameters.py ├── __init__.py ├── __main__.py ├── api.py ├── buckling_calc_external.py ├── bulb_anglebar_tbar_flatbar.csv ├── calc_loads.py ├── calc_structure.py ├── compartment_window.py ├── current_comps.png ├── example_data.py ├── example_data_puls.py ├── excel_input_example.xlsx ├── excel_inteface.py ├── fatigue_window.py ├── grid_window.py ├── gui.py ├── helper.py ├── images │ ├── ANYstructure screenshot.png │ ├── ANYstructure_logo.jpg │ ├── Buckling_Strength_of_Shells.png │ ├── Cylinder-Load_distribution.png │ ├── Definition_of_parameters_L_and_LH.png │ ├── Panel_geometry_definitions.png │ ├── __init__.py │ ├── current_comps_NONE.png │ ├── cylinder_opt.png │ ├── fls_button.gif │ ├── img_T_L_FB.gif │ ├── img_axial_stresses.gif │ ├── img_dnv_load_combinations.gif │ ├── img_ext_pressure_button.gif │ ├── img_ext_pressure_button_def.gif │ ├── img_fixation_parameters.gif │ ├── img_generate_report.gif │ ├── img_int_pressure_button.gif │ ├── img_int_pressure_button_search.gif │ ├── img_multi_opt.gif │ ├── img_optimize.gif │ ├── img_plate_and_stiffener.gif │ ├── img_stf_button.gif │ ├── img_stiffened_plate_panel.gif │ ├── img_stiffener.gif │ ├── img_stress_button.gif │ ├── img_title.gif │ └── img_transverse_stress.gif ├── load_factor_window.py ├── load_window.py ├── main_application.py ├── make_grid_numpy.py ├── make_queue.py ├── make_stack.py ├── ml_files │ ├── CL_CSR-Tank_req_cl_predictor.pickle │ ├── CL_CSR-Tank_req_cl_scaler.pickle │ ├── CL_CSR_plate_cl,_CSR_web_cl,_CSR_web_flange_cl,_CSR_flange_cl_predictor.pickle │ ├── CL_CSR_plate_cl,_CSR_web_cl,_CSR_web_flange_cl,_CSR_flange_cl_scaler.pickle │ ├── CL_output_cl_str_buc_110_predictor_In-plane_support_cl_1_SP.pickle │ ├── CL_output_cl_str_buc_110_predictor_In-plane_support_cl_1_UP.pickle │ ├── CL_output_cl_str_buc_110_predictor_In-plane_support_cl_2,_3_SP.pickle │ ├── CL_output_cl_str_buc_110_predictor_In-plane_support_cl_2,_3_UP.pickle │ ├── CL_output_cl_str_buc_110_scaler_In-plane_support_cl_1_SP.pickle │ ├── CL_output_cl_str_buc_110_scaler_In-plane_support_cl_1_UP.pickle │ ├── CL_output_cl_str_buc_110_scaler_In-plane_support_cl_2,_3_SP.pickle │ ├── CL_output_cl_str_buc_110_scaler_In-plane_support_cl_2,_3_UP.pickle │ ├── CL_output_cl_str_buc_115_predictor_In-plane_support_cl_1_SP.pickle │ ├── CL_output_cl_str_buc_115_predictor_In-plane_support_cl_1_UP.pickle │ ├── CL_output_cl_str_buc_115_predictor_In-plane_support_cl_2,_3_SP.pickle │ ├── CL_output_cl_str_buc_115_predictor_In-plane_support_cl_2,_3_UP.pickle │ ├── CL_output_cl_str_buc_115_scaler_In-plane_support_cl_1_SP.pickle │ ├── CL_output_cl_str_buc_115_scaler_In-plane_support_cl_1_UP.pickle │ ├── CL_output_cl_str_buc_115_scaler_In-plane_support_cl_2,_3_SP.pickle │ ├── CL_output_cl_str_buc_115_scaler_In-plane_support_cl_2,_3_UP.pickle │ ├── CL_output_cl_str_ult_110_predictor_In-plane_support_cl_1_SP.pickle │ ├── CL_output_cl_str_ult_110_predictor_In-plane_support_cl_1_UP.pickle │ ├── CL_output_cl_str_ult_110_predictor_In-plane_support_cl_2,_3_SP.pickle │ ├── CL_output_cl_str_ult_110_predictor_In-plane_support_cl_2,_3_UP.pickle │ ├── CL_output_cl_str_ult_110_scaler_In-plane_support_cl_1_SP.pickle │ ├── CL_output_cl_str_ult_110_scaler_In-plane_support_cl_1_UP.pickle │ ├── CL_output_cl_str_ult_110_scaler_In-plane_support_cl_2,_3_SP.pickle │ ├── CL_output_cl_str_ult_110_scaler_In-plane_support_cl_2,_3_UP.pickle │ ├── CL_output_cl_str_ult_115_predictor_In-plane_support_cl_1_SP.pickle │ ├── CL_output_cl_str_ult_115_predictor_In-plane_support_cl_1_UP.pickle │ ├── CL_output_cl_str_ult_115_predictor_In-plane_support_cl_2,_3_SP.pickle │ ├── CL_output_cl_str_ult_115_predictor_In-plane_support_cl_2,_3_UP.pickle │ ├── CL_output_cl_str_ult_115_scaler_In-plane_support_cl_1_SP.pickle │ ├── CL_output_cl_str_ult_115_scaler_In-plane_support_cl_1_UP.pickle │ ├── CL_output_cl_str_ult_115_scaler_In-plane_support_cl_2,_3_SP.pickle │ └── CL_output_cl_str_ult_115_scaler_In-plane_support_cl_2,_3_UP.pickle ├── opt_problem.py ├── optimize.py ├── optimize_cylinder.py ├── optimize_geometry.py ├── optimize_multiple_window.py ├── optimize_window.py ├── pl_stf_window.py ├── report_generator.py ├── sections.csv ├── sesam_interface.py ├── ship_section_example.txt ├── stresses_window.py └── testCalc.py ├── current_comps.png ├── docs ├── Makefile ├── _static │ └── ANYstructure_logo.jpg ├── anystructure.PULS.rst ├── anystructure.any_files.images.rst ├── anystructure.any_files.rst ├── anystructure.rst ├── anystructure.tests.rst ├── api.rst ├── conf.py ├── gen │ └── any_files.any_api.rst ├── index.rst ├── install.rst ├── make.bat ├── modules.rst ├── requirements.txt └── support.rst ├── matplotlibrc ├── pyinstaller_input.txt ├── requirements.txt ├── sections - small.csv ├── setup.cfg ├── setup.py ├── testCalcInput.js ├── testrun.pdf └── tests ├── __init__.py ├── current_comps.png ├── gui_automatic_run.py ├── test_calc_loads_loads.py ├── test_calc_loads_tank.py ├── test_calc_structure_scantlings.py ├── test_calc_structure_structure.py ├── test_calc_strucure_fatigue.py ├── test_grid_operations.py ├── test_helper_stress_force_conversion.py ├── test_make_grid.py └── test_optimize.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/.gitignore -------------------------------------------------------------------------------- /.idea/ANYstructure.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/.idea/ANYstructure.iml -------------------------------------------------------------------------------- /.idea/inspectionProfiles/Project_Default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/.idea/inspectionProfiles/Project_Default.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /.readthedocs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/.readthedocs.yaml -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/.travis.yml -------------------------------------------------------------------------------- /ANYicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/ANYicon.ico -------------------------------------------------------------------------------- /ANYstructure_install.ifp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/ANYstructure_install.ifp -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/LICENSE -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/MANIFEST.in -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/README.md -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/README.rst -------------------------------------------------------------------------------- /Screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/Screenshot.png -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/__init__.py -------------------------------------------------------------------------------- /__main__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/__main__.py -------------------------------------------------------------------------------- /anystruct/ANYstructure_documentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ANYstructure_documentation.pdf -------------------------------------------------------------------------------- /anystruct/SN_curve_parameters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/SN_curve_parameters.py -------------------------------------------------------------------------------- /anystruct/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /anystruct/__main__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/__main__.py -------------------------------------------------------------------------------- /anystruct/api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/api.py -------------------------------------------------------------------------------- /anystruct/buckling_calc_external.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/buckling_calc_external.py -------------------------------------------------------------------------------- /anystruct/bulb_anglebar_tbar_flatbar.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/bulb_anglebar_tbar_flatbar.csv -------------------------------------------------------------------------------- /anystruct/calc_loads.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/calc_loads.py -------------------------------------------------------------------------------- /anystruct/calc_structure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/calc_structure.py -------------------------------------------------------------------------------- /anystruct/compartment_window.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/compartment_window.py -------------------------------------------------------------------------------- /anystruct/current_comps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/current_comps.png -------------------------------------------------------------------------------- /anystruct/example_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/example_data.py -------------------------------------------------------------------------------- /anystruct/example_data_puls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/example_data_puls.py -------------------------------------------------------------------------------- /anystruct/excel_input_example.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/excel_input_example.xlsx -------------------------------------------------------------------------------- /anystruct/excel_inteface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/excel_inteface.py -------------------------------------------------------------------------------- /anystruct/fatigue_window.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/fatigue_window.py -------------------------------------------------------------------------------- /anystruct/grid_window.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/grid_window.py -------------------------------------------------------------------------------- /anystruct/gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/gui.py -------------------------------------------------------------------------------- /anystruct/helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/helper.py -------------------------------------------------------------------------------- /anystruct/images/ANYstructure screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/ANYstructure screenshot.png -------------------------------------------------------------------------------- /anystruct/images/ANYstructure_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/ANYstructure_logo.jpg -------------------------------------------------------------------------------- /anystruct/images/Buckling_Strength_of_Shells.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/Buckling_Strength_of_Shells.png -------------------------------------------------------------------------------- /anystruct/images/Cylinder-Load_distribution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/Cylinder-Load_distribution.png -------------------------------------------------------------------------------- /anystruct/images/Definition_of_parameters_L_and_LH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/Definition_of_parameters_L_and_LH.png -------------------------------------------------------------------------------- /anystruct/images/Panel_geometry_definitions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/Panel_geometry_definitions.png -------------------------------------------------------------------------------- /anystruct/images/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /anystruct/images/current_comps_NONE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/current_comps_NONE.png -------------------------------------------------------------------------------- /anystruct/images/cylinder_opt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/cylinder_opt.png -------------------------------------------------------------------------------- /anystruct/images/fls_button.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/fls_button.gif -------------------------------------------------------------------------------- /anystruct/images/img_T_L_FB.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/img_T_L_FB.gif -------------------------------------------------------------------------------- /anystruct/images/img_axial_stresses.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/img_axial_stresses.gif -------------------------------------------------------------------------------- /anystruct/images/img_dnv_load_combinations.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/img_dnv_load_combinations.gif -------------------------------------------------------------------------------- /anystruct/images/img_ext_pressure_button.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/img_ext_pressure_button.gif -------------------------------------------------------------------------------- /anystruct/images/img_ext_pressure_button_def.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/img_ext_pressure_button_def.gif -------------------------------------------------------------------------------- /anystruct/images/img_fixation_parameters.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/img_fixation_parameters.gif -------------------------------------------------------------------------------- /anystruct/images/img_generate_report.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/img_generate_report.gif -------------------------------------------------------------------------------- /anystruct/images/img_int_pressure_button.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/img_int_pressure_button.gif -------------------------------------------------------------------------------- /anystruct/images/img_int_pressure_button_search.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/img_int_pressure_button_search.gif -------------------------------------------------------------------------------- /anystruct/images/img_multi_opt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/img_multi_opt.gif -------------------------------------------------------------------------------- /anystruct/images/img_optimize.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/img_optimize.gif -------------------------------------------------------------------------------- /anystruct/images/img_plate_and_stiffener.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/img_plate_and_stiffener.gif -------------------------------------------------------------------------------- /anystruct/images/img_stf_button.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/img_stf_button.gif -------------------------------------------------------------------------------- /anystruct/images/img_stiffened_plate_panel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/img_stiffened_plate_panel.gif -------------------------------------------------------------------------------- /anystruct/images/img_stiffener.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/img_stiffener.gif -------------------------------------------------------------------------------- /anystruct/images/img_stress_button.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/img_stress_button.gif -------------------------------------------------------------------------------- /anystruct/images/img_title.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/img_title.gif -------------------------------------------------------------------------------- /anystruct/images/img_transverse_stress.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/images/img_transverse_stress.gif -------------------------------------------------------------------------------- /anystruct/load_factor_window.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/load_factor_window.py -------------------------------------------------------------------------------- /anystruct/load_window.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/load_window.py -------------------------------------------------------------------------------- /anystruct/main_application.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/main_application.py -------------------------------------------------------------------------------- /anystruct/make_grid_numpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/make_grid_numpy.py -------------------------------------------------------------------------------- /anystruct/make_queue.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/make_queue.py -------------------------------------------------------------------------------- /anystruct/make_stack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/make_stack.py -------------------------------------------------------------------------------- /anystruct/ml_files/CL_CSR-Tank_req_cl_predictor.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_CSR-Tank_req_cl_predictor.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_CSR-Tank_req_cl_scaler.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_CSR-Tank_req_cl_scaler.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_CSR_plate_cl,_CSR_web_cl,_CSR_web_flange_cl,_CSR_flange_cl_predictor.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_CSR_plate_cl,_CSR_web_cl,_CSR_web_flange_cl,_CSR_flange_cl_predictor.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_CSR_plate_cl,_CSR_web_cl,_CSR_web_flange_cl,_CSR_flange_cl_scaler.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_CSR_plate_cl,_CSR_web_cl,_CSR_web_flange_cl,_CSR_flange_cl_scaler.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_buc_110_predictor_In-plane_support_cl_1_SP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_buc_110_predictor_In-plane_support_cl_1_SP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_buc_110_predictor_In-plane_support_cl_1_UP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_buc_110_predictor_In-plane_support_cl_1_UP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_buc_110_predictor_In-plane_support_cl_2,_3_SP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_buc_110_predictor_In-plane_support_cl_2,_3_SP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_buc_110_predictor_In-plane_support_cl_2,_3_UP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_buc_110_predictor_In-plane_support_cl_2,_3_UP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_buc_110_scaler_In-plane_support_cl_1_SP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_buc_110_scaler_In-plane_support_cl_1_SP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_buc_110_scaler_In-plane_support_cl_1_UP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_buc_110_scaler_In-plane_support_cl_1_UP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_buc_110_scaler_In-plane_support_cl_2,_3_SP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_buc_110_scaler_In-plane_support_cl_2,_3_SP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_buc_110_scaler_In-plane_support_cl_2,_3_UP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_buc_110_scaler_In-plane_support_cl_2,_3_UP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_buc_115_predictor_In-plane_support_cl_1_SP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_buc_115_predictor_In-plane_support_cl_1_SP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_buc_115_predictor_In-plane_support_cl_1_UP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_buc_115_predictor_In-plane_support_cl_1_UP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_buc_115_predictor_In-plane_support_cl_2,_3_SP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_buc_115_predictor_In-plane_support_cl_2,_3_SP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_buc_115_predictor_In-plane_support_cl_2,_3_UP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_buc_115_predictor_In-plane_support_cl_2,_3_UP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_buc_115_scaler_In-plane_support_cl_1_SP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_buc_115_scaler_In-plane_support_cl_1_SP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_buc_115_scaler_In-plane_support_cl_1_UP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_buc_115_scaler_In-plane_support_cl_1_UP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_buc_115_scaler_In-plane_support_cl_2,_3_SP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_buc_115_scaler_In-plane_support_cl_2,_3_SP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_buc_115_scaler_In-plane_support_cl_2,_3_UP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_buc_115_scaler_In-plane_support_cl_2,_3_UP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_ult_110_predictor_In-plane_support_cl_1_SP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_ult_110_predictor_In-plane_support_cl_1_SP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_ult_110_predictor_In-plane_support_cl_1_UP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_ult_110_predictor_In-plane_support_cl_1_UP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_ult_110_predictor_In-plane_support_cl_2,_3_SP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_ult_110_predictor_In-plane_support_cl_2,_3_SP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_ult_110_predictor_In-plane_support_cl_2,_3_UP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_ult_110_predictor_In-plane_support_cl_2,_3_UP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_ult_110_scaler_In-plane_support_cl_1_SP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_ult_110_scaler_In-plane_support_cl_1_SP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_ult_110_scaler_In-plane_support_cl_1_UP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_ult_110_scaler_In-plane_support_cl_1_UP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_ult_110_scaler_In-plane_support_cl_2,_3_SP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_ult_110_scaler_In-plane_support_cl_2,_3_SP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_ult_110_scaler_In-plane_support_cl_2,_3_UP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_ult_110_scaler_In-plane_support_cl_2,_3_UP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_ult_115_predictor_In-plane_support_cl_1_SP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_ult_115_predictor_In-plane_support_cl_1_SP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_ult_115_predictor_In-plane_support_cl_1_UP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_ult_115_predictor_In-plane_support_cl_1_UP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_ult_115_predictor_In-plane_support_cl_2,_3_SP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_ult_115_predictor_In-plane_support_cl_2,_3_SP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_ult_115_predictor_In-plane_support_cl_2,_3_UP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_ult_115_predictor_In-plane_support_cl_2,_3_UP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_ult_115_scaler_In-plane_support_cl_1_SP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_ult_115_scaler_In-plane_support_cl_1_SP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_ult_115_scaler_In-plane_support_cl_1_UP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_ult_115_scaler_In-plane_support_cl_1_UP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_ult_115_scaler_In-plane_support_cl_2,_3_SP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_ult_115_scaler_In-plane_support_cl_2,_3_SP.pickle -------------------------------------------------------------------------------- /anystruct/ml_files/CL_output_cl_str_ult_115_scaler_In-plane_support_cl_2,_3_UP.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ml_files/CL_output_cl_str_ult_115_scaler_In-plane_support_cl_2,_3_UP.pickle -------------------------------------------------------------------------------- /anystruct/opt_problem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/opt_problem.py -------------------------------------------------------------------------------- /anystruct/optimize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/optimize.py -------------------------------------------------------------------------------- /anystruct/optimize_cylinder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/optimize_cylinder.py -------------------------------------------------------------------------------- /anystruct/optimize_geometry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/optimize_geometry.py -------------------------------------------------------------------------------- /anystruct/optimize_multiple_window.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/optimize_multiple_window.py -------------------------------------------------------------------------------- /anystruct/optimize_window.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/optimize_window.py -------------------------------------------------------------------------------- /anystruct/pl_stf_window.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/pl_stf_window.py -------------------------------------------------------------------------------- /anystruct/report_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/report_generator.py -------------------------------------------------------------------------------- /anystruct/sections.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/sections.csv -------------------------------------------------------------------------------- /anystruct/sesam_interface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/sesam_interface.py -------------------------------------------------------------------------------- /anystruct/ship_section_example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/ship_section_example.txt -------------------------------------------------------------------------------- /anystruct/stresses_window.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/stresses_window.py -------------------------------------------------------------------------------- /anystruct/testCalc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/anystruct/testCalc.py -------------------------------------------------------------------------------- /current_comps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/current_comps.png -------------------------------------------------------------------------------- /docs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/docs/Makefile -------------------------------------------------------------------------------- /docs/_static/ANYstructure_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/docs/_static/ANYstructure_logo.jpg -------------------------------------------------------------------------------- /docs/anystructure.PULS.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/docs/anystructure.PULS.rst -------------------------------------------------------------------------------- /docs/anystructure.any_files.images.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/docs/anystructure.any_files.images.rst -------------------------------------------------------------------------------- /docs/anystructure.any_files.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/docs/anystructure.any_files.rst -------------------------------------------------------------------------------- /docs/anystructure.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/docs/anystructure.rst -------------------------------------------------------------------------------- /docs/anystructure.tests.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/docs/anystructure.tests.rst -------------------------------------------------------------------------------- /docs/api.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/docs/api.rst -------------------------------------------------------------------------------- /docs/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/docs/conf.py -------------------------------------------------------------------------------- /docs/gen/any_files.any_api.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/docs/gen/any_files.any_api.rst -------------------------------------------------------------------------------- /docs/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/docs/index.rst -------------------------------------------------------------------------------- /docs/install.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/docs/install.rst -------------------------------------------------------------------------------- /docs/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/docs/make.bat -------------------------------------------------------------------------------- /docs/modules.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/docs/modules.rst -------------------------------------------------------------------------------- /docs/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/docs/requirements.txt -------------------------------------------------------------------------------- /docs/support.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/docs/support.rst -------------------------------------------------------------------------------- /matplotlibrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/matplotlibrc -------------------------------------------------------------------------------- /pyinstaller_input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/pyinstaller_input.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | matplotlib 2 | numpy 3 | reportlab 4 | scipy 5 | xlwings 6 | sklearn 7 | -------------------------------------------------------------------------------- /sections - small.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/sections - small.csv -------------------------------------------------------------------------------- /setup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/setup.cfg -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/setup.py -------------------------------------------------------------------------------- /testCalcInput.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/testCalcInput.js -------------------------------------------------------------------------------- /testrun.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/testrun.pdf -------------------------------------------------------------------------------- /tests/__init__.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /tests/current_comps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/tests/current_comps.png -------------------------------------------------------------------------------- /tests/gui_automatic_run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/tests/gui_automatic_run.py -------------------------------------------------------------------------------- /tests/test_calc_loads_loads.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/tests/test_calc_loads_loads.py -------------------------------------------------------------------------------- /tests/test_calc_loads_tank.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/tests/test_calc_loads_tank.py -------------------------------------------------------------------------------- /tests/test_calc_structure_scantlings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/tests/test_calc_structure_scantlings.py -------------------------------------------------------------------------------- /tests/test_calc_structure_structure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/tests/test_calc_structure_structure.py -------------------------------------------------------------------------------- /tests/test_calc_strucure_fatigue.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/tests/test_calc_strucure_fatigue.py -------------------------------------------------------------------------------- /tests/test_grid_operations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/tests/test_grid_operations.py -------------------------------------------------------------------------------- /tests/test_helper_stress_force_conversion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/tests/test_helper_stress_force_conversion.py -------------------------------------------------------------------------------- /tests/test_make_grid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/tests/test_make_grid.py -------------------------------------------------------------------------------- /tests/test_optimize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/audunarn/ANYstructure/HEAD/tests/test_optimize.py --------------------------------------------------------------------------------