-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpapers.json
More file actions
72 lines (72 loc) · 3.3 KB
/
papers.json
File metadata and controls
72 lines (72 loc) · 3.3 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
{
"papers": [
{
"title": "Robust state estimation from partial out-core measurements with Shallow Recurrent Decoder for nuclear reactors",
"authors": "Stefano Riva; Carolina Introini; Antonio Cammi; J. Nathan Kutz",
"journal": "Progress in Nuclear Energy",
"year": 2025,
"volume": "189",
"pages": "105928",
"repository": "NuSHRED",
"repository_url": "https://github.com/ERMETE-Lab/NuSHRED",
"submodule_path": "repositories/NuSHRED",
"doi": "10.1016/j.pnucene.2025.105928",
"paper_url": "https://www.sciencedirect.com/science/article/pii/S0149197025003269",
"notes": "State reconstruction from three out-of-core neutron flux measurements over 20 coupled field variables."
},
{
"title": "A Comparative Study of Parametric Dynamic Mode Decomposition Algorithms on Thermal-Hydraulics Case Studies",
"authors": "Stefano Riva; Andrea Missaglia; Carolina Introini; In Cheol Bang; Antonio Cammi",
"journal": "Nuclear Technology",
"year": 2026,
"volume": "0",
"pages": "1--25",
"repository": "ROSE-pDMD",
"repository_url": "https://github.com/ERMETE-Lab/ROSE-pDMD",
"submodule_path": "repositories/ROSE-pDMD",
"doi": "10.1080/00295450.2025.2575701",
"paper_url": "https://doi.org/10.1080/00295450.2025.2575701"
},
{
"title": "pyforce: Python Framework for data-driven model Order Reduction of multi-physiCs problems",
"authors": "Stefano Riva; Carolina Introini; Antonio Cammi",
"journal": "Journal of Open Source Software",
"year": 2026,
"volume": "11",
"pages": "6950",
"repository": "ROSE-pyforce",
"repository_url": "https://github.com/ERMETE-Lab/ROSE-pyforce",
"submodule_path": "repositories/ROSE-pyforce",
"doi": "10.21105/joss.06950",
"paper_url": "https://doi.org/10.21105/joss.06950"
},
{
"title": "OFELIA: An OpenMC-FEniCSx coupling for neutronic calculation with temperature feedback",
"authors": "Lorenzo Loi; Stefano Riva; Carolina Introini; Francesca Giacobbo; Xiang Wang; Antonio Cammi",
"journal": "Nuclear Engineering and Design",
"year": 2024,
"volume": "428",
"pages": "113480",
"repository": "MP-OFELIA",
"repository_url": "https://github.com/ERMETE-Lab/MP-OFELIA",
"submodule_path": "repositories/MP-OFELIA",
"doi": "10.1016/j.nucengdes.2024.113480",
"paper_url": "https://www.sciencedirect.com/science/article/pii/S0029549324005806",
"notes": "Fully open-source multi-physics coupling of OpenMC (neutronics) and FEniCSx (thermal-hydraulics) for PWR fuel pin analysis."
},
{
"title": "A finite element implementation of the incompressible Schroedinger flow method",
"authors": "Stefano Riva; Carolina Introini; Antonio Cammi",
"journal": "Physics of Fluids",
"year": 2024,
"volume": "36",
"pages": "017138",
"repository": "MP-pyISFenix",
"repository_url": "https://github.com/ERMETE-Lab/MP-pyISFenix",
"submodule_path": "repositories/MP-pyISFenix",
"doi": "10.1063/5.0180356",
"paper_url": "https://doi.org/10.1063/5.0180356",
"notes": "Finite element formulation of the Incompressible Schrödinger Flow method for inviscid fluid simulation via the Madelung analogy."
}
]
}