-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature update v0.1.0, SAAF Refl BC, 1D Ang. Quad, Fixed Source Solve
- Loading branch information
Showing
109 changed files
with
2,859 additions
and
343 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 |
---|---|---|
|
@@ -34,3 +34,4 @@ html/ | |
latex/ | ||
build/ | ||
test_data/ | ||
*.csv |
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
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 @@ | ||
2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 |
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,20 @@ | ||
set problem dimension = 1 | ||
set transport model = diffusion | ||
set number of groups = 1 | ||
set angular quadrature name = gauss_legendre | ||
set angular quadrature order = 2 | ||
set do eigenvalue calculations = true | ||
|
||
set x, y, z max values of boundary locations = 100.0 | ||
set number of cells for x, y, z directions = 20 | ||
set uniform refinements = 2 | ||
set number of materials = 2 | ||
|
||
set finite element polynomial degree = 1 | ||
|
||
set output file name base = figure_2_diffusion | ||
|
||
subsection material ID map | ||
set material id file name map = 1: reactor, 2: reflector | ||
set material id file name = figure_2.material_map | ||
end |
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,21 @@ | ||
set problem dimension = 1 | ||
set transport model = diffusion | ||
set number of groups = 1 | ||
set angular quadrature name = gauss_legendre | ||
set angular quadrature order = 2 | ||
set do eigenvalue calculations = true | ||
set reflective boundary names = xmax | ||
|
||
set x, y, z max values of boundary locations = 50.0 | ||
set number of cells for x, y, z directions = 10 | ||
set uniform refinements = 2 | ||
set number of materials = 2 | ||
|
||
set finite element polynomial degree = 1 | ||
|
||
set output file name base = figure_2_diffusion_half | ||
|
||
subsection material ID map | ||
set material id file name map = 1: reactor, 2: reflector | ||
set material id file name = figure_2_half.material_map | ||
end |
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 @@ | ||
2 2 2 2 2 1 1 1 1 1 |
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,21 @@ | ||
set problem dimension = 1 | ||
set transport model = saaf | ||
set number of groups = 1 | ||
set angular quadrature name = gauss_legendre | ||
set angular quadrature order = 4 | ||
set do eigenvalue calculations = true | ||
set reflective boundary names = | ||
|
||
set x, y, z max values of boundary locations = 100.0 | ||
set number of cells for x, y, z directions = 20 | ||
set uniform refinements = 2 | ||
set number of materials = 2 | ||
|
||
set finite element polynomial degree = 1 | ||
|
||
set output file name base = figure_2_saaf | ||
|
||
subsection material ID map | ||
set material id file name map = 1: reactor, 2: reflector | ||
set material id file name = figure_2.material_map | ||
end |
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,21 @@ | ||
set problem dimension = 1 | ||
set transport model = saaf | ||
set number of groups = 1 | ||
set angular quadrature name = gauss_legendre | ||
set angular quadrature order = 4 | ||
set do eigenvalue calculations = true | ||
set reflective boundary names = xmax | ||
|
||
set x, y, z max values of boundary locations = 50.0 | ||
set number of cells for x, y, z directions = 10 | ||
set uniform refinements = 2 | ||
set number of materials = 2 | ||
|
||
set finite element polynomial degree = 1 | ||
|
||
set output file name base = figure_2_saaf_half | ||
|
||
subsection material ID map | ||
set material id file name map = 1: reactor, 2: reflector | ||
set material id file name = figure_2_half.material_map | ||
end |
Binary file not shown.
Binary file not shown.
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
13 changes: 7 additions & 6 deletions
13
.../sood_1999/pu_2_0_in_saaf/pu_2_0_in.input → ..._1999/pu_2_0_in_saaf/pu_2_0_in_saaf.input
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
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
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
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
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
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
Oops, something went wrong.