-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences.bib
More file actions
1545 lines (1307 loc) · 69.4 KB
/
references.bib
File metadata and controls
1545 lines (1307 loc) · 69.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
% Encoding: x-MacRoman
@Article{Anderson1976effects,
Title = {Effects of stratining on shear modulus of clays},
Author = {Anderson, DG and Richart Jr, FE},
Journal = {Journal of Geotechnical and Geoenvironmental Engineering},
Year = {1976},
Number = {ASCE\# 12428},
Volume = {102}
}
@InCollection{Anderson1978,
Title = {Shear modulus: a time-dependent soil property},
Author = {Anderson, DG and Stokoe, KH},
Booktitle = {Dynamic geotechnical testing},
Publisher = {ASTM International},
Year = {1978}
}
@Article{Assimaki2002equivalent,
Title = {An equivalent linear algorithm with frequency-and pressure-dependent moduli and damping for the seismic analysis of deep sites},
Author = {Assimaki, Dominic and Kausel, Eduardo},
Journal = {Soil Dynamics and Earthquake Engineering},
Year = {2002},
Number = {9},
Pages = {959--965},
Volume = {22},
Publisher = {Elsevier}
}
@Article{Assimaki2000,
Title = {Model for dynamic shear modulus and damping for granular soils},
Author = {Assimaki, Dominic and Kausel, Eduardo and Whittle, Andrew},
Journal = {Journal of Geotechnical and Geoenvironmental Engineering},
Year = {2000},
Number = {10},
Pages = {859--869},
Volume = {126},
Publisher = {American Society of Civil Engineers}
}
@Article{Assimaki2012,
Title = {Site-and ground motion-dependent nonlinear effects in seismological model predictions},
Author = {Assimaki, Dominic and Li, Wei},
Journal = {Soil Dynamics and Earthquake Engineering},
Year = {2012},
Number = {1},
Pages = {143--151},
Volume = {32},
Publisher = {Elsevier}
}
@Article{Assimaki2008quantifying,
Title = {Quantifying nonlinearity susceptibility via site-response modeling uncertainty at three sites in the Los Angeles Basin},
Author = {Assimaki, Dominic and Li, Wei and Steidl, Jamison and Schmedes, Jan},
Journal = {Bulletin of the Seismological Society of America},
Year = {2008},
Number = {5},
Pages = {2364--2390},
Volume = {98},
Publisher = {Seismological Society of America}
}
@Article{Assimaki2007,
Title = {Inverse analysis of weak and strong motion downhole array data from the M w 7.0 Sanriku-Minami earthquake},
Author = {Assimaki, D and Steidl, J},
Journal = {Soil Dynamics and Earthquake Engineering},
Year = {2007},
Number = {1},
Pages = {73--92},
Volume = {27},
Publisher = {Elsevier}
}
@Article{Assimaki2006attenuation,
Title = {Attenuation and velocity structure for site response analyses via downhole seismogram inversion},
Author = {Assimaki, Dominic and Steidl, Jamison and Liu, Peng Cheng},
Journal = {pure and applied geophysics},
Year = {2006},
Number = {1},
Pages = {81--118},
Volume = {163},
Publisher = {Springer}
}
@Book{Bardet2000eera,
Title = {EERA: a computer program for equivalent-linear earthquake site response analyses of layered soil deposits},
Author = {Bardet, JP and Ichii, K and Lin, CH},
Publisher = {University of Southern California, Department of Civil Engineering},
Year = {2000}
}
@Article{Bielak2011,
Title = {Memory-efficient displacement-based internal friction for wave propagation simulation},
Author = {Bielak, Jacobo and Karaoglu, Haydar and Taborda, Ricardo},
Journal = {Geophysics},
Year = {2011},
Number = {6},
Pages = {T131--T145},
Volume = {76},
Owner = {naeem},
Publisher = {Society of Exploration Geophysicists},
Timestamp = {2016.07.11}
}
@Article{Blakeslee1991,
Title = {High-frequency site effects at two Parkfield downhole and surface stations},
Author = {Blakeslee, Sam and Malin, Peter},
Journal = {Bulletin of the Seismological Society of America},
Year = {1991},
Number = {2},
Pages = {332--345},
Volume = {81},
Owner = {naeem},
Publisher = {Seismological Society of America},
Timestamp = {2016.07.02}
}
@Article{Bolisetti2014,
Title = {Equivalent linear and nonlinear site response analysis for design and risk assessment of safety-related nuclear structures },
Author = {Chandrakanth Bolisetti and Andrew S. Whittaker and H. Benjamin Mason and Ibrahim Almufti and Michael Willford},
Journal = {Nuclear Engineering and Design },
Year = {2014},
Pages = {107 - 121},
Volume = {275},
Abstract = {Abstract Site response analysis is a precursor to soil-structure interaction analysis, which is an essential component in the seismic analysis of safety-related nuclear structures. Output from site response analysis provides input to soil-structure interaction analysis. Current practice in calculating site response for safety-related nuclear applications mainly involves the equivalent linear method in the frequency-domain. Nonlinear time-domain methods are used by some for the assessment of buildings, bridges and petrochemical facilities. Several commercial programs have been developed for site response analysis but none of them have been formally validated for large strains and high frequencies, which are crucial for the performance assessment of safety-related nuclear structures. This study sheds light on the applicability of some industry-standard equivalent linear (SHAKE) and nonlinear (DEEPSOIL and LS-DYNA) programs across a broad range of frequencies, earthquake shaking intensities, and sites ranging from stiff sand to hard rock, all with a focus on application to safety-related nuclear structures. Results show that the equivalent linear method is unable to reproduce the high frequency acceleration response, resulting in almost constant spectral accelerations in the short period range. Analysis using LS-DYNA occasionally results in some unrealistic high frequency acceleration ÔnoiseÕ, which can be removed by smoothing the piece-wise linear backbone curve. Analysis using \{DEEPSOIL\} results in abrupt variations in the peak strains of consecutive soil layers. These variations are found to be a consequence of the underlying hysteresis rules. There are differences between the site response predictions from equivalent linear and nonlinear programs, especially for large strains and higher frequencies, which are important for nuclear applications. The acceleration predictions from nonlinear programs are reasonably close for most cases, but the peak strain predictions can be significantly different despite using identical backbone curves. Variability in the predictions of different site response analysis programs is significant for large strains and at higher frequencies, underlining the need for the validation of these programs. Biaxial horizontal site response analyses are also performed for the stiff soil site using LS-DYNA. Results from these analyses show that the inclusion of the orthogonal component of the ground motion in site response analysis can significantly influence the acceleration response. },
Doi = {http://dx.doi.org/10.1016/j.nucengdes.2014.04.033},
ISSN = {0029-5493},
Url = {http://www.sciencedirect.com/science/article/pii/S0029549314002593}
}
@Article{Boore2007,
Title = {Some thoughts on relating density to velocity},
Author = {Boore, David M},
Journal = {Notes on personal web, not published},
Year = {2007},
Owner = {naeem},
Timestamp = {2016.07.02}
}
@Article{Borja2002,
Title = {Ground response in Lotung: total stress analyses and parametric studies},
Author = {Borja, Ronaldo I and Duvernay, Blaise G and Lin, Chao-Hua},
Journal = {Journal of geotechnical and geoenvironmental engineering},
Year = {2002},
Number = {1},
Pages = {54--63},
Volume = {128},
Owner = {naeem},
Publisher = {American Society of Civil Engineers},
Timestamp = {2016.07.07}
}
@Article{Bouckovalas2016,
Title = {Equivalent Linear Computation of Response Spectra for Liquefiable Sites: The Spectral Envelope Method},
Author = {Bouckovalas, George D and Tsiapas, Yannis Z and Zontanou, Vasiliki A and Kalogeraki, Chara G},
Journal = {Journal of Geotechnical and Geoenvironmental Engineering},
Year = {2016},
Pages = {04016115},
Publisher = {American Society of Civil Engineers}
}
@Article{Bradley2011,
Title = {A framework for validation of seismic response analyses using seismometer array recordings},
Author = {Bradley, Brendon A},
Journal = {Soil Dynamics and Earthquake Engineering},
Year = {2011},
Number = {3},
Pages = {512--520},
Volume = {31},
Owner = {naeem},
Publisher = {Elsevier},
Timestamp = {2016.07.03}
}
@Article{Brennan2005,
Title = {Evaluation of shear modulus and damping in dynamic centrifuge tests},
Author = {Brennan, AJ and Thusyanthan, NI and Madabhushi, SP},
Journal = {Journal of Geotechnical and Geoenvironmental Engineering},
Year = {2005},
Number = {12},
Pages = {1488--1497},
Volume = {131},
Publisher = {American Society of Civil Engineers}
}
@Article{Carlton2016comparison,
Title = {Comparison of Equivalent Linear and Nonlinear Site Response Analysis Results and Model to Estimate Maximum Shear Strain},
Author = {Carlton, Brian and Tokimatsu, Kohji},
Journal = {Earthquake Spectra},
Year = {2016},
Number = {3},
Pages = {1867--1887},
Volume = {32},
Publisher = {Earthquake Engineering Research Institute}
}
@Article{Carlton2015,
Title = {Comparison of Equivalent Linear and Nonlinear Site Response Analysis Results and Model to Estimate Maximum Shear Strain},
Author = {Carlton, Brian and Tokimatsu, Kohji},
Journal = {Earthquake Spectra},
Year = {2015},
Publisher = {Earthquake Engineering Research Institute}
}
@Article{Cherian2016,
Title = {Effects of Vibration Cycles on Shear Modulus and Damping of Sand Using Resonant Column Tests},
Author = {Cherian, Achu Catherine and Kumar, Jyant},
Journal = {Journal of Geotechnical and Geoenvironmental Engineering},
Year = {2016},
Number = {12},
Pages = {06016015},
Volume = {142},
Publisher = {American Society of Civil Engineers}
}
@Book{Chopra1995,
Title = {Dynamics of structures},
Author = {Chopra, Anil K and others},
Publisher = {Prentice Hall New Jersey},
Year = {1995},
Volume = {3},
Owner = {naeem},
Timestamp = {2016.07.04}
}
@Article{Clough1993,
Title = {Dynamics of structures. 1993},
Author = {Clough, Ray W and Penzien, Joseph},
Journal = {Copyright of Applied Mechanics \& Materials},
Year = {1993},
Owner = {naeem},
Timestamp = {2016.07.04}
}
@Article{Cramer2004memphis,
Title = {The Memphis, Shelby County, Tennessee, Seismic Hazard Maps},
Author = {Cramer, Chris H and Gomberg, Joan S and Schweig, Eugene S and Waldron, Brian A and Tucker, Kathleen},
Journal = {US Geological Survey Open-File Report},
Year = {2004},
Volume = {1294}
}
@InProceedings{Diaz2008,
Title = {Strain thresholds in soil dynamics},
Author = {D{\'\i}az-Rodr{\'\i}guez, JA and L{\'o}pez-Molina, JA},
Booktitle = {The 14th World Conference on Earthquake Engineering},
Year = {2008},
Pages = {12--17}
}
@Book{Darendeli2001development,
Title = {Development of a new family of normalized modulus reduction and material damping curves},
Author = {Darendeli, Mehmet Baris},
Year = {2001},
Owner = {naeem},
Timestamp = {2016.07.03}
}
@Book{Darendeli2001a,
Title = {Development of a new family of normalized modulus reduction and material damping curves},
Author = {Darendeli, Mehmet Baris},
Year = {2001}
}
@Article{Elgamal2001dynamic,
Title = {Dynamic soil properties, seismic downhole arrays and applications in practice},
Author = {Elgamal, Ahmed and Lai, Tao and Yang, Zhaohui and He, Liangcai},
Year = {2001},
Publisher = {University of Missouri--Rolla}
}
@InProceedings{Faccioli1973microzonation,
Title = {Microzonation criteria and seismic response studies for the city of Managua},
Author = {Faccioli, EE and Santayo, V and Leone, JL},
Booktitle = {Conference proceedings, Earthquake Engineering Research Institute: Managua, Nicaragua, earthquake of December},
Year = {1973},
Number = {1},
Pages = {271--291},
Volume = {23}
}
@Article{Fatahi2013,
Title = {Fully nonlinear versus equivalent linear computation method for seismic analysis of midrise buildings on soft soils},
Author = {Fatahi, Behzad and Tabatabaiefar, S Hamid Reza},
Journal = {International Journal of Geomechanics},
Year = {2013},
Number = {4},
Pages = {04014016},
Volume = {14},
Publisher = {American Society of Civil Engineers}
}
@Article{Fishman1995,
Title = {Laboratory study of seismic free-field response of sand},
Author = {Fishman, KL and Mander, JB and Richards, R},
Journal = {Soil Dynamics and Earthquake Engineering},
Year = {1995},
Number = {1},
Pages = {33--43},
Volume = {14},
Publisher = {Elsevier}
}
@Article{Fukushima1992,
Title = {Measurement of Q- 1 for S waves in mudstone at Chikura, Japan: Comparison of incident and reflected phases in borehole seismograms},
Author = {Fukushima, Yoshimitsu and Kinoshita, Shigeo and Sato, Haruo},
Journal = {Bulletin of the Seismological Society of America},
Year = {1992},
Number = {1},
Pages = {148--163},
Volume = {82},
Owner = {naeem},
Publisher = {Seismological Society of America},
Timestamp = {2016.07.02}
}
@Article{Groholski2014learning,
Title = {Learning of pore pressure response and dynamic soil behavior from downhole array measurements},
Author = {Groholski, David R and Hashash, Youssef MA and Matasovic, Neven},
Journal = {Soil Dynamics and Earthquake Engineering},
Year = {2014},
Pages = {40--56},
Volume = {61},
Publisher = {Elsevier}
}
@InProceedings{Hardin1978,
Title = {The nature of stress-strain behavior for soils},
Author = {Hardin, Bobby O},
Booktitle = {From Volume I of Earthquake Engineering and Soil Dynamics--Proceedings of the ASCE Geotechnical Engineering Division Specialty Conference, June 19-21, 1978, Pasadena, California. Sponsored by Geotechnical Engineering Division of ASCE in cooperation with:},
Year = {1978},
Number = {Proceeding}
}
@Article{Hardin2005,
Title = {Estimating the shear modulus of gravelly soils},
Author = {Hardin, Bobby O and Kalinski, Michael E},
Journal = {Journal of geotechnical and geoenvironmental engineering},
Year = {2005},
Number = {7},
Pages = {867--875},
Volume = {131},
Publisher = {American Society of Civil Engineers}
}
@Article{Hartzell2004,
Title = {Prediction of nonlinear soil effects},
Author = {Hartzell, Stephen and Bonilla, LF and Williams, Robert A},
Journal = {Bulletin of the Seismological Society of America},
Year = {2004},
Number = {5},
Pages = {1609--1629},
Volume = {94},
Publisher = {Seismological Society of America}
}
@Article{Hashash2016deepsoil,
Title = {DEEPSOIL 6.1, User Manual},
Author = {Hashash, Y.M.A. and Musgrove, M.I. and Harmon, J.A. and Groholski, D.R. and Phillips, C.A., and Park, D.},
Journal = {Urbana, IL, Board of Trustees of University of Illinois at Urbana-Champaign},
Year = {2016}
}
@Article{Hashash2002,
Title = {Viscous damping formulation and high frequency motion propagation in non-linear site response analysis},
Author = {Hashash, Youssef MA and Park, Duhee},
Journal = {Soil Dynamics and Earthquake Engineering},
Year = {2002},
Number = {7},
Pages = {611--624},
Volume = {22},
Owner = {naeem},
Publisher = {Elsevier},
Timestamp = {2016.07.03}
}
@Article{Hashash2001,
Title = {Non-linear one-dimensional seismic ground motion propagation in the Mississippi embayment},
Author = {Hashash, Youssef MA and Park, Duhee},
Journal = {Engineering Geology},
Year = {2001},
Number = {1},
Pages = {185--206},
Volume = {62},
Owner = {naeem},
Publisher = {Elsevier},
Timestamp = {2016.07.11}
}
@Article{Haskell1953,
Title = {The dispersion of surface waves on multilayered media},
Author = {Haskell, Norman A},
Journal = {Bulletin of the seismological Society of America},
Year = {1953},
Number = {1},
Pages = {17--34},
Volume = {43},
Owner = {naeem},
Publisher = {Seismological Society of America},
Timestamp = {2016.07.02}
}
@Article{Hayashi1992modeling,
Title = {Modeling of nonlinear stress sixain relations of sands for dynamic response analysis},
Author = {Hayashi, Hiroshi and Honda, Mitsuhiko and Yamada, Takemine and Tatsuoka, Fumio},
Year = {1992}
}
@Article{Hudson1994,
Title = {User's Manual for QUAD4M},
Author = {Hudson, MARTIN and Idriss, IM and Beikae, Mohsen},
Journal = {Center for Geotechnical Modeling, Department of Civil \& Environmental Engineering, University of California, Davis, California, May},
Year = {1994},
Owner = {naeem},
Timestamp = {2016.07.07}
}
@Article{Idriss1970,
Title = {Soil moduli and damping factors for dynamic response analysis},
Author = {Idriss, IM and Seed, HB},
Journal = {Report EERC},
Year = {1970},
Number = {10},
Volume = {70},
Owner = {naeem},
Timestamp = {2016.07.03}
}
@Article{Idriss1992,
Title = {SHAKE91: A computer program for conducting equivalent linear seismic response analyses of horizontally layered soil deposits},
Author = {Idriss, IM and Sun, Joseph I},
Journal = {Center for Geotechnical Modeling, Department of Civil and Environmental Engineering, University of California, Davis, CA},
Year = {1992}
}
@Article{ISHIBASHI1993,
Title = {UNIFIED DYNAMIC SHEAR MODULI AND DAMPING RATIOS OF SAND AND CLAY},
Author = {ISAO ISHIBASHI and XINJIAN ZHANG},
Journal = {SOILS AND FOUNDATIONS},
Year = {1993},
Number = {1},
Pages = {182-191},
Volume = {33},
Doi = {10.3208/sandf1972.33.182}
}
@Article{Ishibashi1993,
Title = {Unified dynamic shear moduli and damping patios of sand and clay.},
Author = {Ishibashi, Isao and Zhang, Xinjian},
Journal = { },
Year = {1993},
Number = {1},
Pages = {182--191},
Volume = {33},
Owner = {naeem},
Publisher = {The Japanese Geotechnical Society},
Timestamp = {2016.07.03}
}
@Book{Ishihara1996soil,
Title = {Soil behaviour in earthquake geotechnics},
Author = {Ishihara, Kenji},
Publisher = {Clarendon Press},
Year = {1996}
}
@Article{Ishihara1986evaluation,
Title = {Evaluation of soil properties for use in earthquake response analysis},
Author = {Ishihara, Kenji},
Year = {1986}
}
@Article{Iswanto2016,
Title = {Comparison of Equivalent Linear and Non Linear Methods on Ground Response Analysis: Case Study at West Bangka Site},
Author = {Iswanto, Eko Rudi and Yee, Eric},
Journal = {Jurnal Pengembangan Energi Nuklir},
Year = {2016},
Number = {1},
Pages = {23--29},
Volume = {18}
}
@InProceedings{Joyner1998equivalent,
Title = {Equivalent-linear ground-response calculations with frequency-dependent damping},
Author = {Joyner, William B and Boore, DM},
Booktitle = {Proc. of 2nd International Symposium on Seismic Hazards and Ground Motion in the Region of Moderate Seismicity},
Year = {1998}
}
@Article{Joyner1975,
Title = {Calculation of nonlinear ground response in earthquakes},
Author = {Joyner, William B and Chen, Albert TF},
Journal = {Bulletin of the Seismological Society of America},
Year = {1975},
Number = {5},
Pages = {1315--1336},
Volume = {65},
Owner = {naeem},
Publisher = {Seismological Society of America},
Timestamp = {2016.07.11}
}
@Article{Kaklamanos2015,
Title = {Comparison of 1D linear, equivalent-linear, and nonlinear site response models at six KiK-net validation sites },
Author = {James Kaklamanos and Laurie G. Baise and Eric M. Thompson and Luis Dorfmann},
Journal = {Soil Dynamics and Earthquake Engineering },
Year = {2015},
Pages = {207 - 219},
Volume = {69},
Abstract = {Abstract Vertical seismometer arrays represent a unique interaction between observed and predicted ground motions, and they are especially helpful for validating and comparing site response models. In this study, we perform comprehensive linear, equivalent-linear, and nonlinear site response analyses of 191 ground motions recorded at six validation sites in the KibanÐKyoshin network (KiK-net) of vertical seismometer arrays in Japan. These sites, which span a range of geologic conditions, are selected because they meet the basic assumptions of one-dimensional (1D) wave propagation, and are therefore ideal for validating and calibrating 1D nonlinear soil models. We employ the equivalent-linear site response program SHAKE, the nonlinear site response program DEEPSOIL, and a nonlinear site response overlay model within the general finite element program Abaqus/Explicit. Using the results from this broad range of ground motions, we quantify the uncertainties of the alternative site response models, measure the strain levels at which the models break down, and provide general recommendations for performing site response analyses. Specifically, we find that at peak shear strains from 0.01% to 0.1%, linear site response models fail to accurately predict short-period ground motions; equivalent-linear and nonlinear models offer a significant improvement at strains beyond this level, with nonlinear models exhibiting a slight improvement over equivalent-linear models at strains greater than approximately 0.05%. },
Doi = {http://dx.doi.org/10.1016/j.soildyn.2014.10.016},
ISSN = {0267-7261},
Keywords = {Earthquake ground motion},
Url = {http://www.sciencedirect.com/science/article/pii/S0267726114002188}
}
@Article{Kaklamanos2013critical,
Title = {Critical Parameters Affecting Bias and Variability in Site-Response Analyses Using KiK-net Downhole Array Data},
Author = {Kaklamanos, James and Bradley, Brendon A and Thompson, Eric M and Baise, Laurie G},
Journal = {Bulletin of the Seismological Society of America},
Year = {2013},
Number = {3},
Pages = {1733--1749},
Volume = {103},
Owner = {naeem},
Publisher = {Seismological Society of America},
Timestamp = {2016.07.02}
}
@InProceedings{Kaklamanos2014modeling,
Title = {Modeling dynamic site response using the overlay concept},
Author = {Kaklamanos, James and Dorfmann, Luis and Baise, Laurie G},
Booktitle = {Geo-Congress 2014: Geo-characterization and Modeling for Sustainability},
Year = {2014},
Pages = {1167--1176}
}
@Article{Kallioglou2009,
Title = {Shear modulus and damping ratio of organic soils},
Author = {Kallioglou, P and Tika, Th and Koninis, G and Pitilakis, K and others},
Journal = {Geotechnical and Geological Engineering},
Year = {2009},
Number = {2},
Pages = {217--235},
Volume = {27},
Publisher = {Springer}
}
@Article{Kallioglou2008,
Title = {Shear modulus and damping ratio of cohesive soils},
Author = {Kallioglou, P and Tika, TH and Pitilakis, K},
Journal = {Journal of Earthquake Engineering},
Year = {2008},
Number = {6},
Pages = {879--913},
Volume = {12},
Publisher = {Taylor \& Francis}
}
@Article{Kausel2002,
Title = {Seismic simulation of inelastic soils via frequency-dependent moduli and damping},
Author = {Kausel, Eduardo and Assimaki, Dominic},
Journal = {Journal of Engineering Mechanics},
Year = {2002},
Number = {1},
Pages = {34--47},
Volume = {128},
Owner = {naeem},
Publisher = {American Society of Civil Engineers},
Timestamp = {2016.07.02}
}
@Article{Kim2013site,
Title = {Site response analysis using downhole array recordings during the March 2011 Tohoku-Oki earthquake and the effect of long-duration ground motions},
Author = {Kim, Byungmin and Hashash, Youssef MA},
Journal = {Earthquake Spectra},
Year = {2013},
Number = {s1},
Pages = {S37--S54},
Volume = {29},
Publisher = {Earthquake Engineering Research Institute}
}
@Article{Kim1981dynamic,
Title = {Dynamic properties of some cohesive soils of Ontario},
Author = {Kim, TC and Novak, M},
Journal = {Canadian Geotechnical Journal},
Year = {1981},
Number = {3},
Pages = {371--389},
Volume = {18},
Publisher = {NRC Research Press}
}
@Article{Kishida2016,
Title = {Comparison and Correction of Modulus Reduction Models for Clays and Silts},
Author = {Kishida, Tadahiro},
Journal = {Journal of Geotechnical and Geoenvironmental Engineering},
Year = {2016},
Pages = {04016110},
Publisher = {American Society of Civil Engineers}
}
@Article{koutsoftas1980,
Title = {Dynamic properties of two marine clays},
Author = {Koutsoftas, Demetrious C and Fisher, JA},
Journal = {Journal of Geotechnical and Geoenvironmental Engineering},
Year = {1980},
Number = {ASCE 15499},
Volume = {106}
}
@Book{Kramer1996geotechnical,
Title = {Geotechnical earthquake engineering},
Author = {Kramer, Steven L},
Publisher = {Pearson Education India},
Year = {1996},
Owner = {naeem},
Timestamp = {2016.07.03}
}
@Book{Kramer1996a,
Title = {Geotechnical earthquake engineering},
Author = {Kramer, Steven L},
Publisher = {Pearson Education India},
Year = {1996}
}
@InProceedings{Kwak2008,
Title = {Comparison of frequency dependent equivalent linear analysis methods},
Author = {Kwak, Dong-Yeop and Jeong, Chang-Gyun and Park, Duhee and Park, Sisam},
Booktitle = {The 14th World Conference on Earthquake Engineering},
Year = {2008},
Pages = {8}
}
@Article{Kwok2006,
Title = {Evaluation of the effectiveness of theoretical 1D amplification factors for earthquake ground-motion prediction},
Author = {Kwok, Annie O and Stewart, Jonathan P},
Journal = {Bulletin of the Seismological Society of America},
Year = {2006},
Number = {4A},
Pages = {1422--1436},
Volume = {96},
Publisher = {Seismological Society of America}
}
@Article{Kwok2008,
Title = {Nonlinear ground-response analysis of Turkey flat shallow stiff-soil site to strong ground motion},
Author = {Kwok, Annie OL and Stewart, Jonathan P and Hashash, Youssef MA},
Journal = {Bulletin of the Seismological Society of America},
Year = {2008},
Number = {1},
Pages = {331--343},
Volume = {98},
Owner = {naeem},
Publisher = {Seismological Society of America},
Timestamp = {2016.07.02}
}
@Article{Kwok2007,
Title = {Use of exact solutions of wave propagation problems to guide implementation of nonlinear seismic ground response analysis procedures},
Author = {Kwok, Annie OL and Stewart, Jonathan P and Hashash, Youssef MA and Matasovic, Neven and Pyke, Robert and Wang, Zhiliang and Yang, Zhaohui},
Journal = {Journal of Geotechnical and Geoenvironmental Engineering},
Year = {2007},
Number = {11},
Pages = {1385--1398},
Volume = {133},
Owner = {naeem},
Publisher = {American Society of Civil Engineers},
Timestamp = {2016.07.08}
}
@Article{Laird1993,
Title = {Dynamic properties of remolded and undisturbed soil samples tested at high confining pressures},
Author = {Laird, JP and Stokoe, KH},
Journal = {Geotechnical Engineering Report GR93-6, Electrical Power Research Institute, Palo Alto, California},
Year = {1993}
}
@Article{Lanzo1997,
Title = {Reduction of shear modulus at small strains in simple shear},
Author = {Lanzo, G and Vucetic, M and Doroudian, M},
Journal = {Journal of Geotechnical and Geoenvironmental Engineering},
Year = {1997},
Number = {11},
Pages = {1035--1042},
Volume = {123},
Publisher = {American Society of Civil Engineers}
}
@InProceedings{Lasley2014,
Title = {Comparison of equivalent-linear site response analysis software},
Author = {Lasley, SJ and Green, RA and Rodriguez-Marek, A},
Booktitle = {Proc., 10th US National Conf. on Earthquake Engineering},
Year = {2014}
}
@Article{Li1992,
Title = {SUMDES: A nonlinear procedure for response analysis of horizontally-layered sites subjected to multi-directional earthquake loading},
Author = {Li, XS and Wang, ZL and Shen, CK},
Journal = {Department of Civil Engineering, University of California, Davis},
Year = {1992},
Pages = {86}
}
@Article{Li1998,
Title = {Effects of vibration history on modulus and damping of dry sand},
Author = {Li, XS and Yang, WL},
Journal = {Journal of geotechnical and geoenvironmental engineering},
Year = {1998},
Number = {11},
Pages = {1071--1081},
Volume = {124},
Publisher = {American Society of Civil Engineers}
}
@Article{Matasovic2010,
Title = {D-MOD2000: A computer program for seismic response analysis of horizontally layered soil deposits, earthfill dams, and solid waste landfills},
Author = {Matasovi{\'c}, N and Ord{\'o}{\~n}ez, GA},
Journal = {User's Manual, GeoMotions, LLC, Lacey, Washington},
Year = {2010}
}
@Article{Matasovic1995generalized,
Title = {Generalized cyclic-degradation-pore-pressure generation model for clays},
Author = {Matasovi{\'c}, Neven and Vucetic, Mladen},
Journal = {Journal of geotechnical engineering},
Year = {1995},
Number = {1},
Pages = {33--42},
Volume = {121},
Publisher = {American Society of Civil Engineers}
}
@Book{Matasovic1993analysis,
Title = {Analysis of seismic records obtained on November 24, 1987 at the Wildlife Liquefaction Array},
Author = {Matasovic, Jasmina and Vucetic, Mladen},
Publisher = {Department of Civil Engineering, University of California, Los Angeles},
Year = {1993}
}
@Book{Matasovic2012practices,
Title = {Practices and Procedures for Site-Specific Evaluations of Earthquake Ground Motions},
Author = {Matasovic, Neven and Hashash, Youssef},
Year = {2012},
Number = {Project 20-05 (Topic 42-03)}
}
@InProceedings{Newmark1959,
Title = {A method of computation for structural dynamics},
Author = {Newmark, Nathan Mortimore},
Booktitle = {Proc. ASCE},
Year = {1959},
Number = {3},
Pages = {67--94},
Volume = {85},
Owner = {naeem},
Timestamp = {2016.07.04}
}
@Article{ni1997,
Title = {Characteristics of nonlinear response of deep saturated soil deposits},
Author = {Ni, Shean-Der and Siddharthan, Raj V and Anderson, John G},
Journal = {Bulletin of the Seismological Society of America},
Year = {1997},
Number = {2},
Pages = {342--355},
Volume = {87},
Publisher = {Seismological Society of America}
}
@Article{Okur2007,
Title = {Stiffness degradation of natural fine grained soils during cyclic loading },
Author = {D.V. Okur and A. Ansal},
Journal = {Soil Dynamics and Earthquake Engineering },
Year = {2007},
Number = {9},
Pages = {843 - 854},
Volume = {27},
Doi = {http://dx.doi.org/10.1016/j.soildyn.2007.01.005},
ISSN = {0267-7261},
Keywords = {Fine grained soils},
Url = {http://www.sciencedirect.com/science/article/pii/S026772610700022X}
}
@Misc{Ordonez2000,
Title = {SHAKE2000: A computer program for the 1D analysis of geotechnical earthquake engineering problems},
Author = {Ord{\'o}{\~n}ez, Gustavo A},
Year = {2000}
}
@Article{Park2008,
Title = {Rate-dependent soil behavior in seismic site response analysis},
Author = {Park, Duhee and Hashash, Youssef MA},
Journal = {Canadian Geotechnical Journal},
Year = {2008},
Number = {4},
Pages = {454--469},
Volume = {45},
Owner = {naeem},
Publisher = {NRC Research Press},
Timestamp = {2016.07.02}
}
@Article{Park2008rate,
Title = {Rate-dependent soil behavior in seismic site response analysis},
Author = {Park, Duhee and Hashash, Youssef MA},
Journal = {Canadian Geotechnical Journal},
Year = {2008},
Number = {4},
Pages = {454--469},
Volume = {45},
Publisher = {NRC Research Press}
}
@Article{Park2004,
Title = {Soil damping formulation in nonlinear time domain site response analysis},
Author = {Park, Duhee and Hashash, Youssef MA},
Journal = {Journal of Earthquake Engineering},
Year = {2004},
Number = {02},
Pages = {249--274},
Volume = {8},
Owner = {naeem},
Publisher = {World Scientific},
Timestamp = {2016.07.07}
}
@Article{Phanikanth2011,
Title = {Equivalent-Linear Seismic Ground Response Analysis of Some Typical Sites in Mumbai},
Author = {Phanikanth, V. S.
and Choudhury, Deepankar
and Rami Reddy, G.},
Journal = {Geotechnical and Geological Engineering},
Year = {2011},
Number = {6},
Pages = {1109},
Volume = {29},
Abstract = {Any earthquake event is associated with a rupture mechanism at the source, propagation of seismic waves through underlying rock and finally these waves travel through the soil layers to the particular site of interest. The bedrock motion is significantly modified at the ground surface due to the presence of local soil layers above the bedrock beneath the site of interest. The estimation of the amplifications in ground response due to the local soil sites is a complex problem to the designers and the problem is more important for mega cities like Mumbai in India, where huge population may get affected due to devastations of earthquake. In the present study, the effect of local soil sites in modifying ground response is studied by performing one dimensional equivalent-linear ground response analysis for some of the typical Mumbai soil sites. Field borelog data of some typical sites in Mumbai city viz. Mangalwadi site, Walkeswar site, BJ Marg near Pandhari Chawl site are considered in this study. The ground responses are observed for range of input motions and the results are presented in terms of surface acceleration time history, ratio of shear stress to vertical effective stress versus time, acceleration response spectrum, Fourier amplitude ratio versus frequency etc. The typical amplifications of ground accelerations considering four strong ground motions with wide variation of low to high MHA, frequency contents and durations are obtained. Results show that MHA, bracketed duration, frequency content have significant effects on the amplification of seismic accelerations for typical 2001 Bhuj motion. The peak ground acceleration amplification factors are found to be about 2.50 for Mangalwadi site, 2.60 for Walkeswar site and 3.45 for BJ Marg site using 2001 Bhuj input motion. The response spectrum along various soil layers are obtained which will be useful for designers for earthquake resistant design of geotechnical structures in Mumbai for similar sites in the absence of site specific data.},
Doi = {10.1007/s10706-011-9443-8},
ISSN = {1573-1529},
Url = {http://dx.doi.org/10.1007/s10706-011-9443-8}
}
@Book{Pinheiro2006,
Title = {Mixed-effects models in S and S-PLUS},
Author = {Pinheiro, Jose and Bates, Douglas},
Publisher = {Springer Science \& Business Media},
Year = {2006},
Owner = {naeem},
Timestamp = {2016.07.03}
}
@Article{pinheiro2007linear,
Title = {Linear and nonlinear mixed effects models},
Author = {Pinheiro, Jose and Bates, Douglas and DebRoy, Saikat and Sarkar, Deepayan and others},
Journal = {R package version},
Year = {2007},
Pages = {57},
Volume = {3}
}
@Article{Pyke1993,
Title = {TESS: A computer program for nonlinear ground response analysis: User's Manual},
Author = {Pyke, R and Beikae, M},
Journal = {Taga Engineering Software Services, Berkeley, California},
Year = {1993}
}
@Article{Rathje2001,
Title = {One-and two-dimensional seismic analysis of solid-waste landfills},
Author = {Rathje, Ellen M and Bray, Jonathan D},
Journal = {Canadian Geotechnical Journal},
Year = {2001},
Number = {4},
Pages = {850--862},
Volume = {38},
Owner = {naeem},
Publisher = {NRC Research Press},
Timestamp = {2016.07.07}
}
@Article{rezaei2015,
Title = {Site effect assessment using microtremor measurement, equivalent linear method, and artificial neural network (case study: Babol, Iran)},
Author = {Rezaei, Sadegh and Choobbasti, Asskar Janalizadeh and Kutanaei, Saman Soleimani},
Journal = {Arabian Journal of Geosciences},
Year = {2015},
Number = {3},
Pages = {1453--1466},
Volume = {8},
Publisher = {Springer}
}
@Article{Romero2001,
Title = {Regional variations in near surface shear wave velocity in the greater Memphis area},
Author = {Romero, Salome and Rix, Glenn J},
Journal = {Engineering Geology},
Year = {2001},
Number = {1},
Pages = {137--158},
Volume = {62},
__markedentry = {[naeem:]},
Owner = {naeem},
Publisher = {Elsevier},
Timestamp = {2016.07.11}
}
@Article{Satoh2001,
Title = {Inversion of Strain-Dependent Nonlinear Characteristics of Soils Using Weak and Strong Motions Observed by Borehole Sites in {Japan}},
Author = {Satoh, T. and Fushimi, M. and Tatsumi, Y.},
Journal = {Bulletin of the Seismological Society of America},
Year = {2001},
Month = {Apr},
Number = {2},
Pages = {365-380},
Volume = {91},
__markedentry = {[naeem:6]},
Doi = {10.1785/0120000049},
ISSN = {0037-1106},
Owner = {naeem},
Publisher = {Seismological Society of America (SSA)},
Timestamp = {2017.01.12},
Url = {http://dx.doi.org/10.1785/0120000049}
}
@Manual{Schnabel1972a,
Title = {SHAKE--A computer program for response analysis of horizontally layered sites, Report No. EERC 72-12},
Author = {Schnabel, PB and Lysmer, J and Seed, HB},
Year = {1972},
Journal = {Univ. of California at Berkeley},
Owner = {naeem},
Timestamp = {2016.07.03}