Development and Updates for the Medeek Wall Plugin

Started by Medeek, March 04, 2017, 08:59:31 PM

Previous topic - Next topic

0 Members and 44 Guests are viewing this topic.

Medeek

#735
Haven't look at the Shearwall Module in some time and I think it would be important to have it at least able to insert shearwall panels into the wall panels even if the engineering portion is not yet complete.

After some thought and reviewing my AWC literature and my own Shearwall Calculator (Spreadsheet), here are my preliminary list of parameters for a shearwall panel (there can be multiple panels within a given wall).

Basic Options:

Name:  Initially set by auto-increment value but can be modified by user.
Start Location:
End Location:
Length: Determined by start and end location
Description:  Custom comments or notes by user

Left Post:

Left SW Post: 2x4, 2x6, (2) 2x6, 4x6, 6x6 etc...
Quantity: 1,2,3,4
Species: DF, HF, SP, SPF

Left Holdown: YES/NO
Holdown Type: DTT2Z,HDU2,HDU4,HDU5,HDU8,HDU11,HDU14,LSTHD8,LSTHD8RJ,STHD10,STHD10RJ,STHD14STHD14RJ,MSTC28,MSTC40,MSTC52,MSTC66,MSTC78
Holdown Vert. Offset: in/mm
Holdown AB:
Threaded Rod Length: in/mm
Strap Placement:

Right Post:

Right SW Post: 2x4, 2x6, (2) 2x6, 4x6, 6x6 etc...
Quantity: 1,2,3,4
Species: DF, HF, SP, SPF

Right Holdown: YES/NO
Holdown Type: DTT2Z,HDU2,HDU4,HDU5,HDU8,HDU11,HDU14,LSTHD8,LSTHD8RJ,STHD10,STHD10RJ,STHD14STHD14RJ,MSTC28,MSTC40,MSTC52,MSTC66,MSTC78
Holdown Vert. Offset: in/mm
Holdown AB:
Threaded Rod Length: in/mm
Strap Placement:

Sheathing Exterior:

Ext. Sheathing Material: Ply, OSB, Gypsum, NONE
Sheathing Thickness: 0.4375"
Sheathing Fastener: 8d Common, 6d Common, 10d Common, 8d Galv Casing, 10d Galv Casing
Field O/C Spacing: 6", 12"
Edge O/C Spacing: 2", 3", 4", 6"

Sheathing Interior:

Int. Sheathing Material: Ply, OSB, Gypsum, NONE
Sheathing Thickness: 0.4375"
Sheathing Fastener: 8d Common, 6d Common, 10d Common, 8d Galv Casing, 10d Galv Casing
Field O/C Spacing: 6", 12"
Edge O/C Spacing: 2", 3", 4", 6"

Sole Plate Fasteners:

Sole Plt. Fasteners: YES/NO
Fastener Size: 16d,SDS25412
Fastener O/C Spacing: in/mm
Horz. Offset: (default is. 0625")

Anchor Bolts (Sill Plate Fasteners):

Anchor Bolts: YES/NO
Anchor Bolt Length: 10,12,14
Anchor Bolt Dia: 1/2", 5/8"
Washer: 2x2,3x3
Bolt O/C Spacing: in/mm
Edge Distance: in/mm
Vertical Offset: (default is zero)
Horz. Offset: (default is 2.75")

Blocking:

Install Blocking: YES/NO
Blocking Size: Single 2X, Single 3X, Double 2X
Heights: 48|96|144 (allow the user to specify the exact height of each blocking line - in/mm)

Top Plate Clips:

Framing Clips: YES/NO
Clip Type: A35, A34,LTP4, LTP5
Cllip O/C Spacing:  in/mm

** Let me know if you think I am missing anything.

P.S. Iv'e added a horz. offset to both the anchor bolts and sole plate fasteners so the positioning of either can be adjusted by the user if required.

P.P.S.  It would also be nice to have a system of presets for shearwalls since there are so many parameters that can be set for any given shearwall panel.  Also the 2D symbol for the shearwall will be a large dashed line (two lines for a double sided shearwall).
Nathaniel P. Wilkerson, P.E.

Medeek

Here is a list of the defaults and their values per the initial proposal given previously:

        # Basic Options

       @Sw_desc_db = MedeekMethods.read_text 'SW_DESC', 'empty'


       # Left Post

       @Sw_post_size_left_db = MedeekMethods.read_text 'SW_POST_SIZE_LEFT', '6X6'

       @Sw_post_ply_left_db = MedeekMethods.read_num 'SW_POST_PLY_LEFT', 1

       @Sw_post_species_left_db = MedeekMethods.read_text 'SW_POST_SPECIES_LEFT', 'DF'

       
       @Sw_hd_left_db = MedeekMethods.read_text 'SW_HD_LEFT', 'YES'

       @Sw_hd_type_left_db = MedeekMethods.read_text 'SW_HD_TYPE_LEFT', 'HDU8'

       @Sw_hd_vo_left_db = MedeekMethods.read_inmm 'SW_HD_VO_LEFT', 0.0, 0.0

       @Sw_hd_ab_left_db = MedeekMethods.read_text 'SW_HD_AB_LEFT', 'SB78-24'

       @Sw_hd_rod_left_db = MedeekMethods.read_inmm 'SW_HD_ROD_LEFT', 24.0, 600.0

       @Sw_hd_strap_left_db = MedeekMethods.read_text 'SW_HD_STRAP_LEFT', 'FRAMING'


       # Right Post

       @Sw_post_size_right_db = MedeekMethods.read_text 'SW_POST_SIZE_RIGHT', '6X6'

       @Sw_post_ply_right_db = MedeekMethods.read_num 'SW_POST_PLY_RIGHT', 1

       @Sw_post_species_right_db = MedeekMethods.read_text 'SW_POST_SPECIES_RIGHT', 'DF'

       
       @Sw_hd_right_db = MedeekMethods.read_text 'SW_HD_RIGHT', 'YES'

       @Sw_hd_type_right_db = MedeekMethods.read_text 'SW_HD_TYPE_RIGHT', 'HDU8'

       @Sw_hd_vo_right_db = MedeekMethods.read_inmm 'SW_HD_VO_RIGHT', 0.0, 0.0

       @Sw_hd_ab_right_db = MedeekMethods.read_text 'SW_HD_AB_RIGHT', 'SB78-24'

       @Sw_hd_rod_right_db = MedeekMethods.read_inmm 'SW_HD_ROD_RIGHT', 24.0, 600.0

       @Sw_hd_strap_right_db = MedeekMethods.read_text 'SW_HD_STRAP_RIGHT', 'FRAMING'

       
       # Sheathing Exterior

       @Sw_mat_ext_db = MedeekMethods.read_text 'SW_MAT_EXT', 'OSB'

       @Sw_thk_ext_db = MedeekMethods.read_inmm 'SW_THK_EXT', 0.4375, 11.0

       @Sw_nail_ext_db = MedeekMethods.read_text 'SW_NAIL_EXT', '8d Common'

       @Sw_field_ext_db = MedeekMethods.read_num 'SW_FIELD_EXT', 12

       @Sw_edge_ext_db = MedeekMethods.read_num 'SW_EDGE_EXT', 6


       # Sheathing Interior

       @Sw_mat_int_db = MedeekMethods.read_text 'SW_MAT_INT', 'OSB'

       @Sw_thk_int_db = MedeekMethods.read_inmm 'SW_THK_INT', 0.4375, 11.0

       @Sw_nail_int_db = MedeekMethods.read_text 'SW_NAIL_INT', '8d Common'

       @Sw_field_int_db = MedeekMethods.read_num 'SW_FIELD_INT', 12

       @Sw_edge_int_db = MedeekMethods.read_num 'SW_EDGE_INT', 6


       # Sole Plate Fasteners

       @Sw_sole_db = MedeekMethods.read_text 'SW_SOLE', 'NO'

       @Sw_sole_size_db = MedeekMethods.read_text 'SW_SOLE_SIZE', '16d'
       
       @Sw_sole_spacing_db = MedeekMethods.read_inmm 'SW_SOLE_SPACING', 12.0, 300.0
       
       @Sw_sole_ho_db = MedeekMethods.read_inmm 'SW_SOLE_HO', 0.625, 16.0

       
       # Anchor Bolts

       @Sw_ab_db = MedeekMethods.read_text 'SW_AB', 'NO'

       @Sw_ab_size_db = MedeekMethods.read_text 'SW_AB_SIZE', '10'

       @Sw_ab_dia_db = MedeekMethods.read_text 'SW_AB_DIA', '1/2'

       @Sw_ab_washer_db = MedeekMethods.read_text 'SW_AB_WASHER', '3X3'

       @Sw_ab_spacing_db = MedeekMethods.read_inmm 'SW_AB_SPACING', 36.0, 900.0

       @Sw_ab_edge_db = MedeekMethods.read_inmm 'SW_AB_EDGE', 12.0, 300.0

       @Sw_ab_ho_db = MedeekMethods.read_inmm 'SW_AB_HO', 2.75, 70.0

       @Sw_ab_vo_db = MedeekMethods.read_inmm 'SW_AB_VO', 0.0, 0.0


       # Blocking

       @Sw_blk_db = MedeekMethods.read_text 'SW_BLK', 'NO'

       @Sw_blk_size_db = MedeekMethods.read_text 'SW_BLK_SIZE', 'SINGLE 2X'

       @Sw_blk_rot_db = MedeekMethods.read_num 'SW_BLK_ROT', 0

       @Sw_blk_hgts_db = MedeekMethods.read_text 'SW_BLK_HGTS', '48,96'


       # Top Plate Clips

       @Sw_clip_db = MedeekMethods.read_text 'SW_CLIP', 'NO'

       @Sw_clip_type_db = MedeekMethods.read_text 'SW_CLIP_TYPE', 'LTP5'

       @Sw_clip_spacing_db = MedeekMethods.read_inmm 'SW_CLIP_SPACING', 24.0, 600.0

       @Sw_clip_ho_db = MedeekMethods.read_inmm 'SW_CLIP_HO', -0.4375, -11.0
Nathaniel P. Wilkerson, P.E.

Medeek

First look at some shearwall panels (notice the absence of the shearwall posts/studs and holdowns, that is coming next) and the shearwall edit menu:



I had to take a little break from the programming over the holidays but in a space of a few hours I've mostly got the basic code for the shearwall module put together.  Now I just need to sort out a few of the details.

I've also decided to make the shearwall panel sheathing with variable opacity since they are primarily visual in their representation of the actual shearwall sheathing.  The color and opacity will be customizable within the global settings (Materials tab).

Initially there will be three shearwall sheathing materials (OSB, Plywood and Gypsum).  Each material type will have its own unique color and opacity, all of which can be customized.  This will allow the user to visually determine the shearwall sheathing material very quickly within the model.
Nathaniel P. Wilkerson, P.E.

Medeek

Version 1.7.7 - 12.28.2020
- Enabled Draw, Edit, Move and Delete shearwall tools for all rectangular walls.
- Added four additional parameters to the Materials tab of the Global Settings pertaining to shearwalls.





Note, that the shearwall tools will only work with rectangular walls currently.  I will enable them for gable, shed and hip walls but that may be a few more days since it gets a bit more complicated.

Also note that the four items within the shearwall module are currently not active yet and are still in development (probably a couple more days):

Sole Plate Fasteners, Anchor Bolts (Sill Plate Fasteners, SW Blocking, Top Plate Clips

View model here:

https://3dwarehouse.sketchup.com/model/b8917534-02ad-447f-8087-e0cd6b4d4e45/Shearwalls-Example-1

As this module is completely brand new I expect there will be a few bugs and items that need to be addressed or corrected moving forward.  Your beta testing of this new feature and any feedback is highly appreciated.
Nathaniel P. Wilkerson, P.E.

Medeek

It would be nice if there was a function which created a Shearwall schedule, like I make on my own structural sheets.  I will need to give this some further thought.



Nathaniel P. Wilkerson, P.E.

Medeek

#740
Working on the shearwall (panel) anchor bolts and sole plate fasteners.

First look at some anchor bolts associated with a shear wall:



When a shearwall rests directly on a slab-on-grade then the anchor bolts are typically connected directly to the sole plate of the shearwall, however when the wall rests on a floor as shown then the anchor bolts will anchor the sill plate below the wall and threaded rods with coupler nuts are utilized to extend the holdown bolts up to the HDU holdowns.  In this situation the engineer will also typically call out the size and spacing of fasteners that connect the sole plate of the shearwall to the rim joist below it.

To facilitate various wall/floor configurations the vertical and horizontal offset parameters for shearwall anchor bolts are made available for each shearwall, and can be adjusted independently.

P.S.
Looking at this image it immediately jumps out at me that a critical component within this shearwall assembly is missing.  Note that I am not showing fasteners, they are too small to model for the most part.  Let's see if anyone can pick it out.
Nathaniel P. Wilkerson, P.E.

Medeek

Version 1.7.7b - 12.28.2020
- Enabled anchor bolts within the shearwall module.
- Enabled sole plate fasteners within the shearwall module.
- Enabled top plate clips within the shearwall module.







All that is left is the specialized blocking for shearwalls.
Nathaniel P. Wilkerson, P.E.

Medeek

I've seen both ways of handling stacked shearwall panels, however the strap method would make more sense from an economic standpoint:





The main point here is that you have either option at your disposal with the new shearwall module.

Notice the inclusion of the top plate clips on the lower shearwall and the 16d Common fasteners in the sole plate of the upper shearwall.  Both of these items are optional however if that degree of detail is required or desired it is also readily available to the designer or engineer.

See model here:

https://3dwarehouse.sketchup.com/model/3cedfba5-baaf-4e8a-8b36-0357c630b6d3/Shearwalls-2
Nathaniel P. Wilkerson, P.E.

Medeek

Some of you may be scratching your head looking at all of this hardware that goes into a wall especially at a shear panel...  I know, Simpson Strong-Tie isn't  a multi-million dollar company for nothing.  A lot of old time contractors really dislike us engineers.

Bottom line, when the wind blows really hard or you just happen to be lucky enough to be in a major earthquake, these construction methods will prevent your house from toppling over and potentially killing you.

Engineers like myself are entrusted with making sure the built environment around you is safe and secure.
Nathaniel P. Wilkerson, P.E.

Medeek

Nathaniel P. Wilkerson, P.E.

Medeek

#745
I wouldn't exactly call this a schedule as much as a CSV or spread sheet with all of the shearwall data contained within it.  Regardless here is a first look at the Shearwall Schedule tool (preview menu):



Note that the preview (or HTML menu) only shows limited information.  The CSV output is much more comprehensive, listing all of the parameters for the shearwall (ie. holdowns, anchor bolts, clips, blocking etc...)

I still have not ironed out all of the details I want to show or present within this schedule tool so additional **feedback** will be key as to how this evolves.  I will probably dig into my original shearwall calculator and figure out how to best incorporate some engineering into this tool.  I think it would be useful for the tool to calculate the shear capacity of the SW given its dimensions, sheathing and nail patterns.  I also think additional parameter(s) for the actual applied shear load (wind and seismic) might be useful as well, I will need to give this some more thought.

Note that the tool is smart enough to detect if there are windows or doors within the bounds of a shearwall panel and correctly labels it with a "PERF" designation, which signifies it is a perforated shearwall.
Nathaniel P. Wilkerson, P.E.

Medeek

An example of the CVS output loaded into Excel:



Notice that have switched the order of some of the parameters to a more logical order.
Nathaniel P. Wilkerson, P.E.

Medeek

Version 1.7.8 - 01.03.2021
- Added the Shearwall Schedule tool to the SW toolbar.

Nathaniel P. Wilkerson, P.E.

Medeek

First look at shearwall blocking:



Note that in this example the blocking has been rotated 90 degrees.  The rotation parameter allow for zero or 90 deg. rotation.  Also note that any number of rows of blocks can be specified.  In this case I had a 12' wall so I went with blocking at 4' and 8' (48,96).

Each shearwall panel can have its own blocking which is independent from other shearwalls and is also independent of any general wall blocking.
Nathaniel P. Wilkerson, P.E.

Medeek

#749
Version 1.7.9 - 01.05.2021
- Enabled blocking within the shearwall module.



The blocking module algorithm for shearwalls was a bit more of hassle than I had hoped but after about 16 hours of scratching my head I managed to cobble it together.  I'm fairly happy and confident with the results but I am sure there will be a few cases where it may need further refinement.  The true debugging process really only starts now as I hand it over to the customer to use in real design situations.

I've beaten the Shearwall "horse" for about a week now (Dec. 27th - Jan. 5th), I do have more engineering work that can be done but I think I will probably give it a rest for a while and move on to other hot items within the Truss plugin.

If you have additional items that you would like to see added to this module please feel free to send me an email.  I am much more likely to address follow up items when the programming is still fresh on my mind.  A month from now it will take more effort to dig back into the shearwall module and add or improve existing features.
Nathaniel P. Wilkerson, P.E.