Skip to content

Releases: StructuralPython/loadbearing_wall

v0.4.1 - Hotfix for spread_width > wall_length

02 Dec 18:45

Choose a tag to compare

Hot fix

  • Added condition to adjust spread_width when spread_width > wall_length

v0.4.0 - Reaction reverse direction

02 Dec 18:34

Choose a tag to compare

Features

  • Reaction directions now reverse by default;
  • This ability is parameterizable

v0.3.1 - Remove debug prints

02 Dec 17:44

Choose a tag to compare

So embarrassing...

v0.3.0 - Point loads fully implemented

02 Dec 05:57
e10aa6e

Choose a tag to compare

Wait, what?

  • What was the previous release then?
  • I was trying to be clever by treating point loads like they were "half" of a distributed load. That just created confusing results. So, I changed the implementation which changed the interface and now things just make more sense.
  • Oh yeah, I added a "minimum spread distance" for point loads. The idea is that all point loads become some amount of distributed load as they travel through the wall. You can either use an angle spread or, if you want them to kind of come straight down but spread over some minimum distance, you can now specify the distance.

v0.2.1 - Point loads and dependencies

10 Oct 16:08

Choose a tag to compare

Fixes

  • Point loads are no longer added to the self.distributed_loads accumulator (!!!)
  • Un-pinned previously pinned load-distribution dependency

v0.2.0r1

05 Sep 16:11
1a4390f

Choose a tag to compare

Re-release for GHA

v0.2.0 - Serialization

05 Sep 16:06

Choose a tag to compare

Features

Implements serialization to dict and json via pydantic

v0.1.0 - Initial release

28 Aug 21:17

Choose a tag to compare

Introducing: loadbearing_wall!

A Python package that helps keep track of loads travelling through simple load-bearing wall. No FE here! Just first principles stuff.