buckpy-dev 0.0.1__tar.gz → 0.0.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.
- buckpy_dev-0.0.3/PKG-INFO +69 -0
- buckpy_dev-0.0.3/README.md +28 -0
- buckpy_dev-0.0.3/buckpy_dev.egg-info/PKG-INFO +69 -0
- {buckpy_dev-0.0.1 → buckpy_dev-0.0.3}/setup.py +2 -2
- buckpy_dev-0.0.1/PKG-INFO +0 -51
- buckpy_dev-0.0.1/README.md +0 -10
- buckpy_dev-0.0.1/buckpy_dev.egg-info/PKG-INFO +0 -51
- {buckpy_dev-0.0.1 → buckpy_dev-0.0.3}/LICENSE +0 -0
- {buckpy_dev-0.0.1 → buckpy_dev-0.0.3}/buckpy/__init__.py +0 -0
- {buckpy_dev-0.0.1 → buckpy_dev-0.0.3}/buckpy/_static/logo.png +0 -0
- {buckpy_dev-0.0.1 → buckpy_dev-0.0.3}/buckpy/_static/logo.svg +0 -0
- {buckpy_dev-0.0.1 → buckpy_dev-0.0.3}/buckpy/buckfast_input_file_writer_.py +0 -0
- {buckpy_dev-0.0.1 → buckpy_dev-0.0.3}/buckpy/buckpy.py +0 -0
- {buckpy_dev-0.0.1 → buckpy_dev-0.0.3}/buckpy/buckpy_gui.py +0 -0
- {buckpy_dev-0.0.1 → buckpy_dev-0.0.3}/buckpy/buckpy_postprocessing.py +0 -0
- {buckpy_dev-0.0.1 → buckpy_dev-0.0.3}/buckpy/buckpy_preprocessing_current.py +0 -0
- {buckpy_dev-0.0.1 → buckpy_dev-0.0.3}/buckpy/buckpy_preprocessing_legacy.py +0 -0
- {buckpy_dev-0.0.1 → buckpy_dev-0.0.3}/buckpy/buckpy_solver.py +0 -0
- {buckpy_dev-0.0.1 → buckpy_dev-0.0.3}/buckpy/buckpy_variables.py +0 -0
- {buckpy_dev-0.0.1 → buckpy_dev-0.0.3}/buckpy/buckpy_visualisation.py +0 -0
- {buckpy_dev-0.0.1 → buckpy_dev-0.0.3}/buckpy_dev.egg-info/SOURCES.txt +0 -0
- {buckpy_dev-0.0.1 → buckpy_dev-0.0.3}/buckpy_dev.egg-info/dependency_links.txt +0 -0
- {buckpy_dev-0.0.1 → buckpy_dev-0.0.3}/buckpy_dev.egg-info/entry_points.txt +0 -0
- {buckpy_dev-0.0.1 → buckpy_dev-0.0.3}/buckpy_dev.egg-info/requires.txt +0 -0
- {buckpy_dev-0.0.1 → buckpy_dev-0.0.3}/buckpy_dev.egg-info/top_level.txt +0 -0
- {buckpy_dev-0.0.1 → buckpy_dev-0.0.3}/setup.cfg +0 -0
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: buckpy-dev
|
|
3
|
+
Version: 0.0.3
|
|
4
|
+
Summary: BuckPy: Lateral buckling formation algorithm
|
|
5
|
+
Home-page: https://github.com/buckpy-org/buckpy
|
|
6
|
+
Author: ismael-ripoll
|
|
7
|
+
License: GPL-3.0-or-later
|
|
8
|
+
Project-URL: Documentation, https://buckpy-org.github.io/buckpy-org-dev.github.io/
|
|
9
|
+
Project-URL: Source, https://github.com/buckpy-org/buckpy
|
|
10
|
+
Project-URL: Tracker, https://github.com/buckpy-org/buckpy/issues
|
|
11
|
+
Keywords: pipelines,buckling,engineering,reliability,simulation
|
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
14
|
+
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
15
|
+
Classifier: Operating System :: OS Independent
|
|
16
|
+
Requires-Python: >=3.9
|
|
17
|
+
Description-Content-Type: text/markdown
|
|
18
|
+
License-File: LICENSE
|
|
19
|
+
Requires-Dist: matplotlib==3.8.3
|
|
20
|
+
Requires-Dist: multiprocess==0.70.16
|
|
21
|
+
Requires-Dist: numba==0.59.0
|
|
22
|
+
Requires-Dist: numpy==1.26.4
|
|
23
|
+
Requires-Dist: openpyxl==3.1.5
|
|
24
|
+
Requires-Dist: pandas==2.2.1
|
|
25
|
+
Requires-Dist: scipy==1.12.0
|
|
26
|
+
Requires-Dist: xlrd==2.0.1
|
|
27
|
+
Requires-Dist: XlsxWriter==3.2.0
|
|
28
|
+
Requires-Dist: pysubsea==0.1.5
|
|
29
|
+
Dynamic: author
|
|
30
|
+
Dynamic: classifier
|
|
31
|
+
Dynamic: description
|
|
32
|
+
Dynamic: description-content-type
|
|
33
|
+
Dynamic: home-page
|
|
34
|
+
Dynamic: keywords
|
|
35
|
+
Dynamic: license
|
|
36
|
+
Dynamic: license-file
|
|
37
|
+
Dynamic: project-url
|
|
38
|
+
Dynamic: requires-dist
|
|
39
|
+
Dynamic: requires-python
|
|
40
|
+
Dynamic: summary
|
|
41
|
+
|
|
42
|
+
# BuckPy
|
|
43
|
+
|
|
44
|
+
BuckPy is a **Probabilistic Lateral Buckling Algorithm** for subsea pipeline design and assessment.
|
|
45
|
+
|
|
46
|
+
> **Development Version**
|
|
47
|
+
> This repository contains a development version of BuckPy intended for testing and evaluation of new features. Functionality, interfaces, algorithms, and input formats may change without notice and it is not recommended for production use.
|
|
48
|
+
|
|
49
|
+
> **Disclaimer**
|
|
50
|
+
> This repository contains an independent development version of BuckPy and is not part of, affiliated with, endorsed by, or maintained by the official BuckPy project.
|
|
51
|
+
>
|
|
52
|
+
> The software is provided "as is" without any warranty, express or implied. It has not been fully validated for all applications and should not be relied upon for engineering decisions without independent verification and validation by qualified personnel. The author and contributors accept no liability for any direct or indirect consequences arising from the use of this software.
|
|
53
|
+
|
|
54
|
+
> **License & Potential Issues**
|
|
55
|
+
> BuckPy-Dev is released under the same open-source license as the BuckPy project. All code in this repository is provided in accordance with the terms and conditions of that license.
|
|
56
|
+
|
|
57
|
+
> BuckPy-Dev complies with the original GPL v3 license because:
|
|
58
|
+
> - It preserves the same license terms (GPL-3.0) for all distributed code.
|
|
59
|
+
> - It provides full access to the source code when distributed.
|
|
60
|
+
> - Any modifications or additions remain under GPL v3, ensuring downstream users retain the same freedoms.
|
|
61
|
+
> - No additional restrictions are imposed beyond those permitted by GPL v3.
|
|
62
|
+
>
|
|
63
|
+
> This development version may introduce experimental features, modified algorithms, or changes in input/output formats that are not backward compatible with the stable BuckPy release. Users should be aware that results may differ from official releases and should be independently verified before use in engineering applications.
|
|
64
|
+
>
|
|
65
|
+
> No additional warranties or guarantees are provided beyond those stated in the license.
|
|
66
|
+
|
|
67
|
+
## Documentation
|
|
68
|
+
|
|
69
|
+
The development documentation is available on the [BuckPy Developmen Documentation Website](https://buckpy-org.github.io/buckpy-org-dev.github.io/).
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# BuckPy
|
|
2
|
+
|
|
3
|
+
BuckPy is a **Probabilistic Lateral Buckling Algorithm** for subsea pipeline design and assessment.
|
|
4
|
+
|
|
5
|
+
> **Development Version**
|
|
6
|
+
> This repository contains a development version of BuckPy intended for testing and evaluation of new features. Functionality, interfaces, algorithms, and input formats may change without notice and it is not recommended for production use.
|
|
7
|
+
|
|
8
|
+
> **Disclaimer**
|
|
9
|
+
> This repository contains an independent development version of BuckPy and is not part of, affiliated with, endorsed by, or maintained by the official BuckPy project.
|
|
10
|
+
>
|
|
11
|
+
> The software is provided "as is" without any warranty, express or implied. It has not been fully validated for all applications and should not be relied upon for engineering decisions without independent verification and validation by qualified personnel. The author and contributors accept no liability for any direct or indirect consequences arising from the use of this software.
|
|
12
|
+
|
|
13
|
+
> **License & Potential Issues**
|
|
14
|
+
> BuckPy-Dev is released under the same open-source license as the BuckPy project. All code in this repository is provided in accordance with the terms and conditions of that license.
|
|
15
|
+
|
|
16
|
+
> BuckPy-Dev complies with the original GPL v3 license because:
|
|
17
|
+
> - It preserves the same license terms (GPL-3.0) for all distributed code.
|
|
18
|
+
> - It provides full access to the source code when distributed.
|
|
19
|
+
> - Any modifications or additions remain under GPL v3, ensuring downstream users retain the same freedoms.
|
|
20
|
+
> - No additional restrictions are imposed beyond those permitted by GPL v3.
|
|
21
|
+
>
|
|
22
|
+
> This development version may introduce experimental features, modified algorithms, or changes in input/output formats that are not backward compatible with the stable BuckPy release. Users should be aware that results may differ from official releases and should be independently verified before use in engineering applications.
|
|
23
|
+
>
|
|
24
|
+
> No additional warranties or guarantees are provided beyond those stated in the license.
|
|
25
|
+
|
|
26
|
+
## Documentation
|
|
27
|
+
|
|
28
|
+
The development documentation is available on the [BuckPy Developmen Documentation Website](https://buckpy-org.github.io/buckpy-org-dev.github.io/).
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: buckpy-dev
|
|
3
|
+
Version: 0.0.3
|
|
4
|
+
Summary: BuckPy: Lateral buckling formation algorithm
|
|
5
|
+
Home-page: https://github.com/buckpy-org/buckpy
|
|
6
|
+
Author: ismael-ripoll
|
|
7
|
+
License: GPL-3.0-or-later
|
|
8
|
+
Project-URL: Documentation, https://buckpy-org.github.io/buckpy-org-dev.github.io/
|
|
9
|
+
Project-URL: Source, https://github.com/buckpy-org/buckpy
|
|
10
|
+
Project-URL: Tracker, https://github.com/buckpy-org/buckpy/issues
|
|
11
|
+
Keywords: pipelines,buckling,engineering,reliability,simulation
|
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
14
|
+
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
15
|
+
Classifier: Operating System :: OS Independent
|
|
16
|
+
Requires-Python: >=3.9
|
|
17
|
+
Description-Content-Type: text/markdown
|
|
18
|
+
License-File: LICENSE
|
|
19
|
+
Requires-Dist: matplotlib==3.8.3
|
|
20
|
+
Requires-Dist: multiprocess==0.70.16
|
|
21
|
+
Requires-Dist: numba==0.59.0
|
|
22
|
+
Requires-Dist: numpy==1.26.4
|
|
23
|
+
Requires-Dist: openpyxl==3.1.5
|
|
24
|
+
Requires-Dist: pandas==2.2.1
|
|
25
|
+
Requires-Dist: scipy==1.12.0
|
|
26
|
+
Requires-Dist: xlrd==2.0.1
|
|
27
|
+
Requires-Dist: XlsxWriter==3.2.0
|
|
28
|
+
Requires-Dist: pysubsea==0.1.5
|
|
29
|
+
Dynamic: author
|
|
30
|
+
Dynamic: classifier
|
|
31
|
+
Dynamic: description
|
|
32
|
+
Dynamic: description-content-type
|
|
33
|
+
Dynamic: home-page
|
|
34
|
+
Dynamic: keywords
|
|
35
|
+
Dynamic: license
|
|
36
|
+
Dynamic: license-file
|
|
37
|
+
Dynamic: project-url
|
|
38
|
+
Dynamic: requires-dist
|
|
39
|
+
Dynamic: requires-python
|
|
40
|
+
Dynamic: summary
|
|
41
|
+
|
|
42
|
+
# BuckPy
|
|
43
|
+
|
|
44
|
+
BuckPy is a **Probabilistic Lateral Buckling Algorithm** for subsea pipeline design and assessment.
|
|
45
|
+
|
|
46
|
+
> **Development Version**
|
|
47
|
+
> This repository contains a development version of BuckPy intended for testing and evaluation of new features. Functionality, interfaces, algorithms, and input formats may change without notice and it is not recommended for production use.
|
|
48
|
+
|
|
49
|
+
> **Disclaimer**
|
|
50
|
+
> This repository contains an independent development version of BuckPy and is not part of, affiliated with, endorsed by, or maintained by the official BuckPy project.
|
|
51
|
+
>
|
|
52
|
+
> The software is provided "as is" without any warranty, express or implied. It has not been fully validated for all applications and should not be relied upon for engineering decisions without independent verification and validation by qualified personnel. The author and contributors accept no liability for any direct or indirect consequences arising from the use of this software.
|
|
53
|
+
|
|
54
|
+
> **License & Potential Issues**
|
|
55
|
+
> BuckPy-Dev is released under the same open-source license as the BuckPy project. All code in this repository is provided in accordance with the terms and conditions of that license.
|
|
56
|
+
|
|
57
|
+
> BuckPy-Dev complies with the original GPL v3 license because:
|
|
58
|
+
> - It preserves the same license terms (GPL-3.0) for all distributed code.
|
|
59
|
+
> - It provides full access to the source code when distributed.
|
|
60
|
+
> - Any modifications or additions remain under GPL v3, ensuring downstream users retain the same freedoms.
|
|
61
|
+
> - No additional restrictions are imposed beyond those permitted by GPL v3.
|
|
62
|
+
>
|
|
63
|
+
> This development version may introduce experimental features, modified algorithms, or changes in input/output formats that are not backward compatible with the stable BuckPy release. Users should be aware that results may differ from official releases and should be independently verified before use in engineering applications.
|
|
64
|
+
>
|
|
65
|
+
> No additional warranties or guarantees are provided beyond those stated in the license.
|
|
66
|
+
|
|
67
|
+
## Documentation
|
|
68
|
+
|
|
69
|
+
The development documentation is available on the [BuckPy Developmen Documentation Website](https://buckpy-org.github.io/buckpy-org-dev.github.io/).
|
|
@@ -14,14 +14,14 @@ else:
|
|
|
14
14
|
|
|
15
15
|
setup(
|
|
16
16
|
name='buckpy-dev',
|
|
17
|
-
version='0.0.
|
|
17
|
+
version='0.0.3',
|
|
18
18
|
description='BuckPy: Lateral buckling formation algorithm',
|
|
19
19
|
long_description=long_description,
|
|
20
20
|
long_description_content_type="text/markdown",
|
|
21
21
|
author='ismael-ripoll',
|
|
22
22
|
url='https://github.com/buckpy-org/buckpy',
|
|
23
23
|
project_urls={
|
|
24
|
-
"Documentation": "https://buckpy-org-dev.github.io/",
|
|
24
|
+
"Documentation": "https://buckpy-org.github.io/buckpy-org-dev.github.io/",
|
|
25
25
|
"Source": "https://github.com/buckpy-org/buckpy",
|
|
26
26
|
"Tracker": "https://github.com/buckpy-org/buckpy/issues",
|
|
27
27
|
},
|
buckpy_dev-0.0.1/PKG-INFO
DELETED
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: buckpy-dev
|
|
3
|
-
Version: 0.0.1
|
|
4
|
-
Summary: BuckPy: Lateral buckling formation algorithm
|
|
5
|
-
Home-page: https://github.com/buckpy-org/buckpy
|
|
6
|
-
Author: ismael-ripoll
|
|
7
|
-
License: GPL-3.0-or-later
|
|
8
|
-
Project-URL: Documentation, https://buckpy-org-dev.github.io/
|
|
9
|
-
Project-URL: Source, https://github.com/buckpy-org/buckpy
|
|
10
|
-
Project-URL: Tracker, https://github.com/buckpy-org/buckpy/issues
|
|
11
|
-
Keywords: pipelines,buckling,engineering,reliability,simulation
|
|
12
|
-
Classifier: Programming Language :: Python :: 3
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
14
|
-
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
15
|
-
Classifier: Operating System :: OS Independent
|
|
16
|
-
Requires-Python: >=3.9
|
|
17
|
-
Description-Content-Type: text/markdown
|
|
18
|
-
License-File: LICENSE
|
|
19
|
-
Requires-Dist: matplotlib==3.8.3
|
|
20
|
-
Requires-Dist: multiprocess==0.70.16
|
|
21
|
-
Requires-Dist: numba==0.59.0
|
|
22
|
-
Requires-Dist: numpy==1.26.4
|
|
23
|
-
Requires-Dist: openpyxl==3.1.5
|
|
24
|
-
Requires-Dist: pandas==2.2.1
|
|
25
|
-
Requires-Dist: scipy==1.12.0
|
|
26
|
-
Requires-Dist: xlrd==2.0.1
|
|
27
|
-
Requires-Dist: XlsxWriter==3.2.0
|
|
28
|
-
Requires-Dist: pysubsea==0.1.5
|
|
29
|
-
Dynamic: author
|
|
30
|
-
Dynamic: classifier
|
|
31
|
-
Dynamic: description
|
|
32
|
-
Dynamic: description-content-type
|
|
33
|
-
Dynamic: home-page
|
|
34
|
-
Dynamic: keywords
|
|
35
|
-
Dynamic: license
|
|
36
|
-
Dynamic: license-file
|
|
37
|
-
Dynamic: project-url
|
|
38
|
-
Dynamic: requires-dist
|
|
39
|
-
Dynamic: requires-python
|
|
40
|
-
Dynamic: summary
|
|
41
|
-
|
|
42
|
-
# BUCKPY
|
|
43
|
-
Probabilistic Lateral Buckling Algorithm.
|
|
44
|
-
|
|
45
|
-
## Project Philosophy
|
|
46
|
-
**BuckPy** is an open-source algorithm developed to facilitate the implementation of the probabilistic lateral buckling methodology presented in [Lateral Buckling Design using the Friction Distributions at the Expected Buckles (PDF)](docs/_static/SPT%202023%20-%20Lateral%20Buckling%20Design%20using%20the%20Friction%20Distributions%20at%20the%20Expected%20Buckles.pdf), published by Ismael R., Carlos S., and Emilien B. at the 2023 Subsea Pipeline Technology Congress in London (SPT 2023).
|
|
47
|
-
|
|
48
|
-
The code is available on [GitHub](https://github.com/Xodus-Group/BuckPy), allowing the pipeline community to review, expand, and use it under the [GNU General Public License v3.0](https://github.com/Xodus-Group/BuckPy/blob/main/LICENSE).
|
|
49
|
-
|
|
50
|
-
## Documentation
|
|
51
|
-
See the [BuckPy Documentation Website](https://buckpy-org.github.io/) for full usage guides, technical references, benchmarking, API references, and updates.
|
buckpy_dev-0.0.1/README.md
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
# BUCKPY
|
|
2
|
-
Probabilistic Lateral Buckling Algorithm.
|
|
3
|
-
|
|
4
|
-
## Project Philosophy
|
|
5
|
-
**BuckPy** is an open-source algorithm developed to facilitate the implementation of the probabilistic lateral buckling methodology presented in [Lateral Buckling Design using the Friction Distributions at the Expected Buckles (PDF)](docs/_static/SPT%202023%20-%20Lateral%20Buckling%20Design%20using%20the%20Friction%20Distributions%20at%20the%20Expected%20Buckles.pdf), published by Ismael R., Carlos S., and Emilien B. at the 2023 Subsea Pipeline Technology Congress in London (SPT 2023).
|
|
6
|
-
|
|
7
|
-
The code is available on [GitHub](https://github.com/Xodus-Group/BuckPy), allowing the pipeline community to review, expand, and use it under the [GNU General Public License v3.0](https://github.com/Xodus-Group/BuckPy/blob/main/LICENSE).
|
|
8
|
-
|
|
9
|
-
## Documentation
|
|
10
|
-
See the [BuckPy Documentation Website](https://buckpy-org.github.io/) for full usage guides, technical references, benchmarking, API references, and updates.
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: buckpy-dev
|
|
3
|
-
Version: 0.0.1
|
|
4
|
-
Summary: BuckPy: Lateral buckling formation algorithm
|
|
5
|
-
Home-page: https://github.com/buckpy-org/buckpy
|
|
6
|
-
Author: ismael-ripoll
|
|
7
|
-
License: GPL-3.0-or-later
|
|
8
|
-
Project-URL: Documentation, https://buckpy-org-dev.github.io/
|
|
9
|
-
Project-URL: Source, https://github.com/buckpy-org/buckpy
|
|
10
|
-
Project-URL: Tracker, https://github.com/buckpy-org/buckpy/issues
|
|
11
|
-
Keywords: pipelines,buckling,engineering,reliability,simulation
|
|
12
|
-
Classifier: Programming Language :: Python :: 3
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
14
|
-
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
15
|
-
Classifier: Operating System :: OS Independent
|
|
16
|
-
Requires-Python: >=3.9
|
|
17
|
-
Description-Content-Type: text/markdown
|
|
18
|
-
License-File: LICENSE
|
|
19
|
-
Requires-Dist: matplotlib==3.8.3
|
|
20
|
-
Requires-Dist: multiprocess==0.70.16
|
|
21
|
-
Requires-Dist: numba==0.59.0
|
|
22
|
-
Requires-Dist: numpy==1.26.4
|
|
23
|
-
Requires-Dist: openpyxl==3.1.5
|
|
24
|
-
Requires-Dist: pandas==2.2.1
|
|
25
|
-
Requires-Dist: scipy==1.12.0
|
|
26
|
-
Requires-Dist: xlrd==2.0.1
|
|
27
|
-
Requires-Dist: XlsxWriter==3.2.0
|
|
28
|
-
Requires-Dist: pysubsea==0.1.5
|
|
29
|
-
Dynamic: author
|
|
30
|
-
Dynamic: classifier
|
|
31
|
-
Dynamic: description
|
|
32
|
-
Dynamic: description-content-type
|
|
33
|
-
Dynamic: home-page
|
|
34
|
-
Dynamic: keywords
|
|
35
|
-
Dynamic: license
|
|
36
|
-
Dynamic: license-file
|
|
37
|
-
Dynamic: project-url
|
|
38
|
-
Dynamic: requires-dist
|
|
39
|
-
Dynamic: requires-python
|
|
40
|
-
Dynamic: summary
|
|
41
|
-
|
|
42
|
-
# BUCKPY
|
|
43
|
-
Probabilistic Lateral Buckling Algorithm.
|
|
44
|
-
|
|
45
|
-
## Project Philosophy
|
|
46
|
-
**BuckPy** is an open-source algorithm developed to facilitate the implementation of the probabilistic lateral buckling methodology presented in [Lateral Buckling Design using the Friction Distributions at the Expected Buckles (PDF)](docs/_static/SPT%202023%20-%20Lateral%20Buckling%20Design%20using%20the%20Friction%20Distributions%20at%20the%20Expected%20Buckles.pdf), published by Ismael R., Carlos S., and Emilien B. at the 2023 Subsea Pipeline Technology Congress in London (SPT 2023).
|
|
47
|
-
|
|
48
|
-
The code is available on [GitHub](https://github.com/Xodus-Group/BuckPy), allowing the pipeline community to review, expand, and use it under the [GNU General Public License v3.0](https://github.com/Xodus-Group/BuckPy/blob/main/LICENSE).
|
|
49
|
-
|
|
50
|
-
## Documentation
|
|
51
|
-
See the [BuckPy Documentation Website](https://buckpy-org.github.io/) for full usage guides, technical references, benchmarking, API references, and updates.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|