Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justkahdri/calculatorha
A calculator for concrete structures designed with html5, css3 and javascript
https://github.com/justkahdri/calculatorha
calculator construction css css-grid html vanilla-javascript
Last synced: 6 days ago
JSON representation
A calculator for concrete structures designed with html5, css3 and javascript
- Host: GitHub
- URL: https://github.com/justkahdri/calculatorha
- Owner: justkahdri
- License: gpl-3.0
- Created: 2020-07-18T03:26:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-18T15:45:52.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T09:46:08.039Z (2 months ago)
- Topics: calculator, construction, css, css-grid, html, vanilla-javascript
- Language: JavaScript
- Homepage: https://justkahdri.github.io/CalculatorHA/
- Size: 250 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Project CalculatorHA
Just a place to post my personal projectsFor now is just a project about Concrete Structures.
The purpose is the automation of diverse Math problems.
[Published here](https://justkahdri.github.io/CalculatorHA/)## Columns
You put the weight distribution that holds the column, floors' quantity, the concrete quality and done!
+ Glossary
W = weight in KN
H = HºAº quality
Ag = Column minimum section
Cx and Cy = widths in X axis and Y axis## Beams
The rules are simple, the concrete beam's shouldn't be longer than 7 meters. With this information the code returns the most suitable measures for it.
+ Glossary
h = height
bw = width
d = distance between the edge and the steel bars
## Slabs
Slabs can have steel bars in one or both directions and that depends of his lengh and width (one-direction < 2 <= both-directions)
+ Glossary
x = width
y = lenght
h = height
β = widht-lenght relation## Concrete Wall
+ Glossary
W = weight in KN
H = HºAº quality
Ag = Column minimum section
e = width
p = perimeter
## Bugs known
- There is an image of a slab fixed on the website
---
permalink: /index.html
---