Jump to content

File:Arch Rebar Straight example.png

From FreeCAD Documentation

Arch_Rebar_Straight_example.png (603 × 445 pixels, file size: 33 KB, MIME type: image/png)

Two sets of straight reinforcement bars inside an Arch Structureimport matplotlib.pyplot as plt

import numpy as np

# Dimensions (cm)

L = 60

thickness = 40

cover = 5

bar_len = 100  # 1 m

phi_mm = 12

n_bars = 4

ext = (bar_len - L) / 2  # extension beyond each side if centered

# Bar positions within cover

positions = np.linspace(cover, L-cover, n_bars)

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current ★ Approved revision
03:08, 28 November 2018
Thumbnail for version as of 03:08, 28 November 2018603 × 445 (33 KB)Vocx (talk | contribs)Two sets of straight reinforcement bars inside an Arch Structure

Metadata