-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbibliography.bib
2295 lines (2105 loc) · 148 KB
/
bibliography.bib
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
% CHAPTER 1: INTRODUCTION
@techreport{brey_development_2001,
address = {Vienna, Austria},
title = {Development {History} of the {Gas} {Turbine} {Modular} {High} {Temperature} {Reactor}},
abstract = {The development of the high temperature gas cooled reactor (HTGR) as an environmentally agreeable
and efficient power source to support the generation of electricity and achieve a broad range of high
temperature industrial applications has been an evolutionary process spanning over four decades. This process has included ongoing major development in both the HTGR as a nuclear energy source and
associated power conversion systems from the steam cycle to the gas turbine. This paper follows the development process progressively through individual plant designs from early research of the 1950s to the present focus on the gas turbine modular HTGR.},
number = {IAEA-TECDOC--1238},
author = {Brey, H.L.},
month = aug,
year = {2001},
file = {Brey - 2001 - Development History of the Gas Turbine Modular Hig.pdf:/home/roberto/Zotero/storage/2II77DPZ/Brey - 2001 - Development History of the Gas Turbine Modular Hig.pdf:application/pdf}
}
@techreport{iaea_current_2001,
address = {Vienna, Austria},
title = {Current status and future development of modular high temperature gas cooled reactor technology},
url = {https://inis.iaea.org/collection/NCLCollectionStore/_Public/32/018/32018305.pdf?r=1},
number = {IAEA-TECDOC--1198},
institution = {IAEA},
author = {IAEA},
month = feb,
year = {2001},
pages = {267},
file = {IAEA - 2001 - Current status and future development of modular h.pdf:/home/roberto/Zotero/storage/7S5NPH39/IAEA - 2001 - Current status and future development of modular h.pdf:application/pdf}
}
@misc{demkowickz_triso_2019,
address = {Idaho Falls, ID},
type = {{NRC} {HTGR} {Training}},
title = {{TRISO} {Fuel}: {Design}, {Manufacturing}, and {Performance}},
url = {https://inldigitallibrary.inl.gov/sites/sti/sti/Sort_24838.pdf},
author = {Demkowickz, Paul},
month = jul,
year = {2019},
file = {Demkowickz, Paul - 2019 - TRISO Fuel Design, Manufacturing, and Performance.pdf:/home/roberto/Zotero/storage/SW8FW2JS/Demkowickz, Paul - 2019 - TRISO Fuel Design, Manufacturing, and Performance.pdf:application/pdf}
}
@phdthesis{huning_steady_2014,
address = {Atlanta, GA},
type = {Masters of {Science} in {Nuclear} {Engineering}},
title = {A {STEADY} {STATE} {THERMAL} {HYDRAULIC} {ANALYSIS} {METHOD} {FOR} {PRISMATIC} {GAS} {REACTORS}},
school = {Georgia Institute of Technology},
author = {Huning, Alexander J},
month = may,
year = {2014},
file = {Huning - 2014 - A STEADY STATE THERMAL HYDRAULIC ANALYSIS METHOD F.pdf:/home/roberto/Zotero/storage/BZM94PJ8/Huning - 2014 - A STEADY STATE THERMAL HYDRAULIC ANALYSIS METHOD F.pdf:application/pdf}
}
@article{hales_multidimensional_2013,
title = {Multidimensional multiphysics simulation of {TRISO} particle fuel},
volume = {443},
issn = {00223115},
url = {https://linkinghub.elsevier.com/retrieve/pii/S0022311513009586},
doi = {10.1016/j.jnucmat.2013.07.070},
abstract = {Multidimensional multiphysics analysis of TRISO-coated particle fuel using the BISON finite element nuclear fuels code is described. The governing equations and material models applicable to particle fuel and implemented in BISON are outlined. Code verification based on a recent IAEA benchmarking exercise is described, and excellent comparisons are reported. Multiple TRISO-coated particles of increasing geometric complexity are considered. The code’s ability to use the same algorithms and models to solve problems of varying dimensionality from 1D through 3D is demonstrated. The code provides rapid solutions of 1D spherically symmetric and 2D axially symmetric models, and its scalable parallel processing capability allows for solutions of large, complex 3D models. Additionally, the flexibility to easily include new physical and material models and straightforward ability to couple to lower length scale simulations makes BISON a powerful tool for simulation of coated-particle fuel. Future code development activities and potential applications are identified.},
language = {en},
number = {1-3},
urldate = {2020-06-24},
journal = {Journal of Nuclear Materials},
author = {Hales, J.D. and Williamson, R.L. and Novascone, S.R. and Perez, D.M. and Spencer, B.W. and Pastore, G.},
month = nov,
year = {2013},
pages = {531--543},
file = {Hales et al. - 2013 - Multidimensional multiphysics simulation of TRISO .pdf:/home/roberto/Zotero/storage/VFPEIGKR/Hales et al. - 2013 - Multidimensional multiphysics simulation of TRISO .pdf:application/pdf}
}
@techreport{ballinger_balance_2004,
title = {Balance of {Plant} {System} {Analysis} and {Component} {Design} of {Turbo}-{Machinery} for {High} {Temperature} {Gas} {Reactor} {Systems}},
url = {http://www.osti.gov/servlets/purl/828709/},
language = {en},
number = {828709},
urldate = {2020-07-17},
institution = {Massachusetts Institute of Technology, Northern Engineering and Research},
author = {Ballinger, Ronald G. and Wang, Chun Yun and Kadak, Andrew and Todreas, Neil and Mirick, Bradley and Demetri, Eli and Koronowski, Martin},
month = aug,
year = {2004},
doi = {10.2172/828709},
pages = {828709},
file = {Ballinger et al. - 2004 - Balance of Plant System Analysis and Component Des.pdf:/home/roberto/Zotero/storage/SGU4ZH2F/Ballinger et al. - 2004 - Balance of Plant System Analysis and Component Des.pdf:application/pdf}
}
@article{neylan_modular_1988,
title = {The modular high temperature gas-cooled reactor ({MHTGR}) in the {U}.{S}.},
volume = {109},
issn = {00295493},
url = {https://linkinghub.elsevier.com/retrieve/pii/002954938890146X},
doi = {10.1016/0029-5493(88)90146-X},
language = {en},
number = {1-2},
urldate = {2020-07-17},
journal = {Nuclear Engineering and Design},
author = {Neylan, A.J. and Graf, D.V. and Millunzi, A.C.},
month = sep,
year = {1988},
pages = {99--105},
file = {Neylan et al. - 1988 - The modular high temperature gas-cooled reactor (M.pdf:/home/roberto/Zotero/storage/I7J4LXZZ/Neylan et al. - 1988 - The modular high temperature gas-cooled reactor (M.pdf:application/pdf}
}
@article{herranz_power_2009,
title = {Power cycle assessment of nuclear high temperature gas-cooled reactors},
volume = {29},
issn = {13594311},
url = {https://linkinghub.elsevier.com/retrieve/pii/S1359431108003463},
doi = {10.1016/j.applthermaleng.2008.08.006},
abstract = {This century power engineering is facing up to one of the greatest challenges ever posed to humankind: the achievement of a sustainable energy system. In order to respond to this challenge, Nuclear Technology is designing a new generation of power plants termed Generation IV, among them High Temperature Gas-cooled Reactors stand out for their potential capability to achieve an excellent thermal performance. This paper investigates the thermal and economic performance of several direct Brayton cycle configurations that could be used in future HTGRs, with special attention to the effects of intercooling and reheating. Among the hypotheses and assumptions taken, the adoption of the PBMR reactor parameters and settings as a reference is particularly important. All inter-cooled layouts have shown thermal efficiencies near or even higher than 50\%, which means a substantial improvement with respect to non-intercooled baselines with no economic penalties. Reheating has been shown not to affect remarkably the thermal or economic plant performance under base-load operation, but it provides the plant with such a flexibility that allows its operation under the “load-follow” regime without heavily taxing the thermal or economic performance. Anyway, use of a multiple axes configuration instead of a single one seems to worsen plant economics and not to entail any thermal benefit.},
language = {en},
number = {8-9},
urldate = {2020-06-24},
journal = {Applied Thermal Engineering},
author = {Herranz, L.E. and Linares, J.I. and Moratilla, B.Y.},
month = jun,
year = {2009},
pages = {1759--1765},
file = {Herranz et al. - 2009 - Power cycle assessment of nuclear high temperature.pdf:/home/roberto/Zotero/storage/RBKXUSL5/Herranz et al. - 2009 - Power cycle assessment of nuclear high temperature.pdf:application/pdf}
}
@incollection{breeze_nuclear_2014,
title = {Nuclear {Power}},
isbn = {978-0-08-098330-1},
url = {https://linkinghub.elsevier.com/retrieve/pii/B978008098330100017X},
language = {en},
urldate = {2020-07-17},
booktitle = {Power {Generation} {Technologies}},
publisher = {Elsevier},
author = {Breeze, Paul},
year = {2014},
doi = {10.1016/B978-0-08-098330-1.00017-X},
pages = {353--378},
file = {Breeze - 2014 - Nuclear Power.pdf:/home/roberto/Zotero/storage/VP3IH6MR/Breeze - 2014 - Nuclear Power.pdf:application/pdf}
}
@article{silady_licensing_1988,
title = {The licensing experience of the {Modular} {High}-{Temperature} {Gas}-{Cooled} {Reactor} ({MHTGR})},
volume = {16},
issn = {03605442},
url = {https://linkinghub.elsevier.com/retrieve/pii/036054429190120B},
doi = {10.1016/0360-5442(91)90120-B},
language = {en},
number = {1-2},
urldate = {2020-07-17},
journal = {Energy},
author = {Silady, F.A. and Cunliffe, J.C. and Walker, L.P.},
month = sep,
year = {1988},
pages = {417--424},
file = {Silady et al. - 1991 - The licensing experience of the Modular High-Tempe.pdf:/home/roberto/Zotero/storage/BEKGWIY8/Silady et al. - 1991 - The licensing experience of the Modular High-Tempe.pdf:application/pdf}
}
@article{rohde_development_2012,
title = {Development and verification of the coupled {3D} neutron kinetics/thermal-hydraulics code {DYN3D}-{HTR} for the simulation of transients in block-type {HTGR}},
volume = {251},
issn = {00295493},
url = {https://linkinghub.elsevier.com/retrieve/pii/S0029549311008454},
doi = {10.1016/j.nucengdes.2011.09.051},
abstract = {DYN3D is a nodal diffusion code for 3D steady-state and transient analysis of Light Water Reactor (LWR) cores with hexagonal or square fuel element geometry. In addition to the neutron kinetics, it comprises of a thermal-hydraulics model for flow in parallel coolant channels. Macroscopic cross section data libraries generated with variation of burn-up, reactor poisons concentrations and thermal-hydraulic feedback parameters are linked to the code. Two-group and multi-groups versions of the code are available.},
language = {en},
urldate = {2020-08-18},
journal = {Nuclear Engineering and Design},
author = {Rohde, U. and Baier, S. and Duerigen, S. and Fridman, E. and Kliem, S. and Merk, B.},
month = oct,
year = {2012},
pages = {412--422},
file = {Rohde et al. - 2012 - Development and verification of the coupled 3D neu.pdf:/home/roberto/Zotero/storage/3MM8E6T2/Rohde et al. - 2012 - Development and verification of the coupled 3D neu.pdf:application/pdf}
}
@article{ragusa_consistent_2009,
title = {Consistent and accurate schemes for coupled neutronics thermal-hydraulics reactor analysis},
volume = {239},
issn = {00295493},
url = {https://linkinghub.elsevier.com/retrieve/pii/S0029549308005645},
doi = {10.1016/j.nucengdes.2008.11.006},
abstract = {Conventional coupling paradigms currently used to couple different physics components in reactor analysis problems can be inconsistent in their treatment of the nonlinear terms due to the operator-split (OS) strategies employed. This leads to the usage of small time steps to maintain accuracy requirements, thereby increasing the overall computational time. This paper proposes some remedies to OS techniques that can restore consistency in the coupling of the nonlinear terms and explores high-order mono-block nonlinearly consistent techniques with time step control. The performance of the methods was studied for several transient scenarios using a 0D point-kinetics/thermal-hydraulics lumped model and a 1D neutronics/heat conduction/enthalpy balance model. The results prove that consistent approximations can be made to enhance the overall accuracy in conventional codes with simple nonintrusive techniques. Additionally, an analysis of a mono-block coupling strategy (without having recourse to an OS strategy) is carried out to assess automated time stepping control using higher order Implicit Runge–Kutta (IRK) schemes. The conclusions from these results indicate that nonlinearly consistent adaptive time stepping methods can provide better accuracy and reliability in the solution fields than constant time stepping methods, even for transients with rapid and discontinuous variations.},
language = {en},
number = {3},
urldate = {2020-07-07},
journal = {Nuclear Engineering and Design},
author = {Ragusa, Jean C. and Mahadevan, Vijay S.},
month = mar,
year = {2009},
pages = {566--579},
file = {Ragusa and Mahadevan - 2009 - Consistent and accurate schemes for coupled neutro.pdf:/home/roberto/Zotero/storage/V9JX8K8S/Ragusa and Mahadevan - 2009 - Consistent and accurate schemes for coupled neutro.pdf:application/pdf}
}
@article{park_tightly_2010,
title = {Tightly {Coupled} {Multiphysics} {Algorithms} for {Pebble} {Bed} {Reactors}},
volume = {166},
issn = {0029-5639, 1943-748X},
url = {https://www.tandfonline.com/doi/full/10.13182/NSE09-104},
doi = {10.13182/NSE09-104},
abstract = {We have developed a tightly coupled multiphysics simulation tool for the pebble bed reactor (PBR) concept, a specific type of very high temperature gas-cooled reactor. The simulation tool PRONGHORN takes advantage of the Multiphysics Object-Oriented Simulation Environment library and is capable of solving multidimensional thermal-fluid and neutronics problems implicitly with a Newton-based approach. Expensive Jacobian matrix formation is alleviated via the Jacobian-free Newton-Krylov method, and physics-based preconditioning is applied to minimize Krylov iterations. Motivation for the work is provided via analysis and numerical experiments on simpler multiphysics reactor models. We then provide detail of the physical models and numerical methods in PRONGHORN. Finally, PRONGHORN’s algorithmic capability is demonstrated on a number of PBR test cases.},
language = {en},
number = {2},
urldate = {2020-07-07},
journal = {Nuclear Science and Engineering},
author = {Park, H. and Knoll, D. A. and Gaston, D. R. and Martineau, R. C.},
month = oct,
year = {2010},
pages = {118--133},
file = {Park et al. - 2010 - Tightly Coupled Multiphysics Algorithms for Pebble.pdf:/home/roberto/Zotero/storage/CGFNBVDA/Park et al. - 2010 - Tightly Coupled Multiphysics Algorithms for Pebble.pdf:application/pdf}
}
@article{bostelmann_criticality_2016,
title = {Criticality calculations of the {Very} {High} {Temperature} {Reactor} {Critical} {Assembly} benchmark with {Serpent} and {SCALE}/{KENO}-{VI}},
volume = {90},
issn = {03064549},
url = {https://linkinghub.elsevier.com/retrieve/pii/S0306454915300177},
doi = {10.1016/j.anucene.2015.12.008},
abstract = {Within the framework of the IAEA Coordinated Research Project on HTGR Uncertainty Analysis in Modeling, criticality calculations of the Very High Temperature Critical Assembly experiment were performed as the validation reference to the prismatic MHTGR-350 lattice calculations. Criticality measurements performed at several temperature points at this Japanese graphitemoderated facility were recently included in the International Handbook of Evaluated Reactor Physics Benchmark Experiments, and represent one of the few data sets available for the validation of HTGR lattice physics. This work compares VHTRC criticality simulations utilizing the Monte Carlo codes Serpent and SCALE/KENO-VI. Reasonable agreement was found between Serpent and KENO-VI, but only the use of the latest ENDF cross section library release, namely the ENDF/B-VII.1 library, led to an improved match with the measured data. Furthermore, the fourth beta release of SCALE 6.2/KENO-VI showed significant improvements from the current SCALE 6.1.2 version, compared to the experimental values and Serpent.},
language = {en},
urldate = {2020-07-16},
journal = {Annals of Nuclear Energy},
author = {Bostelmann, Friederike and Hammer, Hans R. and Ortensi, Javier and Strydom, Gerhard and Velkov, Kiril and Zwermann, Winfried},
month = apr,
year = {2016},
pages = {343--352},
file = {Bostelmann et al. - 2016 - Criticality calculations of the Very High Temperat.pdf:/home/roberto/Zotero/storage/AVYQ7EU2/Bostelmann et al. - 2016 - Criticality calculations of the Very High Temperat.pdf:application/pdf}
}
@article{tak_numerical_2008,
title = {Numerical investigation of a heat transfer within the prismatic fuel assembly of a very high temperature reactor},
volume = {35},
issn = {03064549},
url = {https://linkinghub.elsevier.com/retrieve/pii/S0306454908001114},
doi = {10.1016/j.anucene.2008.04.005},
abstract = {The complex geometry of the hexagonal fuel blocks of the prismatic fuel assembly in a very high temperature reactor (VHTR) hinders accurate evaluations of the temperature profile within the fuel assembly without elaborate numerical calculations. Therefore, simplified models such as a unit cell model have been widely applied for the analyses and designs of prismatic VHTRs since they have been considered as effective approaches reducing the computational efforts. In a prismatic VHTR, however, the simplified models cannot consider a heat transfer within a fuel assembly as well as a coolant flow through a bypass gap between the fuel assemblies, which may significantly affect the maximum fuel temperature. In this paper, a three-dimensional computational fluid dynamics (CFD) analysis has been carried out on a typical fuel assembly of a prismatic VHTR. Thermal behaviours and heat transfer within the fuel assembly are intensively investigated using the CFD solutions. In addition, the accuracy of the unit cell approach is assessed against the CFD solutions. Two example situations are illustrated to demonstrate the deficiency of the unit cell model caused by neglecting the effects of the bypass gap flow and the radial power distribution within the fuel assembly.},
language = {en},
number = {10},
urldate = {2020-07-28},
journal = {Annals of Nuclear Energy},
author = {Tak, Nam-il and Kim, Min-Hwan and Lee, Won Jae},
month = oct,
year = {2008},
pages = {1892--1899},
file = {Tak et al. - 2008 - Numerical investigation of a heat transfer within .pdf:/home/roberto/Zotero/storage/9XJJPRBG/Tak et al. - 2008 - Numerical investigation of a heat transfer within .pdf:application/pdf}
}
@article{gaston_moose_2009,
title = {{MOOSE}: {A} parallel computational framework for coupled systems of nonlinear equations},
volume = {239},
issn = {00295493},
shorttitle = {{MOOSE}},
url = {https://linkinghub.elsevier.com/retrieve/pii/S0029549309002635},
doi = {10.1016/j.nucengdes.2009.05.021},
abstract = {Systems of coupled, nonlinear partial differential equations often arise in simulation of nuclear processes. MOOSE: Multiphysics Object Oriented Simulation Environment, a parallel computational framework targeted at solving these systems, is presented. As opposed to traditional data-flow oriented computational frameworks, MOOSE is founded on the mathematical principle of Jacobian-free Newton-Krylov (JFNK) solution methods. Utilizing the mathematical structure present in JFNK, physics are modularized into “Kernels” allowing for rapid production of new simulation tools. In addition, systems are solved fully coupled and fully implicit employing physics based preconditioning which allows for great flexibility even with large variance in time scales. A summary of the mathematics, an inspection of the structure of MOOSE, and several representative solutions from applications built on the framework are presented.},
language = {en},
number = {10},
urldate = {2020-07-08},
journal = {Nuclear Engineering and Design},
author = {Gaston, Derek and Newman, Chris and Hansen, Glen and Lebrun-Grandié, Damien},
month = oct,
year = {2009},
pages = {1768--1778},
file = {Gaston et al. - 2009 - MOOSE A parallel computational framework for coup.pdf:/home/roberto/Zotero/storage/34CJNJ9N/Gaston et al. - 2009 - MOOSE A parallel computational framework for coup.pdf:application/pdf}
}
@article{lindsay_introduction_2018,
title = {Introduction to {Moltres}: {An} application for simulation of {Molten} {Salt} {Reactors}},
volume = {114},
issn = {03064549},
shorttitle = {Introduction to {Moltres}},
url = {https://linkinghub.elsevier.com/retrieve/pii/S0306454917304760},
doi = {10.1016/j.anucene.2017.12.025},
abstract = {Moltres is a new physics application for modeling coupled physics in fluid-fuelled, molten salt reactors. This paper describes its neutronics model, thermal hydraulics model, and their coupling in the MOOSE framework. Neutron and precursor equations are implemented using an action system that allows use of an arbitrary number of groups with no change in the input card. Results for many-channel configurations in 2D-axisymmetric and 3D coordinates are presented and compared against other coupled models as well as the Molten Salt Reactor Experiment.},
language = {en},
urldate = {2020-06-26},
journal = {Annals of Nuclear Energy},
author = {Lindsay, Alexander and Ridley, Gavin and Rykhlevskii, Andrei and Huff, Kathryn},
month = apr,
year = {2018},
pages = {530--540},
file = {Lindsay et al. - 2018 - Introduction to Moltres An application for simula.pdf:/home/roberto/Zotero/storage/2CFNUVFZ/Lindsay et al. - 2018 - Introduction to Moltres An application for simula.pdf:application/pdf}
}
@inproceedings{paviet-hartmann_analysis_2011,
address = {Chiba, Japan},
title = {Analysis of {Nuclear} {Proliferation} {Resistance} {Reprocessing} and {Recycling} {Technologies}},
booktitle = {19th {International} {Conference} on {Nuclear} {Engineering}},
publisher = {Japan Society of Mechanical Engineers, Tokyo (Japan)},
author = {Paviet-Hartmann, Patricia and Cerefice, Gary and Riveros Stacey, Marcela and Bakhtiar, Steven},
month = jul,
year = {2011},
file = {Paviet-Hartmann et al. - 2011 - Analysis of Nuclear Proliferation Resistance Repro.pdf:/home/roberto/Zotero/storage/ULU4TUU4/Paviet-Hartmann et al. - 2011 - Analysis of Nuclear Proliferation Resistance Repro.pdf:application/pdf}
}
@article{no_review_2007,
title = {A {Review} of {Helium} {Gas} {Turbine} {Technology} for {High}-{Temperature} {Gas}-{Cooled} {Rreactors}},
volume = {39},
issn = {1738-5733},
url = {https://inis.iaea.org/search/search.aspx?orig_q=RN:39068303},
abstract = {Current High-Temperature Gas-cooled Reactors (HTGRs) are based on a closed brayton cycle with helium gas as the working fluid. Thermodynamic performance of the axial-flow helium gas turbines is of critical concern as it considerably affects the overall cycle efficiency. Helium gas turbines pose some design challenges compared to steam or air turbomachinery because of the physical properties of helium and the uniqueness of the operating conditions at high pressure with low pressure ratio. This report present a review of the helium Brayton cycle experiences in Germany and in Japan. The design and availability of helium gas turbines for HTGR are also presented in this study. We have developed a new throughflow calculation code to calculate the design-point performance of helium gas turbines. Use of the method has been illustrated by applying it to the GTHTR300 reference.},
language = {English},
journal = {Nuclear Engineering and Technology},
author = {No, Hee Cheon and Kim, Ji Hwan and Kim, Hyeun Min},
month = feb,
year = {2007},
file = {No et al. - 2007 - A REVIEW OF HELIUM GAS TURBINE TECHNOLOGY FOR HIGH.pdf:/home/roberto/Zotero/storage/5QDQZ4YY/No et al. - 2007 - A REVIEW OF HELIUM GAS TURBINE TECHNOLOGY FOR HIGH.pdf:application/pdf}
}
@article{doenitz_hydrogen_1980,
title = {{Hydrogen} {Production} {by} {High} {Temperature} {Electrolysis} {of} {Water} {Vapour}},
volume = {5},
url = {https://doi.org/10.1016/0360-3199(80)90114-7},
language = {en},
journal = {Internation Journal of Hydrogen Energy},
author = {Doenitz, W and Schmidberger, R and Steinheil, E},
year = {1980},
pages = {55--63},
file = {Doenitz et al. - HYDROGEN PRODUCTION BY HIGH TEMPERATURE ELECTROLYS.pdf:/home/roberto/Zotero/storage/GGLWUY7Z/Doenitz et al. - HYDROGEN PRODUCTION BY HIGH TEMPERATURE ELECTROLYS.pdf:application/pdf}
}
@misc{gif_gif_2019,
title = {{GIF} {Portal} - {Home} - {VHTR}},
copyright = {2019 Generation IV International Forum},
note = {https://www.gen-4.org/gif/},
language = {en},
urldate = {2020-10-29},
journal = {Very-High-Temperature Reactor (VHTR)},
author = {GIF},
year = {2019},
file = {GIF Portal - Home - VHTR:/home/roberto/Zotero/storage/3C2H9RZE/vhtr.html:text/html}
}
@article{kadak_status_2016,
title = {The {Status} of the {US} {High}-{Temperature} {Gas} {Reactors}},
volume = {2},
issn = {20958099},
url = {https://linkinghub.elsevier.com/retrieve/pii/S2095809916301564},
doi = {10.1016/J.ENG.2016.01.026},
language = {en},
number = {1},
urldate = {2020-11-14},
journal = {Engineering},
author = {Kadak, Andrew C.},
month = mar,
year = {2016},
pages = {119--123},
file = {Kadak - 2016 - The Status of the US High-Temperature Gas Reactors.pdf:/home/roberto/Zotero/storage/WUGL8NPH/Kadak - 2016 - The Status of the US High-Temperature Gas Reactors.pdf:application/pdf}
}
@article{shimizu_operation_2014,
title = {Operation and maintenance experience from the {HTTR} database},
volume = {51},
issn = {0022-3131, 1881-1248},
url = {http://www.tandfonline.com/doi/abs/10.1080/00223131.2014.946568},
doi = {10.1080/00223131.2014.946568},
language = {en},
number = {11-12},
urldate = {2020-11-14},
journal = {Journal of Nuclear Science and Technology},
author = {Shimizu, Atsushi and Furusawa, Takayuki and Homma, Fumitaka and Inoi, Hiroyuki and Umeda, Masayuki and Kondo, Masaaki and Isozaki, Minoru and Fujimoto, Nozomu and Iyoku, Tatsuo},
month = dec,
year = {2014},
pages = {1444--1451},
file = {Shimizu et al. - 2014 - Operation and maintenance experience from the HTTR.pdf:/home/roberto/Zotero/storage/CWTBEPTU/Shimizu et al. - 2014 - Operation and maintenance experience from the HTTR.pdf:application/pdf}
}
@misc{world_nuclear_news_micro_2020,
title = {Micro modular reactors proposed for {Idaho} and {Illinois} : {New} {Nuclear} - {World} {Nuclear} {News}},
note = {https://world-nuclear-news.org/Articles/Micro-modular-reactors-proposed-for-Idaho-and-Illi},
urldate = {2020-11-14},
author = {World Nuclear News},
month = oct,
year = {2020},
file = {Micro modular reactors proposed for Idaho and Illinois \: New Nuclear - World Nuclear News:/home/roberto/Zotero/storage/RW5EDQBK/Micro-modular-reactors-proposed-for-Idaho-and-Illi.html:text/html}
}
@techreport{global_first_power_project_2019,
address = {Deep River, ON, Canada},
type = {Project {Description}},
title = {Project {Description} for the {Micro} {Modular} {Reactor} {Project} at {Chalk} {River}},
copyright = {Unrestricted},
url = {https://ceaa-acee.gc.ca/050/evaluations/proj/80182},
abstract = {Home page for the environmental assessment of the project - Micro Modular Reactor Project at Chalk River},
language = {eng},
number = {CRP-LIC-01-001r2},
urldate = {2019-07-29},
institution = {Global First Power},
author = {{Global First Power}},
month = jul,
year = {2019},
note = {https://ceaa-acee.gc.ca/050/documents/p80182/130911E.pdf},
pages = {1--52}
}
@incollection{barre_gas-cooled_2010,
address = {Boston, MA},
title = {Gas-{Cooled} {Reactors}},
isbn = {978-0-387-98149-9},
url = {https://doi.org/10.1007/978-0-387-98149-9_22},
abstract = {This chapter describes the various families of reactors in which the primary fluid cooling the core is a gas, usually carbon dioxide or helium.},
booktitle = {Handbook of {Nuclear} {Engineering}},
publisher = {Springer US},
author = {Barré, Bertrand},
editor = {Cacuci, Dan Gabriel},
year = {2010},
doi = {10.1007/978-0-387-98149-9_22},
pages = {2711--2748}
}
@techreport{williams_draft_1989,
address = {Washington, DC},
title = {Draft {Preapplication} {Safety} {Evaluation} {Report} for the {Modular} {High}-{Temperature} {Gas}-{Cooled} {Reactor}},
url = {https://www.nrc.gov/docs/ML0527/ML052780497.pdf},
number = {NUREG-1338},
institution = {US NRC Office of Nuclear Regulatory Research},
author = {Williams, P.M. and King, T.L. and Wilson, J.N.},
year = {1989}
}
% CHAPTER 2: LITERATURE REVIEW Neutronics
@article{lewis_finite_1986,
title = {Finite element, nodal and response matrix methods: {A} variational synthesis for neutron transport},
volume = {18},
issn = {01491970},
shorttitle = {Finite element, nodal and response matrix methods},
url = {https://linkinghub.elsevier.com/retrieve/pii/0149197086900132},
doi = {10.1016/0149-1970(86)90013-2},
abstract = {The variational principle used to derive finite element approximations to the even-parity neutron transport equation is modified to include the odd parity flux as a Lagrange multiplier along the interelement boundaries. The result is a functional that guarantees nodal balance over each element or node, regardless of the form of the space-angle trial functionsthat are used. Ritzprocedures are employedto yieldnodal methods that are analogous to those usedextensivelyin diffusiontheory, but without the need for ad-hoc node-to-node interpolation of transverse leakage terms. With spherical harmonics, nodal transport methods are obtained with consistent angular approximations within the nodes and across the node interfaces.The resulting equations are in response matrix form, and from their solution the detailed flux distribution as well as the node-averaged values can be obtained.},
language = {en},
number = {1-2},
urldate = {2020-07-11},
journal = {Progress in Nuclear Energy},
author = {Lewis, E.E. and Dilber, I.},
month = jan,
year = {1986},
pages = {63--74},
file = {Lewis and Dilber - 1986 - Finite element, nodal and response matrix methods.pdf:/home/roberto/Zotero/storage/ZMLKPAWD/Lewis and Dilber - 1986 - Finite element, nodal and response matrix methods.pdf:application/pdf}
}
@article{lawrence_progress_1986,
title = {Progress in nodal methods for the solution of the neutron diffusion and transport equations},
volume = {17},
issn = {01491970},
url = {https://linkinghub.elsevier.com/retrieve/pii/014919708690034X},
doi = {10.1016/0149-1970(86)90034-X},
abstract = {Recent progress in the development of coarse-mesh nodal methods for the numerical solution of the neutron diffusionand transport equations is reviewed.In contrast with earlier nodal simulators, more recent nodal diffusionmethods are characterized by the systematicderivation of spatial coupling relationships that are entirely consistent with the multigroup diffusion equation. These relationships most often are derived by developing approximations to the one-dimensionalequations obtained by integrating the multidimensionaldiffusionequation over directions transverse to each coordinate axis. Both polynomial and analytic approaches to the solution of the transverse-integrated equations are discussed, and the Cartesian-geometry polynomial approach is derived in a manner which motivates the extension of this formulation to the solution of the diffusionequation in hexagonal geometry. Iterative procedures developed for the solution of the nodal equations are discussed briefly, and numerical comparisons for representative three-dimensional benchmark problems are given. The application of similar ideas to the neutron transport equation has led to the development of coarse-mesh transport schemes that combine nodal spatial approximations with angular representations based on either the standard discrete-ordinate approximation or double P, expansions of the angular dependenceof the fluxeson the surfaces of the nodes. The former methods yield improved difference approximations to the multidimensional discrete-ordinates equations, while the latter approach leads to equations similar to those obtained in interfacecurrent nodal-diffusionformulations. The relativeeflicienciesof these two approaches are discussed,and directions for future work are indicated.},
language = {en},
number = {3},
urldate = {2020-07-07},
journal = {Progress in Nuclear Energy},
author = {Lawrence, R.D.},
month = jan,
year = {1986},
pages = {271--301},
file = {Lawrence - 1986 - Progress in nodal methods for the solution of the .pdf:/home/roberto/Zotero/storage/Y6WL9MPL/Lawrence - 1986 - Progress in nodal methods for the solution of the .pdf:application/pdf}
}
@inproceedings{duracz_nodal_1981,
address = {Munich, Germany},
title = {A {Nodal} {Method} in {Hexagonal} {Geometry}},
booktitle = {International {Meeting} on {Advances} in {Mathematical} {Methods} for {Solution} of {Nuclear} {Engineering} {Problems}},
author = {Duracz, T},
month = apr,
year = {1981}
}
@article{wagner_three-dimensional_1989,
title = {Three-{Dimensional} {Nodal} {Diffusion} and {Transport} {Theory} {Methods} for {Hexagonal}- \textit{z} {Geometry}},
volume = {103},
issn = {0029-5639, 1943-748X},
url = {https://www.tandfonline.com/doi/full/10.13182/NSE89-A23690},
doi = {10.13182/NSE89-A23690},
abstract = {Advanced nodal methods for the solution of the multigroup neutron diffusion and transport theory equations in three-dimensional hexagonal-z geometry are described. The code HEXNOD allows an accurate and efficient calculation of three-dimensional problems for fast reactors and high converter light water reactors. A unique capability of HEXNOD is the accurate solution of global three-dimensional neutron transport problems for fast reactors with very small computing times. The accuracy of the nodal diffusion and transport approximations is demonstrated by comparison with conventional finite difference methods and Monte Carlo calculations for a number of mathematical benchmark problems. Based on numerical results, it is concluded that the code HEXNOD is well suited for three-dimensional routine analysis of fast reactors and, in particular, as the neutronics module of the generalized quasi-static kinetics program HEXNODYN, which is currently being developed as part of the European accident code EAC-2.},
language = {en},
number = {4},
urldate = {2020-07-08},
journal = {Nuclear Science and Engineering},
author = {Wagner, M. R.},
month = dec,
year = {1989},
pages = {377--391},
file = {Wagner - 1989 - Three-Dimensional Nodal Diffusion and Transport Th.pdf:/home/roberto/Zotero/storage/V62SR2L2/Wagner - 1989 - Three-Dimensional Nodal Diffusion and Transport Th.pdf:application/pdf}
}
@techreport{delp_flare_1964,
address = {San Jose, CA},
type = {Technical {Report}},
title = {{FLARE}, {A} three-dimensional boiling water reactor simulatior},
url = {https://www.osti.gov/biblio/4677068-flare-three-dimensional-boiling-water-reactor-simulator},
number = {GEAP-4598},
institution = {General Electric Co. Atomic Power Equipment Dept.},
author = {Delp, D.L. and Fischer, D.L. and Harriman, J.M. and Stedwell, M.J.},
month = jul,
year = {1964}
}
@article{gupta_nodal_1981,
title = {{NODAL} {METHODS} {FOR} {THREE}-{DIMENSIONAL} {SIMULATORS}},
volume = {7},
language = {en},
journal = {Progress in Nuclear Energy},
author = {Gupta, N K},
year = {1981},
pages = {127--149},
file = {Gupta - NODAL METHODS FOR THREE-DIMENSIONAL SIMULATORS.pdf:/home/roberto/Zotero/storage/VUMFY6GI/Gupta - NODAL METHODS FOR THREE-DIMENSIONAL SIMULATORS.pdf:application/pdf}
}
@inproceedings{finnermann_new_1975,
address = {Bologna, Italy},
title = {A {New} {Computational} {Technique} for the {Solution} of {Multidimensional} {Neutron} {Diffusion} {Problems}},
author = {Finnermann, H and Wagner, M. R.},
month = nov,
year = {1975}
}
@misc{finnemann_atomkernenergie_1977,
title = {Atomkernenergie},
author = {Finnemann, H},
year = {1977}
}
@inproceedings{fitzpatrick_hexpedite_1992,
address = {Chicago, IL},
title = {{HEXPEDITE}: {A} {Net} {Current} {Multigroup} {Nodal} {Diffusion} {Method} for {Hexagonal}-z {Geometry}},
isbn = {0003-018X},
url = {https://www.osti.gov/biblio/6653947-hexpedite-net-current-multigroup-nodal-diffusion-method-hexagonal-geometry},
language = {en},
booktitle = {Joint {American} {Nuclear} {Society} ({ANS})/{European} {Nuclear} {Society} ({ENS}) international meeting on fifty years of controlled nuclear chain reaction: past, present, and future},
publisher = {Transactions of the American Nuclear Society},
author = {Fitzpatrick, W. E. and Ougouag, A. M.},
month = nov,
year = {1992}
}
@phdthesis{fitzpatrick_developments_1995,
address = {Urbana, IL},
title = {Developments in {Nodal} {Reactor} {Analysis} {Tools} for {Hexagonal} {Geometry}},
school = {University of Illinois at Urbana-Champaign},
author = {FItzpatrick, William},
year = {1995}
}
@techreport{ortensi_deterministic_2010,
title = {Deterministic {Modeling} of the {High} {Temperature} {Test} {Reactor}},
url = {http://www.osti.gov/servlets/purl/989875-x5nHFd/},
language = {en},
number = {INL/EXT-10-18969, 989875},
urldate = {2020-07-07},
author = {Ortensi, J. and Cogliati, J. J. and Pope, M. A. and Ferrer, R. M. and Ougouag, A. M.},
month = jun,
year = {2010},
doi = {10.2172/989875},
pages = {INL/EXT--10--18969, 989875},
file = {Ortensi et al. - 2010 - Deterministic Modeling of the High Temperature Tes.pdf:/home/roberto/Zotero/storage/387YBI78/Ortensi et al. - 2010 - Deterministic Modeling of the High Temperature Tes.pdf:application/pdf}
}
@inproceedings{ortensi_deterministic_2010-1,
address = {Prague, Czech Republic},
title = {Deterministic {Modeling} of the {High} {Temperature} {Test} {Reactor} with {DRAGON}-{HEXPEDITE}},
booktitle = {Proceedings of {HTR} 2010},
author = {Ortensi, J and Cogliati, J.J. and Pope, M.A. and Bess, J.D. and Ferrer, R.M. and Binghman, A. and Ougouag, A.M.},
month = oct,
year = {2010}
}
@book{methani_evaluation_2003,
title = {Evaluation of high temperature gas cooled reactor performance: benchmark analysis related to initial testing of the {HTTR} and {HTR}-10},
isbn = {978-92-0-116203-8},
shorttitle = {Evaluation of high temperature gas cooled reactor performance},
language = {en},
author = {Methani, M and {International Atomic Energy Agency. IAEA}},
year = {2003},
note = {OCLC: 1039268451},
file = {Methani and International Atomic Energy Agency. IAEA - 2003 - Evaluation of high temperature gas cooled reactor .pdf:/home/roberto/Zotero/storage/TCEWWPWD/Methani and International Atomic Energy Agency. IAEA - 2003 - Evaluation of high temperature gas cooled reactor .pdf:application/pdf}
}
@techreport{lawrence_dif3d_1983,
address = {Lemont, IL},
title = {The {DIF3D} {Nodal} {Neutronics} {Option} for {Two}- and {Three}-{Dimensional} {Diffusion}-{Theory} {Calculations} in {Hexagonal} {Geometry}},
url = {https://inis.iaea.org/collection/NCLCollectionStore/_Public/17/069/17069657.pdf},
language = {en},
number = {ANL-83-1 ON: DE83011019},
institution = {Argonne National Laboratory (ANL)},
author = {Lawrence, R},
month = mar,
year = {1983},
file = {Lawrence - 1983 - The DIF3D Nodal Neutronics Option for Two- and Thr.pdf:/home/roberto/Zotero/storage/6XIEGTS3/Lawrence - 1983 - The DIF3D Nodal Neutronics Option for Two- and Thr.pdf:application/pdf}
}
@misc{palmiotti_variant_1995,
title = {{VARIANT}: {VARIational} {Anisotropic} {Nodal} {Transport} for {Multidimensional} {Cartesian} and {Hexagoanl} {Geometry} {Calculation}},
author = {Palmiotti, G. and Lewis, E.E. and Carrico, C.B.},
month = oct,
year = {1995}
}
@techreport{downar_parcs_2004,
address = {W. Lafayette, Indiana},
title = {{PARCS} v2.6 {US} {NRC} {Core} {Neutronics} {Simulator} {THEORY} {MANUAL}},
url = {https://engineering.purdue.edu/PARCS/Code/Manual/Theory/PDF/PARCS_TheoryManual.pdf},
institution = {School of Nuclear Engineering Purdue University},
author = {Downar, T and Lee, D and Xu, Y and Kozlowski, T},
month = jun,
year = {2004}
}
@article{wang_modified_2018,
title = {A modified, hybrid nodal-integral/finite-element method for {3D} convection-diffusion problems in arbitrary geometries},
volume = {122},
issn = {00179310},
url = {https://linkinghub.elsevier.com/retrieve/pii/S0017931017312802},
doi = {10.1016/j.ijheatmasstransfer.2018.01.087},
abstract = {A modified, hybrid nodal-integral/finite-element method (NI-FEM) is developed to solve the threedimensional (3D), steady-state, convection-diffusion problems in arbitrary geometries. The hybrid NI-FEM takes advantage of the high efficiency of the conventional nodal-integral method (NIM) and the flexible mesh generation of the finite element method (FEM), which is applicable to arbitrary geometries. In this method, the computational domain is discretized into, for 3D problems, four-node tetrahedral elements and eight-node cuboid elements. The cuboid elements are used to discretize the interior region and regions adjacent to boundaries that are parallel to planes formed by two of the axes, while the tetrahedral elements are used to discretize the remaining irregular regions. The conventional NIM is used to develop difference equations for the transverse-averaged variables on the interface between two adjacent cuboid elements. The FEM is applied to develop algebraic equations for the node temperatures of tetrahedral elements. On the interface between two different kinds of elements, the transverseaveraged variable for the cuboid element is obtained by averaging the node values of its adjacent tetrahedral elements, while the heat flux for the tetrahedral element is calculated using the corresponding transverse-averaged variables of its adjacent cuboid element. The hybrid NI-FEM is developed to be solved using a matrix formulation for the entire domain rather than an iterative procedure, detailed derivations of which for the 3D case are presented in this paper. Using the NI-FEM developed here, 2D and 3D convection-diffusion test problems are solved, and the numerical results are compared to the exact (manufactured) solutions to determine the order, accuracy and efficiency of the method. Numerical scheme is found to be of, as expected, second order.},
language = {en},
urldate = {2020-08-27},
journal = {International Journal of Heat and Mass Transfer},
author = {Wang, Pengfei and {Rizwan-uddin}},
month = jul,
year = {2018},
pages = {99--116},
file = {Wang and Rizwan-uddin - 2018 - A modified, hybrid nodal-integralfinite-element m.pdf:/home/roberto/Zotero/storage/66ZJ6UY4/Wang and Rizwan-uddin - 2018 - A modified, hybrid nodal-integralfinite-element m.pdf:application/pdf}
}
@techreport{lee_status_2006,
address = {Lemont, IL},
title = {Status of {Reactor} {Physics} {Activities} on {Cross} {Section} {Generation} and {Functionalization} for the {Prismatic} {Very} {High} {Temperature} {Reactor}, and {Development} of {Spatially}-{Heterogeneous} {Codes}},
url = {https://publications.anl.gov/anlpubs/2006/09/57340.pdf},
number = {ANL-GenIV-075},
institution = {ANL},
author = {Lee and Zhong and Taiwo and Yang and Smith and Palmiotti},
month = aug,
year = {2006}
}
@article{kang_finite_1973,
title = {Finite {Element} {Methods} for {Reactor} {Analysis}},
volume = {51},
issn = {0029-5639, 1943-748X},
url = {https://www.tandfonline.com/doi/full/10.13182/NSE73-A23278},
doi = {10.13182/NSE73-A23278},
language = {en},
number = {4},
urldate = {2020-08-31},
journal = {Nuclear Science and Engineering},
author = {Kang, C. M. and Hansen, K. F.},
month = aug,
year = {1973},
pages = {456--495},
file = {Kang and Hansen - 1973 - Finite Element Methods for Reactor Analysis.pdf:/home/roberto/Zotero/storage/VDZTILBS/Kang and Hansen - 1973 - Finite Element Methods for Reactor Analysis.pdf:application/pdf}
}
@article{cavdar_finite_2004,
title = {A finite element/boundary element hybrid method for 2-{D} neutron diffusion calculations},
volume = {31},
issn = {03064549},
url = {https://linkinghub.elsevier.com/retrieve/pii/S0306454904000799},
doi = {10.1016/j.anucene.2004.04.006},
abstract = {A finite element-boundary element hybrid method has been developed for one or two group neutron diffusion calculations. A linear or bilinear finite element formulation for the reactor core and a linear boundary element technique for the reflector which are combined through interface continuity conditions constitute the basis of the developed method. The present formulation is restricted to two-dimensional geometries and has been implemented in the developed computer program. Via comparisons with analytical solutions, the proposed method has been validated. Further comparisons against the pure finite and boundary element formulations show that the proposed method constitutes a viable alternative for the numerical solution of neutron diffusion problems of both the external neutron source and multiplication eigenvalue determination variety.},
language = {en},
number = {14},
urldate = {2020-07-11},
journal = {Annals of Nuclear Energy},
author = {Cavdar, S and Ozgener, H.A},
month = sep,
year = {2004},
pages = {1555--1582}
}
@incollection{lewis_finite_1981,
address = {Boston, MA},
title = {Finite {Element} {Approximation} to the {Even}-{Parity} {Transport} {Equation}},
isbn = {978-1-4613-9919-3},
url = {https://doi.org/10.1007/978-1-4613-9919-3_3},
abstract = {The finite element method is a procedure for reducing partial differential equations to sets of simultaneous algebraic equations suitable for solution on a digital computer. The method consists of several steps. The differential equation first is cast into the form of a variational principle, and the domain of the resulting functional is partitioned into a number of subdomains or finite elements. The dependent variable then is approximated within each element by a simple polynomial, and these are linked across inter-element boundaries by appropriate continuity conditions. Such an approximation may be represented as a sum of piecewise polynomial trial functions with unknown coefficients that typically correspond to the values of the dependent variable and possibly its derivatives at mesh points defined by the finite element structure. The requirement that the functional be stationary with respect to variations in these coefficients then leads to the desired set of simultaneous equations.},
booktitle = {Advances in {Nuclear} {Science} and {Technology}},
publisher = {Springer US},
author = {Lewis, E. E.},
editor = {Lewins, Jeffery and Becker, Martin},
year = {1981},
doi = {10.1007/978-1-4613-9919-3_3},
pages = {155--225}
}
@inproceedings{lee_development_2008,
address = {Washington, DC USA},
title = {{DEVELOPMENT} {OF} {CAPP} {CODE} {BASED} {ON} {THE} {FINITE} {ELEMENT} {METHOD} {FOR} {THE} {ANALYSIS} {OF} {VHTR} {CORES}},
booktitle = {Proceedings of the 4th {International} {Topical} {Meeting} on {High} {Temperature} {Reactor} {Technology}},
author = {Lee, H.C. and Jo, C.K. and Noh, J.M.},
month = oct,
year = {2008}
}
@inproceedings{lee_development_2011,
address = {Taebaek, Korea},
title = {Development of the {CAPP} code for the {Analysis} of {Block} {Type} {VHTRs}},
booktitle = {Transactions of the {Korean} {Nuclear} {Society} {Spring} {Meeting}},
author = {Lee, Hyun Chul and Jo, Chag Keun and Noh, Jae Man},
month = may,
year = {2011},
file = {Lee et al. - 2011 - Development of the CAPP code for the Analysis of B.pdf:/home/roberto/Zotero/storage/TG97L98Q/Lee et al. - 2011 - Development of the CAPP code for the Analysis of B.pdf:application/pdf}
}
@inproceedings{casal_helios_1998,
address = {Pittsburg, PA},
title = {{HELIOS}: {Geometric} {Capabilities} of a {New} {Fuel}-{Assembly} {Program}},
volume = {II, Sect. 10.2.1, 1-13},
booktitle = {Proc. {Int}. {Top}. {Mtg}. {Adv}. {Math}. {Comp}. {Reac}. {Phys}},
author = {Casal, J.J. and Stamml'er, R.J.J. and Villarino, E.A. and Ferri, A.A.},
year = {1998}
}
@article{tak_cappgamma_2016,
title = {{CAPP}/{GAMMA}+ code system for coupled neutronics and thermo-fluid simulation of a prismatic {VHTR} core},
volume = {92},
issn = {03064549},
url = {https://linkinghub.elsevier.com/retrieve/pii/S0306454916300603},
doi = {10.1016/j.anucene.2016.01.050},
abstract = {There exists a large body of publications on neutronics or thermal-fluids analyses of a prismatic gascooled reactor core. They mainly focus on stand-alone analyses, although the neutronics and thermalfluids behavior affect each other. In order to consider the interaction between the neutronics and thermal-fluids behavior, a coupled analysis is desirable. However, only a few studies are available in the open literature on the coupled analysis of a prismatic gas-cooled reactor core. In this work, a code system for a coupled neutronics and thermo-fluids simulation was developed using CAPP (reactor physics code) and GAMMA+ (thermo-fluid system code). Using the code system developed, coupled neutronics and thermo-fluid simulations were carried out for a prismatic very high temperature reactor (VHTR) core to extend the knowledge about the coupled behavior. In particular, the effect of the bypass flow modeling on the coupled behavior was analyzed.},
language = {en},
urldate = {2020-09-04},
journal = {Annals of Nuclear Energy},
author = {Tak, Nam-il and Lee, Hyun Chul and Lim, Hong Sik and Han, Tae Young},
month = jun,
year = {2016},
pages = {228--242},
file = {Tak et al. - 2016 - CAPPGAMMA+ code system for coupled neutronics and.pdf:/home/roberto/Zotero/storage/8637GKH2/Tak et al. - 2016 - CAPPGAMMA+ code system for coupled neutronics and.pdf:application/pdf}
}
@article{lim_gamma_2006,
title = {{GAMMA} {Multidimensional} {Multicomponent} {Mixture} {Analysis} to {Predict} {Air} {Ingress} {Phenomena} in an {HTGR}},
volume = {152},
issn = {0029-5639, 1943-748X},
url = {https://www.tandfonline.com/doi/full/10.13182/NSE06-5},
doi = {10.13182/NSE06-5},
abstract = {We developed a multidimensional GAs Multicomponent Mixture Analysis (GAMMA) code in order to investigate chemical reaction behaviors related to an air ingress accident and the thermofluid transients in high-temperature gas-cooled reactors. The implicit continuous Eulerian technique is adopted for the reduction of a 10N × 10N matrix into an N × N pressure difference matrix and fast transient computation. In the validation with a high-temperature engineering test reactor (HTTR)-simulated air ingress experiment, the onset times of natural convection are accurately predicted within a 10\% deviation. Small internal leaks in the HTTR-simulated test facility have been found to significantly affect the consequence of air ingress. In all the simulated cases for a SANA-1 afterheat removal test, the predictions of GAMMA are in a high level of agreement with the measured temperature profiles and are comparable to the results of other codes (TINTE, THERMIX/DIREKT, and TRIO-EF).},
language = {en},
number = {1},
urldate = {2020-09-07},
journal = {Nuclear Science and Engineering},
author = {Lim, Hong Sik and No, Hee Cheon},
month = jan,
year = {2006},
pages = {87--97},
file = {Lim and No - 2006 - GAMMA Multidimensional Multicomponent Mixture Anal.pdf:/home/roberto/Zotero/storage/MSCGPL25/Lim and No - 2006 - GAMMA Multidimensional Multicomponent Mixture Anal.pdf:application/pdf}
}
@article{yuk_time-dependent_2020,
title = {Time-dependent neutron diffusion analysis using finite element method for a block-type {VHTR} core design},
volume = {360},
issn = {0029-5493},
url = {http://www.sciencedirect.com/science/article/pii/S0029549320300078},
doi = {https://doi.org/10.1016/j.nucengdes.2020.110512},
abstract = {The very high-temperature gas-cooled reactor (VHTR) has attracted interest owing to its high passive safety. A reactor analysis tool is required to analyze the safety characteristics of a VHTR in detail, and such a tool should be capable of a transient calculation for a reactivity insertion accident such as control rod ejection or withdrawal. This work presents a transient analysis of a block-type VHTR core. Time-dependent neutron diffusion equation is solved by the finite element method. A simplified thermal fluid analysis tool is also implemented to consider thermal feedback. In addition, a new method is introduced to resolve the control rod cusping effect without additional computation or mesh reconstruction. The above methods are applied to a reactor physics code CAPP, developed at Korea Atomic Energy Research Institute (KAERI). The methods are tested on three-dimensional VHTR problems that include control rods and show encouraging results.},
journal = {Nuclear Engineering and Design},
author = {Yuk, Seungsu and Cho, Jin Young and Jo, Chang Keun and Tak, Nam-il and Lim, Hong Sik},
year = {2020},
keywords = {Block-type VHTR, CAPP, Control rod cusping, Multi-physics analysis, Transient analysis},
pages = {110512}
}
@misc{joo_resolution_1984,
title = {Resolution of the control rod cusping problem for nodal methods},
author = {Joo, Han-Sem},
month = feb,
year = {1984}
}
@techreport{novak_pronghorn_2018,
address = {Idaho Falls, Idaho},
title = {Pronghorn {Theory} {Manual}},
url = {https://inldigitallibrary.inl.gov/sites/sti/sti/Sort_4439.pdf},
language = {en},
number = {INL/EXT-18-44453},
institution = {INL},
author = {Novak, A and Zou, L and Peterson, J and Andrs, D and Kelly, J and Slaybaugh, R and Martineau, R and Gougar, H},
month = feb,
year = {2018}
}
@misc{novak_pronghorn_2018-1,
title = {Pronghorn: {A} {Porous} {Media} {Thermal}-{Hydraulics} {Core} {Simulator} and its {Validation} with the {SANA} {Experiments}},
url = {https://www.osti.gov/servlets/purl/1478375},
language = {en},
publisher = {INL},
author = {Novak, A J and Zou, L and Peterson, J W and Martineau, R C and Slaybaugh, R N},
month = apr,
year = {2018},
file = {Novak et al. - 2018 - Pronghorn A Porous Media Thermal-Hydraulics Core .pdf:/home/roberto/Zotero/storage/SPF7BG2M/Novak et al. - 2018 - Pronghorn A Porous Media Thermal-Hydraulics Core .pdf:application/pdf}
}
@techreport{wang_rattlesnake_2019,
address = {Idaho Falls, ID},
title = {Rattlesnake {Theory} {Manual}},
url = {https://rattlesnake.inl.gov/SiteAssets/SitePages/manuals/theory.pdf},
number = {INL/EXT-17-42103},
institution = {INL},
author = {Wang, Yaqi and Schunert, Sebastian and Laboure, Vincent},
month = apr,
year = {2019}
}
@techreport{j_ortensi_relap-7_2012,
title = {{RELAP}-7 and {PRONGHORN} {Initial} {Integration} {Plan}},
url = {http://www.osti.gov/servlets/purl/1048408/},
language = {en},
number = {INL/EXT-12-26016, 1048408},
urldate = {2020-09-07},
author = {{J. Ortensi} and {D. Andrs} and {A.A. Bingham} and {R.C. Martineau} and {J.W. Peterson}},
month = may,
year = {2012},
doi = {10.2172/1048408},
pages = {INL/EXT--12--26016, 1048408},
file = {J. Ortensi et al. - 2012 - RELAP-7 and PRONGHORN Initial Integration Plan.pdf:/home/roberto/Zotero/storage/LIQRGF4X/J. Ortensi et al. - 2012 - RELAP-7 and PRONGHORN Initial Integration Plan.pdf:application/pdf}
}
@techreport{j_ortensi_initial_2012,
title = {Initial {Coupling} of the {RELAP}-7 and {PRONGHORN} {Applications}},
url = {http://www.osti.gov/servlets/purl/1060984/},
language = {en},
number = {INL/EXT-12-27350, 1060984},
urldate = {2020-09-08},
institution = {INL},
author = {{J. Ortensi} and {D. Andrs} and {A.A. Bingham} and {R.C. Martineau} and {J.W. Peterson}},
month = oct,
year = {2012},
doi = {10.2172/1060984},
pages = {INL/EXT--12--27350, 1060984},
file = {J. Ortensi et al. - 2012 - Initial Coupling of the RELAP-7 and PRONGHORN Appl.pdf:/home/roberto/Zotero/storage/2RKDC8FP/J. Ortensi et al. - 2012 - Initial Coupling of the RELAP-7 and PRONGHORN Appl.pdf:application/pdf}
}
@techreport{andrs_relap-7_2012,
address = {Idaho Falls, ID},
title = {{RELAP}-7 level 2 milestone report: {Demonstration} of a steady state single phase pwr simlulation with relap-7},
url = {https://core.ac.uk/download/pdf/205952457.pdf},
number = {INL/EXT-12-25924},
institution = {INL},
author = {Andrs, D and Berry, R and Gaston, R and Martineau, R and Peterson, J and Zhang, H and Zhao, H and Zou, L},
year = {2012}
}
@techreport{ellis_initial_2014,
title = {Initial {RattleSnake} {Calculations} of the {Hot} {Zero} {Power} {BEAVRS}},
url = {http://www.osti.gov/servlets/purl/1126731/},
language = {en},
number = {INL/EXT--13-30903, 1126731},
urldate = {2020-09-08},
author = {Ellis, Matthew and Ortensi, J. and Wang, Y. and Smith, Kord and Martineau, R. C.},
month = jan,
year = {2014},
doi = {10.2172/1126731},
pages = {INL/EXT--13--30903, 1126731},
file = {Ellis et al. - 2014 - Initial RattleSnake Calculations of the Hot Zero P:/home/roberto/Zotero/storage/JEY6N34Q/Ellis et al. - 2014 - Initial RattleSnake Calculations of the Hot Zero P:application/pdf}
}
@techreport{strydom_inl_2013,
address = {Idaho Falls, ID},
title = {{INL} {Results} for {Phase} {I} and {III} of the {OECD}/{NEA} {MHTGR}-350 {Benchmark}},
url = {https://inldigitallibrary.inl.gov/sites/sti/sti/6007188.pdf},
language = {en},
number = {INL/EXT-13-30176},
institution = {INL},
author = {Strydom, Gerhard and Ortensi, Javier and Sen, Sonat and Hammer, Hans},
month = sep,
year = {2013}
}
@inproceedings{wang_krylov_2011,
address = {Rio de Janeiro, Brazil},
title = {Krylov {Solvers} {Preconditioned} with the {Low}-{Order} {Red}-{Black} {Algorithm} for {The} {Pn} {Hybrid} {FEM} for the {INSTANT} {Code}},
booktitle = {International {Conference} on {Mathematics} and {Computational} {Methods} {Applied} to {Nuclear} {Science} and {Engineering}},
author = {Wang, Y and Rabiti, C and Palmiotti, G},
month = may,
year = {2011}
}
@inproceedings{damian_vhtr_2008,
address = {Washington, DC, USA},
title = {{VHTR} {Core} {Preliminary} {Analysis} {Using} {NEPHTIS3} / {CAST3M} {Coupled} {Modelling}},
isbn = {978-0-7918-4854-8 978-0-7918-3834-1},
url = {https://asmedigitalcollection.asme.org/HTR/proceedings/HTR2008/48548/419/334907},
doi = {10.1115/HTR2008-58052},
abstract = {Along with the GFR another gas-cooled reactor identified in the Gen IV technology roadmap, the VHTR is studied in France. Some models have been developed at CEA relying on existing computational tools essentially dedicated to the prismatic block type reactor. These models simulate normal operating conditions and accidental reactor transients by using neutronic [1], thermal-hydraulic, system analysis codes [2], and their coupling [3,4].},
language = {en},
urldate = {2020-09-09},
booktitle = {Fourth {International} {Topical} {Meeting} on {High} {Temperature} {Reactor} {Technology}, {Volume} 1},
publisher = {ASMEDC},
author = {Damian, Frederic},
month = jan,
year = {2008},
pages = {419--429},
file = {Damian - 2008 - VHTR Core Preliminary Analysis Using NEPHTIS3 CA.pdf:/home/roberto/Zotero/storage/CBLY44MG/Damian - 2008 - VHTR Core Preliminary Analysis Using NEPHTIS3 CA.pdf:application/pdf}
}
@inproceedings{loubiere_apollo2_1999,
address = {Madrid, Spain},
title = {{APOLLO2} {Twelve} {Years} {Later}},
booktitle = {International {Conference} on {Mathematical} and {Computation}, {Reactor} {Physics} and {Environmental} {Analysis} in {Nuclear} {Applications}},
author = {Loubiere, S. and Sanchez, R. and Coste, A. and Hebert, A. and Stankovski, Z. and Van der Gucht, C. and Zmijarevic, I.},
month = sep,
year = {1999}
}
@inproceedings{cavalier_presentation_2005,
address = {Paris, France},
title = {Presentation of the {HTR} {Neutronic} {Code} {System} {NEPHTIS}},
volume = {INIS-FR--4515},
url = {https://inis.iaea.org/search/search.aspx?orig_q=RN:37057810},
booktitle = {{ENC} 2005: {European} nuclear conference. {Nuclear} power for the 21. century: from basic research to high-tech industry},
author = {Cavalier, C and Trakas, Christos and Stepnik, Bertrand and Damian, Frederic and Groizard, Mathilde and Raepsaet, Xavier},
year = {2005},
pages = {12}
}
@misc{iaea_advanced_1992,
title = {Advanced calculational methods for power reactors and {LWR} core design parameters},
author = {IAEA},
month = dec,
year = {1992}
}
@inproceedings{krebs_calculational_1990,
address = {Cadarache, France},
title = {Calculational {Methods} for {PWRs}},
booktitle = {Specialists meeting on advanced calculational methods for power reactors},
publisher = {IAEA Specialists Meeting},
author = {Krebs, J. and Laigle, M. and Lenain, R. and Mathonniere, G. and Nicolas, A.},
month = sep,
year = {1990}
}
@techreport{lautard_cronos_1990,
address = {CEA Centre d'Etudes Nucleaires de Saclay},
title = {{CRONOS}, {A} {Modular} {Computational} {System} for {Neutronic} {Core} {Calculations}},
url = {https://inis.iaea.org/search/search.aspx?orig_q=RN:24033460},
number = {IAEA-TECDOC--678},
institution = {IAEA Specialists Meeting},
author = {Lautard, J.J. and Loubiere, S. and Magnaud, C},
month = sep,
year = {1990}
}
@misc{ragusa_feasibility_2001,
title = {Feasibility of the {Integration} of {CRONOS}, a 3-{D} {Neutronics} {Code}, into {Real}-{Time} {Simulators}},
author = {Ragusa, J.C.},
month = apr,
year = {2001}
}
@misc{boer_assessment_2008,
title = {Assessment of {VHTR} core design with regard to fuel temperature {Normal} operation},
author = {Boer, B. and Kloosterman, J.L. and Damian, F.},
month = jul,
year = {2008}
}
@article{studer_cast3marcturus_2007,
title = {{CAST3M}/{ARCTURUS}: {A} coupled heat transfer {CFD} code for thermal–hydraulic analyzes of gas cooled reactors},
volume = {237},
issn = {00295493},
shorttitle = {{CAST3M}/{ARCTURUS}},
url = {https://linkinghub.elsevier.com/retrieve/pii/S0029549307002099},
doi = {10.1016/j.nucengdes.2007.03.016},
abstract = {The safety of gas cooled reactors (High Temperature Reactors (HTR), Very High Temperature Reactors (VHTR) or Gas Cooled Fast Reactors (GFR)) must be ensured by systems (active or passive) which maintain loads on component (fuel) and structures (vessel, containment) within acceptable limits under accidental conditions. To achieve this objective, thermal–hydraulics computer codes are necessary tools to design, enhance the performance and ensure a high safety level of the different reactors. Some key safety questions are related to the evaluation of decay heat removal and containment pressure and thermal loads. This requires accurate simulations of conduction, convection, thermal radiation transfers and energy storage. Coupling with neutronics is also an important modeling aspect for the determination of representative parameters such as neutronics coefficient (Doppler coefficient, Moderator coeffcient, . . .), critical position of control rods, reactivity insertion aspects, . . .. For GFR, the high power density of the core and its necessary reduced dimension cannot rely only on passive systems for decay heat removal. Therefore, forced convection using active safety systems (gas blowers, heat exchangers, . . .) are highly recommended. Nevertheless, in case of station black-out, the safety demonstration of the concept should be guaranteed by natural circulation heat removal. This could be performed by keeping a relatively high back-up pressure for pure helium convection and also by heavy gas injection. So, it is also necessary to model mixing of different gases, the on-set of natural convection and the pressure and thermal loads onto the proximate or guard containment. In this paper, we report on the developments of the CAST3M/ARCTURUS thermal–hydraulics (Lumped Parameter and CFD) code developed at CEA, including its coupling to the neutronics code CRONOS2 and the system code CATHARE. Elementary validation cases are detailed, as well as application of the code to benchmark problems such as the HTR-10 thermal–hydraulic exercise. Examples of containment thermal–hydraulics calculations for fast reactor design (GFR) are also detailed. © 2007 Elsevier B.V. All rights reserved.},
language = {en},
number = {15-17},
urldate = {2020-09-12},
journal = {Nuclear Engineering and Design},
author = {Studer, E. and Beccantini, A. and Gounand, S. and Dabbene, F. and Magnaud, J.P. and Paillère, H. and Limaiem, I. and Damian, F. and Golfier, H. and Bassi, C. and Garnier, J.C.},
month = sep,
year = {2007},
pages = {1814--1828}
}
@mastersthesis{han_sensitivity_2008,
address = {University Park, Pennsylvania},
title = {Sensitivity {Study} on the {Energy} {Group} {Structure} for {High} {Temperature} {Reactor} {Analysis}},
url = {https://etda.libraries.psu.edu/files/final_submissions/3001},
school = {Pennsylvania State University},
author = {Han, James Sanggene},
month = may,
year = {2008}
}
@misc{grimesey_combinepc-portable_1990,
address = {Idaho Falls, ID},
title = {{COMBINE}/{PC}-{A} {Portable} {ENDF}/{B} {Version} 5 {Neutron} {Spectrum} and {Cross} {Section} {Generation} {Program}},
url = {https://www.osti.gov/biblio/7161236},
publisher = {EG and G Idaho, Inc.},
author = {Grimesey, R.A. and Nigg, D.W. and Curtis, R.L.},
month = apr,
year = {1990}
}
@misc{grimesey_combinepc-portable_1994,
title = {{COMBINE}/{PC}-{A} {Portable} {ENDF}/{B} {Version} 6 {Neutron} {Spectrum} and {Cross} {Section} {Generation} {Program}},
author = {Grimesey, R.A.},
year = {1994}
}
@phdthesis{bandini_three-dimensional_1990,
type = {Ph.{D}.},
title = {A {Three}-dimensional {Transient} {Neutronics} {Routine} for the {TRAC}-{PF1} {Reactor} {Thermal} {Hydraulic} {Computer} {Code}},
school = {The Pennsylvania State University},
author = {Bandini, B},
year = {1990}
}