Skip to content

Commit 8881edf

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent 8ba750a commit 8881edf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118

119119
######################################################## user parameters ########################################################
120120

121-
n = st.number_input('**n**: Ratio between spectral ordinates **Sa(T = 0.1 s)** and **PGA**:', value=2.48, step=0.1)
121+
n = st.number_input('**n**: Ratio between spectral ordinates **Sa(T = 0.1 s)** and **PGA**:', value=2.40, step=0.1)
122122
z = st.number_input('**z**: Maximum expected acceleration (fraction of gravitational acceleration):', value=0.4, step=0.1)
123123

124124
# Create a grid layout with a maximum of 5 columns
@@ -135,7 +135,7 @@
135135

136136
with col3:
137137
fs = st.number_input('**fs**: Soil non-linearity amplification factor:', value=1.11, step=0.1)
138-
R = st.number_input('**R**: Seismic response reduction factor:', value=6.0, step=0.5)
138+
R = st.number_input('**R**: Seismic response reduction factor:', value=7.0, step=0.5)
139139

140140
with col4:
141141
I = st.number_input('**I**: Importance coefficient [for different structures]:', value=1.0, step=0.1)

0 commit comments

Comments
 (0)