wawi 0.0.13__py3-none-any.whl → 0.0.16__py3-none-any.whl

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.

Potentially problematic release.


This version of wawi might be problematic. Click here for more details.

wawi/__init__.py CHANGED
@@ -3,7 +3,7 @@
3
3
  '''
4
4
  __pdoc__ = {'wawi.ext.abq': False}
5
5
 
6
- __version__ = "0.0.13"
6
+ __version__ = "0.0.16"
7
7
 
8
8
  # Other packages
9
9
  import numpy as np
wawi/io.py CHANGED
@@ -11,7 +11,7 @@ from wawi.model import ModalDry, PontoonType, Node, Model, Aero, AeroSection
11
11
  def import_folder(model_folder, pontoon_stl='pontoon.stl', aero_sections='aero_sections.json',
12
12
  modal='modal.json', pontoon='pontoon.json', eldef='element.json', orientations='orientations.json',
13
13
  drag_elements='drag_elements.json', pontoon_types='pontoon_types.json',
14
- sort_nodes_by_x=True, interpolation_kind='quadratic'):
14
+ sort_nodes_by_x=True, interpolation_kind='linear'):
15
15
 
16
16
  '''
17
17
  Import folder containing files defining a WAWI model.
@@ -148,7 +148,7 @@ def import_folder(model_folder, pontoon_stl='pontoon.stl', aero_sections='aero_s
148
148
  ptypes[name] = PontoonType.from_numeric(interpolation_kind=interpolation_kind, A=P['M'], B=P['C'],
149
149
  omega=P['omega'], Q=P['Q'], theta=P['theta_Q'], omegaQ=P['omega_Q'], label=name,
150
150
  stl_path=f'{model_folder}/{pontoon_stl}', **{**ACd, **pontoon_type_settings[name]})
151
-
151
+
152
152
 
153
153
  # Modal dry object
154
154
  if 'xi0' in modal:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wawi
3
- Version: 0.0.13
3
+ Version: 0.0.16
4
4
  Summary: WAve and WInd response prediction
5
5
  Author-email: "Knut A. Kvåle" <knut.a.kvale@ntnu.no>, Ole Øiseth <ole.oiseth@ntnu.no>, Aksel Fenerci <aksel.fenerci@ntnu.no>, Øivind Wiig Petersen <oyvind.w.petersen@ntnu.no>
6
6
  License: MIT License
@@ -50,7 +50,28 @@ Dynamic: license-file
50
50
 
51
51
  What is WAWI?
52
52
  =======================
53
- WAWI is a Python toolbox for prediction of response of structures exposed to wind and wave excitation. The package is still under development in its alpha stage, and documentation and testing will be completed along the way.
53
+ WAWI is a Python toolbox for prediction of response of structures exposed to wind and wave excitation, using a multimodal frequency-domain approach. It supports special features such as:
54
+
55
+ * Hydrodynamic added mass, radiation damping and hydrodynamic force transfer function from e.g. WAMIT analysis
56
+ * Quasisteady wind forcing for buffeting analysis
57
+ * Combined effects of wind and waves
58
+ * Iterative multimodal flutter
59
+ * Iterative modal analysis
60
+ * Modelling of motion-induced aerodynamic forces using aerodynamic derivatives
61
+ * Inhomogeneous sea states
62
+ * Inhomogeneous mean wind (other parameters planned for)
63
+ * Current effects on wave excitation
64
+ * Stochastic linearization methodology to support linearized effect of quadratic drag damping (both line elements and pontoon objects)
65
+ * Object-oriented model setup, including FE description (using Python package BEEF) of beams exposed to aerodynamic forcing
66
+
67
+ Planned implemented in the near future:
68
+
69
+ * Fully inhomogeneous wind state definition (all wind field parameters)
70
+ * Hydrodynamic interaction effects from multibody analyses
71
+ * Second-order wave excitation effects
72
+ * Definition of ADs (aerodynamic derivatives) using rational functions
73
+
74
+ The package is still under development in its alpha stage, and documentation and testing will be completed along the way.
54
75
 
55
76
 
56
77
  Installation
@@ -71,7 +92,17 @@ pip install git+https://www.github.com/knutankv/wawi.git@main
71
92
  How does WAWI work?
72
93
  ======================
73
94
  By representing both aerodynamic and hydrodynamic motion-induced forces and excitation using a coordinate basis defined by the dry in-vacuum mode shapes of the structure, WAWI is able to versatily predict response based on input from any commercial FE software. The main structure used for response prediction is given in this figure:
74
- ![Model](https://raw.githubusercontent.com/knutankv/wawi/main/docs/flowchart.png)
95
+ ![Model](https://raw.githubusercontent.com/knutankv/wawi/main/docs/flowchart.svg)
96
+
97
+ The object structure of a WAWI model is given here:
98
+ ![Modelattributes](https://raw.githubusercontent.com/knutankv/wawi/main/docs/structure.svg)
99
+
100
+ Further details regarding hydrodynamic definitions initiated by the `Hydro` class is given below:
101
+ ![Hydro](https://raw.githubusercontent.com/knutankv/wawi/main/docs/hydro_part.svg)
102
+
103
+ Further details regarding aerodynamic definitions initiated by the `Aero` class is given below:
104
+ ![Aero](https://raw.githubusercontent.com/knutankv/wawi/main/docs/aero_part.svg)
105
+
75
106
 
76
107
  Quick start
77
108
  =======================
@@ -148,6 +179,14 @@ The examples are structured in the following folders based on their topic:
148
179
 
149
180
  References
150
181
  =======================
182
+ The following papers provide background for the implementation:
183
+
184
+ * Beam (FE) description of aerodynamic forces: [Øiseth et al. (2012)](https://www.sciencedirect.com/science/article/abs/pii/S0168874X11001880)
185
+ * Wave modelling and response prediction: [Kvåle et al. (2016)](https://www.sciencedirect.com/science/article/abs/pii/S004579491500334X)
186
+ * Inhomogeneous wave modelling: [Kvåle et al. (2024)](https://www.sciencedirect.com/science/article/pii/S0141118723003437)
187
+ * Hydrodynamic interaction effects: [Fenerci et al. (2022)](https://www.sciencedirect.com/science/article/pii/S095183392200017X)
188
+ * Wave-current interaction: [Fredriksen et al. (2024)](https://www.researchgate.net/profile/Arnt-Fredriksen/publication/386453916_On_the_wave-current_interaction_effect_on_linear_motion_for_floating_bridges/links/6751a40fabddbb448c65cbef/On-the-wave-current-interaction-effect-on-linear-motion-for-floating-bridges.pdf)
189
+
151
190
 
152
191
  Citation
153
192
  =======================
@@ -4,11 +4,11 @@ tests/test_IABSE_step11a.py,sha256=zTWOxR78F0PNhNqiqodEcL65vdJXyMP78nkJumhy-RA,7
4
4
  tests/test_IABSE_step11c.py,sha256=TfxPlP70dhujKlSYbA-Gj4U-EJmYZ3jt6yjvX9wSXcA,10337
5
5
  tests/test_IABSE_step2a.py,sha256=9pAd1em2IEY4k5N-jAigV3VGup0QsbUxnwSiziuMbUg,10134
6
6
  tests/test_wind.py,sha256=r4rx6f8Tn-u4fn4gGPBMrL_JJQ2SVHGQiQ9sQuMQCPo,1707
7
- wawi/__init__.py,sha256=XwztcgUqHaXYX8ywshKc0BVsSVDStFgeENuVdN3PWuk,183
7
+ wawi/__init__.py,sha256=jBTtfY__jKUq4iwxWldOiudzVb-9eGu0ot2i6J5diC0,183
8
8
  wawi/fe.py,sha256=22QKI1GlfsG7o_TpFXaKJfzmbO2_2zdIMaoJmaIZdmY,4001
9
9
  wawi/general.py,sha256=xHRoDkcchrL6Y7pTUqGsjBHh8YBLvX9dYcNXXCjQap8,13787
10
10
  wawi/identification.py,sha256=bVB6EVRR6J39OO9ckuzNJ6f0FwIo4cLqfYgrsIN89TE,1748
11
- wawi/io.py,sha256=3cPgyVGpZcne60-vXQZYXVj9e5m044XDeR3eMZ3BF7Y,25359
11
+ wawi/io.py,sha256=th_hHucLOemFFh7OHyR8EyO4NkH1YSnUlt4kok3XDqg,25352
12
12
  wawi/modal.py,sha256=SOmzjviDMBw4OwQAUq3EXo_FJyv6uoZg-fsE3fizXHk,20253
13
13
  wawi/plot.py,sha256=jllJcjZxTBqjzBoT4k9jLXVUnie8oqNr8371IJvCd3c,19791
14
14
  wawi/prob.py,sha256=0nCdKdwkNf4M6sHyCZuYlt06gD0NmqRNfl4KesgySWA,215
@@ -31,8 +31,8 @@ wawi/model/_dry.py,sha256=KpmFlSinoY6DrSyc3Y0M8w1-cCC7VCFep-uzcqZsHz4,3940
31
31
  wawi/model/_hydro.py,sha256=7kzOqKou9RV1KoYXC-6oVw8gtnqfC-NfeohLFDiL-uI,27107
32
32
  wawi/model/_model.py,sha256=m6UF3onrQFgsJUNDzuot2maAuJpqTxoP4hHCBHbDuMs,53322
33
33
  wawi/model/_screening.py,sha256=NRYkKq928z2lqMSUTpbQLls04td_9R_4dhkjU3Gv1oQ,3716
34
- wawi-0.0.13.dist-info/licenses/LICENSE,sha256=bH1aWhrNbbPLrYnVFRaoYYzcUr-figHjry-kGB7Tc54,1076
35
- wawi-0.0.13.dist-info/METADATA,sha256=aYeyNdzi5eAyQn3TvytkWoKeuWncwMNiWwBpLu_-MyI,6991
36
- wawi-0.0.13.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
37
- wawi-0.0.13.dist-info/top_level.txt,sha256=Nk5G_ZwgZRCb9ZMWZdr1M3QIskX6kCnlqeMl67N3zg8,20
38
- wawi-0.0.13.dist-info/RECORD,,
34
+ wawi-0.0.16.dist-info/licenses/LICENSE,sha256=bH1aWhrNbbPLrYnVFRaoYYzcUr-figHjry-kGB7Tc54,1076
35
+ wawi-0.0.16.dist-info/METADATA,sha256=mMH-uf9JkCUNj4-8gSN3sI0A7bMUhddpWkg9GqoyhY8,9502
36
+ wawi-0.0.16.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
37
+ wawi-0.0.16.dist-info/top_level.txt,sha256=Nk5G_ZwgZRCb9ZMWZdr1M3QIskX6kCnlqeMl67N3zg8,20
38
+ wawi-0.0.16.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.4.0)
2
+ Generator: setuptools (80.7.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5