jerbaroo / bridge-sim

Python library for concrete slab bridge simulation.
MIT License
1 stars 0 forks source link

Comments & units in TCL file #82

Open jerbaroo opened 5 years ago

jerbaroo commented 5 years ago
rozsasarpi commented 5 years ago

Units

They make sense. Although I would surely not have different units within the same project (Python and Tcl). Moreover, I would use only SI base units and make a statement that all derived units are built up using the SI base units, no prefixes. For example stress would be N/m^2 = Pa. I think this requires the least amount of information to retain in my head about the unit system, hence for me this would be the least error prone.

rozsasarpi commented 5 years ago

Comments in TCL file

Tutorial - Masonry Structure with Concrete Slab.zip

jerbaroo commented 5 years ago

That's great feedback, thanks!!

jerbaroo commented 4 years ago

Keeping track of a few things that should be cleaned up in the top comment, added two things regarding the current WIP PR #188