weac 2.5.0__py3-none-any.whl → 2.5.1__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.
- weac/__init__.py +1 -1
- weac/eigensystem.py +4 -4
- weac/layered.py +2 -0
- weac/mixins.py +1 -1
- {weac-2.5.0.dist-info → weac-2.5.1.dist-info}/METADATA +7 -1
- weac-2.5.1.dist-info/RECORD +12 -0
- weac-2.5.0.dist-info/RECORD +0 -12
- {weac-2.5.0.dist-info → weac-2.5.1.dist-info}/LICENSE +0 -0
- {weac-2.5.0.dist-info → weac-2.5.1.dist-info}/WHEEL +0 -0
- {weac-2.5.0.dist-info → weac-2.5.1.dist-info}/top_level.txt +0 -0
weac/__init__.py
CHANGED
weac/eigensystem.py
CHANGED
|
@@ -152,7 +152,7 @@ class Eigensystem:
|
|
|
152
152
|
|
|
153
153
|
def set_foundation_properties(
|
|
154
154
|
self,
|
|
155
|
-
t: float =
|
|
155
|
+
t: float = 30.0,
|
|
156
156
|
E: float = 0.25,
|
|
157
157
|
nu: float = 0.25,
|
|
158
158
|
update: bool = False):
|
|
@@ -187,7 +187,7 @@ class Eigensystem:
|
|
|
187
187
|
if update:
|
|
188
188
|
self.calc_fundamental_system()
|
|
189
189
|
|
|
190
|
-
def set_beam_properties(self, layers,
|
|
190
|
+
def set_beam_properties(self, layers, C0=6.5, C1=4.4,
|
|
191
191
|
nu=0.25, update=False):
|
|
192
192
|
"""
|
|
193
193
|
Set material and properties geometry of beam (slab).
|
|
@@ -201,7 +201,7 @@ class Eigensystem:
|
|
|
201
201
|
must be available in database.
|
|
202
202
|
C0 : float, optional
|
|
203
203
|
Multiplicative constant of Young modulus parametrization
|
|
204
|
-
according to Bergfeld et al. (2023). Default is 6.
|
|
204
|
+
according to Bergfeld et al. (2023). Default is 6.5.
|
|
205
205
|
C1 : float, optional
|
|
206
206
|
Exponent of Young modulus parameterization according to
|
|
207
207
|
Bergfeld et al. (2023). Default is 4.6.
|
|
@@ -226,7 +226,7 @@ class Eigensystem:
|
|
|
226
226
|
|
|
227
227
|
# Compute total slab thickness and center of gravity
|
|
228
228
|
self.h, self.zs = calc_center_of_gravity(layers)
|
|
229
|
-
|
|
229
|
+
|
|
230
230
|
# Assemble layering into matrix (top to bottom)
|
|
231
231
|
# Columns are density (kg/m^3), layer thickness (mm)
|
|
232
232
|
# Young's modulus (MPa), shear modulus (MPa), and
|
weac/layered.py
CHANGED
|
@@ -37,6 +37,8 @@ class Layered(FieldQuantitiesMixin, SlabContactMixin, SolutionMixin,
|
|
|
37
37
|
2D list of layer densities and thicknesses. Columns are
|
|
38
38
|
density(kg/m ^ 3) and thickness(mm). One row corresponds
|
|
39
39
|
to one layer. Default is [[240, 200], ].
|
|
40
|
+
touchdown : bool, optional
|
|
41
|
+
Set True if slab touchdown is to be considered. Default is False.
|
|
40
42
|
"""
|
|
41
43
|
# Call parent __init__
|
|
42
44
|
super().__init__(system=system, touchdown=touchdown)
|
weac/mixins.py
CHANGED
|
@@ -1205,7 +1205,7 @@ class SolutionMixin:
|
|
|
1205
1205
|
if self.system not in ['pst-', '-pst', 'rested']:
|
|
1206
1206
|
rhs[:3] = self.bc(self.zp(x=0, phi=phi, bed=ki[0]))
|
|
1207
1207
|
rhs[-3:] = self.bc(self.zp(x=li[-1], phi=phi, bed=ki[-1]))
|
|
1208
|
-
|
|
1208
|
+
|
|
1209
1209
|
# Set rhs for vertical faces
|
|
1210
1210
|
if self.system in ['vpst-', '-vpst']:
|
|
1211
1211
|
# Calculate center of gravity and mass of
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: weac
|
|
3
|
-
Version: 2.5.
|
|
3
|
+
Version: 2.5.1
|
|
4
4
|
Summary: Weak layer anticrack nucleation model
|
|
5
5
|
Home-page: https://github.com/2phi/weac
|
|
6
6
|
Author: 2phi GbR
|
|
@@ -274,6 +274,12 @@ See the [open issues](https://github.com/2phi/weac/issues) for a list of propose
|
|
|
274
274
|
5. Open a pull request
|
|
275
275
|
|
|
276
276
|
|
|
277
|
+
<!-- LICENSE -->
|
|
278
|
+
## Workflows
|
|
279
|
+
[](https://github.com/2phi/weac/actions/workflows/release.yml)<br>
|
|
280
|
+
[](https://github.com/2phi/weac/actions/workflows/docs.yml)
|
|
281
|
+
|
|
282
|
+
|
|
277
283
|
<!-- LICENSE -->
|
|
278
284
|
## License
|
|
279
285
|
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
weac/__init__.py,sha256=5_KHE81CCZ6C9a_-12Ln7Trbla2nVy6ZP4_Mi6frgPQ,359
|
|
2
|
+
weac/eigensystem.py,sha256=a-RBqON9Sta2c0z412BXgrfxM96heDKNyfiD0PbYLmM,22476
|
|
3
|
+
weac/inverse.py,sha256=pfpE5PaMgKA2sMVk4t-Q6mPJisA-Yyo873XCKI_-HtA,1980
|
|
4
|
+
weac/layered.py,sha256=S18d1PwGrj9K6HFu2u1JBiA94zzM8mX_JiKBGaph9_I,2064
|
|
5
|
+
weac/mixins.py,sha256=NPkhZVwYpcxhMkS9t3ismvfgeQdZZNTg4rz7Y1DH6EQ,70269
|
|
6
|
+
weac/plot.py,sha256=-s0aOV-c2KEgMa5HypiLgIgASsNVz0BR80_7h8J5o68,20705
|
|
7
|
+
weac/tools.py,sha256=CtZQgzsJtODSPyYLNHhehn24ma13rNGfyYhUVcdp9mk,9605
|
|
8
|
+
weac-2.5.1.dist-info/LICENSE,sha256=kZ_nAN1upf01GX0XTvH6LSOveV_dXX1xazrr-fI1qj8,129
|
|
9
|
+
weac-2.5.1.dist-info/METADATA,sha256=w62iA_tpWfPxqkzb61PS5dzGYppsqOsQM9WDsus4mzg,17290
|
|
10
|
+
weac-2.5.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
11
|
+
weac-2.5.1.dist-info/top_level.txt,sha256=8tyXUHPFU4Ba_5kPtpwvXo5l6GjJmOnODVBJFygpdeE,5
|
|
12
|
+
weac-2.5.1.dist-info/RECORD,,
|
weac-2.5.0.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
weac/__init__.py,sha256=OKOM2HMZIYIa4bxXamVYdY6jstyR-s-N7lKUe7bpvgw,359
|
|
2
|
-
weac/eigensystem.py,sha256=roTcf2UHhQDx_7jIakuqz2yEqwVZDvs-qrnEM9pUXxk,22491
|
|
3
|
-
weac/inverse.py,sha256=pfpE5PaMgKA2sMVk4t-Q6mPJisA-Yyo873XCKI_-HtA,1980
|
|
4
|
-
weac/layered.py,sha256=BCl2PCndkCjASg700JecqnrfBd2ovZuMSkYZSOtbgrU,1951
|
|
5
|
-
weac/mixins.py,sha256=hD7r4iIk_DgyakmN73-5oGUWkghk-yFZRmLiT-VJt7U,70281
|
|
6
|
-
weac/plot.py,sha256=-s0aOV-c2KEgMa5HypiLgIgASsNVz0BR80_7h8J5o68,20705
|
|
7
|
-
weac/tools.py,sha256=CtZQgzsJtODSPyYLNHhehn24ma13rNGfyYhUVcdp9mk,9605
|
|
8
|
-
weac-2.5.0.dist-info/LICENSE,sha256=kZ_nAN1upf01GX0XTvH6LSOveV_dXX1xazrr-fI1qj8,129
|
|
9
|
-
weac-2.5.0.dist-info/METADATA,sha256=zAIjc8jWHrFuKUgWvkMyfZ0t5ytOSdo5bDlwS7zVS5Y,16902
|
|
10
|
-
weac-2.5.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
11
|
-
weac-2.5.0.dist-info/top_level.txt,sha256=8tyXUHPFU4Ba_5kPtpwvXo5l6GjJmOnODVBJFygpdeE,5
|
|
12
|
-
weac-2.5.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|