-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Doing some testing
# Flächenmoment 2. Grades für den Beton
I_cII = (b_w * x_II**3 / 12 + b_w * x_II * (x_II / 2) ** 2).to(un.mm**4)
# Flächenmoment 2. Grades für den Betonstahl
I_sII = (a_s * b_w * n * (d_x - x_II) ** 2).to(un.mm**4)
# Flächenmoment 2. Grades für den gerissenen Querschnitt
I_II = (I_cII + I_sII).to(un.mm**4)
put_out(symbolic=True, rows=1, evaluate=False)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
