key design outcomes table, braking-load sub-rows, and chapter-local key ownership - #323
Open
OmPathania21 wants to merge 5 commits into
Open
key design outcomes table, braking-load sub-rows, and chapter-local key ownership#323OmPathania21 wants to merge 5 commits into
OmPathania21 wants to merge 5 commits into
Conversation
…them in there repective chapter files
…ehicle considered and Eccentricity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Report improvements across the Executive Summary and Chapter 3, plus a cleanup that
moves report key handling into the chapter modules that use it.
Changes
Component | Controlling Check | Utilization Ratio | Statustable, driven by theworst utilization found in the girder, cross-bracing, end-diaphragm, and deck
results. Failing components (UR > 1.0) render in red.
Vehicles Considered,Braking Load Value, andEccentricitysub-rows. Class SV follows its own braking opt-inrather than the live-load selection.
instead of raw input keys (they were previously blank); unit superscripts emitted
as
\textsuperscript{2}instead of literal²so LaTeX compiles.KEY_*import block fromreport_generator.py(
KEY_DESIGN_MODE,KEY_SPAN,KEY_TL_BRIDGE_TEMP_MIN/MAX,KEY_TL_HIGHEST_MAX_TEMP,KEY_TL_LOWEST_MIN_TEMP,KEY_TL_TEMP_RISE/FALL) —the temperature block and its IRC 6 Cl. 215.2 fallback now live in
ch3_loads(),which takes
output_dictand reads/writes those keys directly. Also drops theunused
span_mparameter fromch4_analysis()and the deadspan_m/is_customlocals.