Returns all processed nonlinear direct stress-strain relationships in the format of axial strain - axial force.
Value = GetProcessedDirectStressStrainData(
revdbm,
revdbf,
table_no,
no_points,
processed_data)
Argument |
Description |
|
revdbm |
Revision number of the motion database file. Integer scalar (input) |
|
revdbf |
Revision number of the force database file. Integer scalar (input) |
|
table_no |
Nonlinear material table number. Integer scalar (input) |
|
no_points |
Number of data points. Dimension of the processed_data array. Integer scalar (input) |
|
processed_data |
Real array of dimensions (2,no_points) (output). |
|
First Index |
Value represents |
|
1 |
Axial Strain |
|
2 |
Axial Force |
Value |
Description |
A negative value |
Requested table was not found |
0 |
Successful |
A positive value |
Minimum array dimension (no_points) to hold all data. Array is not filled in. Call this function again substituting this value in no_points. |