0% found this document useful (0 votes)
10 views

Calcuation Results

This document contains calculations and results for analyzing the height, axial load, and deflection of walls. It sets variables for allowable and actual values of height, load, and deflection, calculates utilization ratios, and sets pass/fail results based on comparisons of actual to allowable values. The calculations and variables are presented in both U.S. customary and metric units.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

Calcuation Results

This document contains calculations and results for analyzing the height, axial load, and deflection of walls. It sets variables for allowable and actual values of height, load, and deflection, calculates utilization ratios, and sets pass/fail results based on comparisons of actual to allowable values. The calculations and variables are presented in both U.S. customary and metric units.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Tedds Development US 14.

00
Calcuation results
allow = H / Deflratio = ?g3 in
Note = ?f0
Deflratio_actual = IfElseIf(Note==1.00,
120,
Note==2.00,
240,
Note==3.00,
360,
Note==4.00,
600,
720
) = ?f0
= H / Deflratio_actual = ?g3 in
SetVar(,GetVar(,0.1 in)) = ?
SetVar(_Utilization_H, H/Hallow) = ?
Denom = if(Pallow==0kips,0.01kips,Pallow)
Denom1 = if(allow==0in,0.01in, allow)
SetVar(_Utilization_P, P/Denom) = ?
SetVar(_Utilization_D, /Denom1) = ?
SetVar(_tmp.Check1,StrFormat (ifelseif(_WallType==Interior,
Wall height\tft\t\t[Hallow,f2,(ft)]\t[H,f2,
(ft)]\t[_Utilization_H,f3],
_WallType==Curtain,
Wall height\tft\t\t[Hallow,f2,(ft)]\t[H,f2,
(ft)]\t[_Utilization_H,f3],
and(_WallType==Bearing, Pallow > 0 kips),
Axial load\t\tkips\t\t[Pallow,f2,(kips)]\t[P,f2,
(kips)]\t[_Utilization_P,g3],
Axial load\t\tkips\t\t[Pallow,f2,(kips)]\t[P,f2,
(kips)]\t-
))) = ?
SetVar(_tmp.Deflection,StrFormat (if(Pallow == 0.00kips,
(Deflection value\tin\t\t[allow,g3,(in)]\t-\t-),
(Deflection value\tin\t\t[allow,g3,(in)]\t[,g3,(in)]\t[_Utilization_D,g3])))) = ?
Results
SetVar(_tmp.Result1,if(Hallow > H,Pass,Fail)) = ?
SetVar(_tmp.Result2,if(Pallow > P,Pass,Fail)) = ?
SetVar(_tmp.Result3,if(allow > ,Pass,Fail)) = ?
Calcuation results
allow = H / Deflratio = ?g3 mm
Note = ?f0
Deflratio_actual = IfElseIf(Note==1.00,
120,
Note==2.00,
240,
Note==3.00,
360,
Note==4.00,
600,
720) = ?f0
= H / Deflratio_actual = ?g3 mm
SetVar(,GetVar(,2.54 mm)) = ?
SetVar(_Utilization_H, H/Hallow) = ?
Denom = if(Pallow==0kN,0.01kN,Pallow)
SetVar(_Utilization_P, P/Denom) = ?
Denom1 = if(allow==0mm,0.01mm, allow)

Tedds Development US 14.00


SetVar(_Utilization_D, /Denom1) = ?
SetVar(_tmp.Check1,StrFormat (ifelseif(_WallType==Interior,
Wall height\tmm\t\t[Hallow,g0,(mm)]\t[H,g0,
(mm)]\t[_Utilization_H,g3],
_WallType==Curtain,
Wall height\tmm\t\t[Hallow,g0,(mm)]\t[H,g0,
(mm)]\t[_Utilization_H,g3],
and(_WallType==Bearing, Pallow > 0 kN),
Axial load\t\tkN\t\t[Pallow,f2,(kN)]\t[P,f2,
(kN)]\t[_Utilization_P,g3],
Axial load\t\tkN\t\t[Pallow,f2,(kN)]\t[P,f2,(kN)]\t-
))) = ?
SetVar(_tmp.Deflection,StrFormat (if(Pallow == 0.00kN,
(Deflection value\tmm\t\t[allow,f0,(mm)]\t-\t-),
(Deflection value\tmm\t\t[allow,f0,(mm)]\t[,f0,
(mm)]\t[_Utilization_D,g3])))) = ?
Results
SetVar(_tmp.Result1,if(Hallow > H,Pass,Fail)) = ?
SetVar(_tmp.Result2,if(Pallow > P,Pass,Fail)) = ?
SetVar(_tmp.Result3,if(allow > ,Pass,Fail)) = ?

You might also like