Metadata-Version: 1.1
Name: ANYstructure
Version: 2.9
Summary: A plate field optimization tool for offshore structures calculated according to DNVGL standards
Home-page: https://github.com/audunarn/ANYstructure
Author: Audun Arnesen Nyhus
Author-email: audunarn@gmail.com
License: MIT
Description: ============
        ANYstructure
        ============
        
        ANYstructure is a GUI based steel dimension calculation and weight optimization tool intended for naval architects
        structural engineers. It is intended to provide an efficient way to dimension and optimize your floating structure.
        
        It is based on DNVGL-OS-C101 Design of offshore steel structures, general - LRFD method.
        
        The following is caluculated:
        
        * Minimum section module for stiffener
        * Minimum plate thickness
        * Buckling capacity (DNV-RP-C201 Buckling Strength of Plated Structures) or PULS (licenced DNV software)
        * Plate/stiffener connection fatigue (DNV-RP-C203: Fatigue Design of Offshore Steel Structures)
        * Bow slamming according to DNVGL ship rules
        
        In an optimization process all these can be acconuted for or individually turned off.
        
        Loads are defined as follows:
        
        * External surface loads defined by polynominal equations
        * Tank loads are calculated automatically
        
        Loads are combined according to DNVGL-OS-C101.
        
        Installation
        ------------
        
        The easiest way to install the package is via pip::
        
            $ pip install anystructure
        
        Usage
        -----
        
        An entry point is defined. After installing on PIP, just type "ANYstructure" in the command window.
        
        Alternatively run \_\_main\_\_.py
        
        Documentation
        -------------
        
        Documentation is cointained in the tool. Help -> Open documentation.
        
Keywords: dnvgl-gl-os-c101 naval_architecture structural_engineering steel buckling fatigue local_scantlings optimization weight
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
