LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/digitalmodel/__init__.py
src/digitalmodel/__main__.py
src/digitalmodel/catenary_riser.py
src/digitalmodel/catenary_riser_summary.py
src/digitalmodel/data_table.py
src/digitalmodel/dropdown.py
src/digitalmodel/fatigue_analysis.py
src/digitalmodel/fea_model.py
src/digitalmodel/flask_app.py
src/digitalmodel/html_layout.py
src/digitalmodel/orcaflex_analysis.py
src/digitalmodel/plt_children.py
src/digitalmodel/textarea_with_submit.py
src/digitalmodel/time_series.py
src/digitalmodel/vertical_riser.py
src/digitalmodel/viv_analysis.py
src/digitalmodel.egg-info/PKG-INFO
src/digitalmodel.egg-info/SOURCES.txt
src/digitalmodel.egg-info/dependency_links.txt
src/digitalmodel.egg-info/entry_points.txt
src/digitalmodel.egg-info/requires.txt
src/digitalmodel.egg-info/top_level.txt
src/digitalmodel/common/ApplicationManager.py
src/digitalmodel/common/FEAComponents.py
src/digitalmodel/common/data.py
src/digitalmodel/common/fatigue_analysis_components.py
src/digitalmodel/common/orcaflex_model_components.py
src/digitalmodel/common/plotDefault.py
src/digitalmodel/common/saveData.py
src/digitalmodel/common/set_logging.py
src/digitalmodel/common/shear7_model_components.py
src/digitalmodel/common/time_series_components.py
src/digitalmodel/common/typical_riser_stack_up_calculations.py
src/digitalmodel/common/update_deep.py
src/digitalmodel/common/visualization_components.py
src/digitalmodel/common/visualization_unused.py
src/digitalmodel/common/visualizations.py
src/digitalmodel/common/viv_analysis_components.py
src/digitalmodel/common/ymlInput.py
src/digitalmodel/custom/OrcaFlexAnalysis.py
src/digitalmodel/custom/PipeSizing.py
src/digitalmodel/custom/orcaflex_analysis_components.py
src/digitalmodel/custom/orcaflex_post_process.py
src/digitalmodel/custom/postProcessPlotting.py
src/digitalmodel/custom/vertical_riser_components.py
src/digitalmodel/custom/OrcaFlex_Post/ASCII_To_DataFrame.py
src/digitalmodel/custom/OrcaFlex_Post/DF_Format_check.py
src/digitalmodel/custom/OrcaFlex_Post/DataFrame_to_image2_NotWorking.py
src/digitalmodel/custom/OrcaFlex_Post/OrcaFlexAnalysis_Fatigue.py
src/digitalmodel/custom/OrcaFlex_Post/plotCustomFatigue.py
src/digitalmodel/custom/OrcaFlex_Post/postProcess.py
src/digitalmodel/custom/OrcaFlex_Post/postProcessPlotting.py
src/digitalmodel/custom/OrcaFlex_Post/temp.py
src/digitalmodel/custom/OrcaFlex_Post/xlsx_To_DataFrame.py
src/digitalmodel/custom/catenary/__init__.py
src/digitalmodel/custom/catenary/catenaryMethods.py
src/digitalmodel/custom/catenary/catenaryRiserSummary.py
src/digitalmodel/custom/catenary/extractData.py
src/digitalmodel/custom/catenary/fileList.py
src/digitalmodel/custom/catenary/getFatigueLoading.py
src/digitalmodel/custom/catenary/orcaflexModel.py
src/digitalmodel/custom/catenary/pipeProperties.py
src/digitalmodel/custom/catenary/saveData.py
src/digitalmodel/custom/fea_model/Constraint_components.py
src/digitalmodel/custom/fea_model/LineType_components.py
src/digitalmodel/custom/fea_model/VariableData_components.py
src/digitalmodel/custom/fea_model/VesselType_components.py
src/digitalmodel/custom/fea_model/Vessel_components.py
src/digitalmodel/custom/fea_model/buoy_components.py
src/digitalmodel/custom/fea_model/environment_components.py
src/digitalmodel/custom/fea_model/general_components.py
src/digitalmodel/custom/fea_model/group_components.py
src/digitalmodel/custom/fea_model/line_components.py
src/digitalmodel/custom/fea_model/shape_components.py
src/digitalmodel/services/TemplateCode/TemplateCode.py
src/digitalmodel/services/TemplateCode/__init__.py
src/digitalmodel/services/dtf/__init__.py
src/digitalmodel/services/dtf/dtf.py
src/digitalmodel/services/example_SPA/__init__.py
src/digitalmodel/services/example_SPA/example_SPA.py
src/digitalmodel/services/example_blueprint/__init__.py
src/digitalmodel/services/example_blueprint/example_blueprint.py
src/digitalmodel/tests/__init__.py
src/digitalmodel/tests/example_data_table.py
src/digitalmodel/tests/example_stock_data.py
src/digitalmodel/tests/plotly_dash_dropdown_graph.py
src/digitalmodel/tests/test_catenary_riser.py
src/digitalmodel/tests/test_data_table_with_call_back.py
src/digitalmodel/tests/test_fatigue_analysis.py
src/digitalmodel/tests/test_fea_model.py
src/digitalmodel/tests/test_fea_model_salm_buoy_01.py
src/digitalmodel/tests/test_fea_model_salm_buoy_02.py
src/digitalmodel/tests/test_flask_example_1.py
src/digitalmodel/tests/test_htmlgrid_dropdown_multiple_options.py
src/digitalmodel/tests/test_htmlgrid_dropdown_single_option.py
src/digitalmodel/tests/test_htmlgrid_textarea_submit_figures.py
src/digitalmodel/tests/test_htmlgrid_textarea_submit_table.py
src/digitalmodel/tests/test_orcaflex_analysis.py
src/digitalmodel/tests/test_simple_textarea_with_echo.py
src/digitalmodel/tests/test_textarea_with_submit.py
src/digitalmodel/tests/test_vertical_riser.py
src/digitalmodel/tests/test_visualizations.py