Skip to main content

wall_shear_ultimate

Function wall_shear_ultimate 

Source
pub fn wall_shear_ultimate(inp: &RcWallShearInput) -> f64
Expand description

耐震壁の終局せん断強度 Qu [N](荒川mean式系。技術基準解説書 P.638-639)。

Qu = { k·pte^0.23·(Fc+18)/denom + 0.85·√(σwh·pwh) + 0.1·σ0 }·te·j·r
  • k = 0.053(既定。denom = M/(Q·D)+0.12)/0.068(高強度せん断補強筋。 denom = √(M/(Q·D)+0.12))
  • pte = 100·at/(te·d) [%](等価引張鉄筋比)、d = D − Dc/2j = 7/8·d
  • M/(Q·D) は適用範囲 1.0〜3.0 にクランプ、pwh は 1.2% 上限、 σ0 は 0〜0.4Fc にクランプ(引張は 0)
  • 開口低減 r は耐力用 wall_opening_reduction_strength を乗じる

不正入力(Fc・te・D・at のいずれかが 0 以下、または d ≤ 0)は 0.0 を返す。