We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think we should introduce some sort of error statement into the ISoilUtils::computeGQHBackbone object for the case where the user inputs some combination of theta_1, ..., theta_5 which results in theta (line 119) being greater than 1. According to Simplified Model for Small-Strain Nonlinearity and Strength in 1D Seismic Site Response Analysis, it is a requirement that the model-fitting function be less than or equal to 1.
ISoilUtils::computeGQHBackbone
theta_1
theta_5
theta
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think we should introduce some sort of error statement into the
ISoilUtils::computeGQHBackbone
object for the case where the user inputs some combination oftheta_1
, ...,theta_5
which results intheta
(line 119) being greater than 1. According to Simplified Model for Small-Strain Nonlinearity andStrength in 1D Seismic Site Response Analysis, it is a requirement that the model-fitting function be less than or equal to 1.
The text was updated successfully, but these errors were encountered: