|
32 | 32 |
|
33 | 33 | # Add a load
|
34 | 34 | plastic_beam.add_node_load('N3', 'FY', -0.0001, 'D')
|
35 |
| -plastic_beam.add_node_load('N2', 'FY', -0.3*259.3, 'Push') |
36 |
| -plastic_beam.add_node_load('N3', 'FX', -1*259.3, 'Push') |
| 35 | +plastic_beam.add_node_load('N2', 'FY', -0.3*325.7, 'Push') |
| 36 | +plastic_beam.add_node_load('N3', 'FX', -1*325.7, 'Push') |
37 | 37 |
|
38 | 38 | # Add a load combination
|
39 | 39 | plastic_beam.add_load_combo('1.4D', {'D':1.4})
|
40 |
| -plastic_beam.add_load_combo('Pushover', {'Push':0.05}) |
| 40 | +plastic_beam.add_load_combo('Pushover', {'Push':0.01}) |
41 | 41 |
|
42 | 42 | # Analyze the model
|
43 |
| -plastic_beam._not_ready_yet_analyze_pushover(log=True, check_stability=False, push_combo='Pushover', max_iter=30, tol=0.01, sparse=True, combo_tags=None) |
| 43 | +plastic_beam._not_ready_yet_analyze_pushover(log=True, check_stability=False, push_combo='Pushover', max_iter=30, sparse=True, combo_tags=None) |
44 | 44 |
|
45 | 45 | # Plot the moment diagram
|
46 | 46 | # plastic_beam.Members['M1'].plot_shear('Fy', '1.4D')
|
47 |
| -# plastic_beam.Members['M1'].plot_moment('Mz', '1.4D') |
| 47 | +plastic_beam.Members['M1'].plot_moment('Mz', '1.4D') |
48 | 48 | # plastic_beam.Members['M1'].plot_deflection('dy', '1.4D')
|
49 | 49 |
|
50 | 50 | # Render the model
|
|
0 commit comments