Skip to content

Commit

Permalink
sample input in quick-guide updated. Thanks to Arif
Browse files Browse the repository at this point in the history
  • Loading branch information
imronuke committed Jun 21, 2022
1 parent 627ccee commit d6865bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/geom.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Three-dimensional problem with 2x2 nodes per FA
! 0 = zero-flux
! 1 = zero-incoming current
! 2 = reflective
(east), (west), (north), (south), (bottom), (top)
!(east), (west), (north), (south), (bottom), (top)
1 2 2 1 1 1
```

Expand Down Expand Up @@ -129,7 +129,7 @@ Two-dimensional problem with 2x2 nodes per FA
! 0 = zero-flux
! 1 = zero-incoming current
! 2 = reflective
(east), (west), (north), (south), (bottom), (top)
!(east), (west), (north), (south), (bottom), (top)
1 2 2 1 2 2
```

Expand Down Expand Up @@ -160,7 +160,7 @@ Two-dimensional problem with 16x16 nodes per FA. Normally for Finite Difference
! 0 = zero-flux
! 1 = zero-incoming current
! 2 = reflective
(east), (west), (north), (south), (bottom), (top)
!(east), (west), (north), (south), (bottom), (top)
1 2 2 1 2 2
```

Expand All @@ -185,7 +185,7 @@ One-dimensional problem with 1 cm node or mesh size
! 0 = zero-flux
! 1 = zero-incoming current
! 2 = reflective
(east), (west), (north), (south), (bottom), (top)
!(east), (west), (north), (south), (bottom), (top)
2 1 2 2 2 2
```

Expand Down
5 changes: 4 additions & 1 deletion docs/quick-guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,12 @@ IAEA3D
! 0 = zero-flux
! 1 = zero-incoming current
! 2 = reflective
(east), (west), (north), (south), (bottom), (top)
! (east), (west), (north), (south), (bottom), (top)
1 2 2 1 1 1
%ITER
1200 5 1.e-5 1.e-5 15 40 20 80 ! 5 inner iterations per outer, and fission extrapolate every 15 outer iterations
! NOTE: Writing 19*20.0 is equivalent to write 20.0 nineteen times in a row
```

Expand Down

0 comments on commit d6865bc

Please sign in to comment.