-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
80ea86b
commit 5ae472f
Showing
5 changed files
with
38 additions
and
43 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
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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,33 @@ | ||
# Spec | ||
|
||
A good way to get early adopters might be to be a drop-in replacement for OpenMOC or OpenMC. | ||
But we choose to design a simplified interface. | ||
|
||
## Material and Cross section | ||
|
||
- Material : describe a material with its cross-sections | ||
- vec sigma_t total or transport cross-section | ||
- vec sigma_a absorption cross-section | ||
- mat sigma_s scattering cross-section | ||
- vec sigma_f fission cross-section | ||
- vec nu_sigma_f nu*fission | ||
- vec chi | ||
- bool fissible | ||
- str name (optional) | ||
|
||
## Geometry | ||
|
||
Cell | ||
PinCell : cell with concentric annular regions | ||
Lattice : set or PinCell or set of Lattice | ||
|
||
Symetry 1/2 1/8 | ||
Boundary coundition : Vaccum Reflexion | ||
|
||
## Usage example | ||
|
||
Na | ||
|
||
## Solvers | ||
|
||
Na |