Risultati del calcolo

Fattori di capacità portante

Nc= &Nc& Nq= &Nq& Nγ= &Ng&

testo &= "\n" testo &= "Fattori di forma\n" sc = Round(sc, -2) sq = Round(sq, -2) sg = Round(sg, -2) testo &= "sc= " & sc & "\tsq= " & sq & "\tsγ= " & sg & "\n" testo &= "\n" testo &= "Fattori di inclinazione del carico\n" testo &= "mB = " & mmb & "\tmL = " & mmL & "\tm = " & m & "\n" testo &= "θ =" & teta & "°\tδ = " & delta & "°\n" ic = Round(ic, -3) iq = Round(iq, -3) ig = Round(ig, -3) testo &= "ic= " & ic & "\tiq= " & iq & "\tiγ= " & ig & "\n" testo &= "\n" testo &= "Fattori di inclinazione della base fondale\n" bc = Round(bc, -2) bq = Round(bq, -2) bg = Round(bg, -2) testo &= "bc= " & bc & "\tbq= " & bq & "\tbγ= " & bg & "\n" testo &= "\n" testo &= "Fattori di inclinazione del piano di campagna\n" gc = Round(gc, -2) gq = Round(gq, -2) gg = Round(gg, -2) testo &= "gc= " & gc & "\tgq= " & gq & "\tgγ= " & gg & "\n" testo &= "\n" testo &= "Fattori di profondità del piano di posa\n" dc = Round(dc, -2) dq = Round(dq, -2) dg = Round(dg, -2) testo &= "dc= " & dc & "\tdq= " & dq & "\n" testo &= "\n" testo &= "Fattori di comprimibilità del terreno\n" zita_c = Round(zita_c, -2) zita_q = Round(zita_q, -2) zita_g = Round(zita_g, -2) testo &= "ξc= " & zita_c & "\tξq= " & zita_q & "\tξγ= " & zita_g & "\n" testo &= "\n" testo &= "\n" testo &= "Carico limite\n" testo &= "Q = " & Round(car, -3) & " kN\n" & "\n" testo &= "\n" testo &= "Portanza limite\n" testo &= "qlim = Q/A = " & Round(car / Area, -3) & " kN/mq\n\n" testo &= "Portanza ammissibile\n" testo &= "qamm = qlim/n = " & Round(car / Area / 3, -3) & " kN/cmq"