generated from imronuke/ADPRES
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GPU added for the bicgstab linear solver
- Loading branch information
Showing
7 changed files
with
265 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
build/ | ||
*.mod | ||
*.o | ||
*.out |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
! IAEA2D input data with FDM nodal kernel | ||
|
||
! Mode card | ||
%MODE | ||
FORWARD | ||
|
||
! Case card | ||
%CASE | ||
IAEA2D | ||
IAEA2D Benchmark With 16x16 nodes/FA with FDM nodal kernel | ||
|
||
%KERN | ||
FDM | ||
|
||
%ITER | ||
1200 20 1.e-5 1.e-5 20 40 20 80 ! Set fission interpolation interval every 10 outer iteration | ||
|
||
! Cross-sections card | ||
%XSEC | ||
2 4 ! Number of groups and number of materials | ||
! sigtr siga nu*sigf sigf chi sigs_g1 sigs_g2 | ||
0.222222 0.010120 0.000000 0.000000 1.000000 0.000000 0.020000 | ||
0.833333 0.080032 0.135000 0.135000 0.000000 0.000000 0.000000 ! COMPOSITION 1 | ||
0.222222 0.010120 0.000000 0.000000 1.000000 0.000000 0.020000 | ||
0.833333 0.085032 0.135000 0.135000 0.000000 0.000000 0.000000 ! COMPOSITION 2 | ||
0.222222 0.010120 0.000000 0.000000 1.000000 0.000000 0.020000 | ||
0.833333 0.130032 0.135000 0.135000 0.000000 0.000000 0.000000 ! COMPOSITION 3 | ||
0.166667 0.000160 0.000000 0.000000 1.000000 0.000000 0.040000 | ||
1.111111 0.010024 0.000000 0.000000 0.000000 0.000000 0.000000 ! COMPOSITION 4 | ||
! Geometry card | ||
%GEOM | ||
9 9 40 !nx, ny, nz | ||
10.0 8*20.0 !x-direction assembly size in cm | ||
8 8*16 ! 16x16 per FA | ||
8*20.0 10.0 !y-direction assembly size in cm | ||
8*16 8 ! 16x16 per FA | ||
40*1.25 !z-direction assembly in cm | ||
40*1 !z-direction nodal is not divided | ||
1 !np number of planar type | ||
40*1 !planar assignment (from bottom to top) | ||
! Planar | ||
3 2 2 2 3 2 2 1 4 | ||
2 2 2 2 2 2 2 1 4 | ||
2 2 2 2 2 2 1 1 4 | ||
2 2 2 2 2 2 1 4 4 | ||
3 2 2 2 3 1 1 4 0 | ||
2 2 2 2 1 1 4 4 0 | ||
2 2 1 1 1 4 4 0 0 | ||
1 1 1 4 4 4 0 0 0 | ||
4 4 4 4 0 0 0 0 0 | ||
! Boundary conditions (east), (west), (north), (south), (bottom), (top) | ||
1 2 2 1 1 1 | ||
|
||
! Print Card | ||
%PRNT | ||
1 1 0 ! print output |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.