Does anyone know how to print an array with variable dimensions in VB?
The following code won't do what I want, it outputs only one column, not rj (10 here) columns.
Open "debug.txt" For Output As #1
rm=10
rj=10
For i = 1 To rm
For j = 1 To rj
Print #1, my_array(i,j)...
In ASD steel manual, ninth edition, page 5-54, equation H1-1:
fa/Fa+Cmx fbx/((1-fa/Fex')Fbx) +Cmy fby/((1-fa/Fey')Fby)<=1.0
Should "Cm/(1-fa/Fex')" or "Cm/(1-fa/Fey')" be always greater than 1.0?
Jack McCormac's "structural steel design ASD method" book metioned...
Normally soil overconsolidation ratio (OCR) is related to CPT data as: OCR = k (qc - rD)/(r'D)
Where qc = cone resistance
r = soil unit weight
r' = effective soil unit weight
D = penetration
k = constant
Several references mentioned that the range of k is 0.2...