-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SVEA and NuScale models + Bugfixes (#161)
* Added a 2D SVEA assembly and 2D NuScale model. * Fixed Gmsh model IO mapping. * Added Material.addNuclidesAtomPercent * Fixed typos and omissions in docs. * Fixed a unit error in VERA models gap material density
- Loading branch information
1 parent
42330aa
commit 940145f
Showing
20 changed files
with
2,028 additions
and
62 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
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 |
---|---|---|
|
@@ -51,8 +51,10 @@ MPACT requires gcc version 8 and mpich version 3.3 if MPI is to be used. | |
spack compiler find | ||
spack env create mpact | ||
spack env activate mpact | ||
spack add cmake%[email protected] | ||
spack add [email protected]%[email protected] | ||
spack add hdf5%[email protected] +cxx+fortran~mpi | ||
spack spec | ||
spack install | ||
Now we will begin to install MPACT. We will not cover cloning MPACT, MPACT_Extras, or Futility here. | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
um2_add_executable(./nuscale_2d.cpp) |
Oops, something went wrong.