-
Notifications
You must be signed in to change notification settings - Fork 86
Merging MSRE Xe Poisoning Model #788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
hapfang
wants to merge
29
commits into
idaholab:devel
Choose a base branch
from
hapfang:xe
base: devel
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
f8507db
finalized documentation of msre xe poisoning #768
hapfang 8e3271f
msre xe poisoning model ready #768
hapfang 3b2dbdc
refined the summary #768
hapfang bef56e9
apply suggestions from Guillaume's review thanks #768
hapfang 0b18a5e
update tags and add results clarification
hapfang 5fcae91
add moose mesh for on the fly mesh generation, idaholab#768
hapfang 7e38771
update the linkings to input with new syntax, idaholab#768
hapfang 2af4bea
add gold, idaholab#768
hapfang f2c83d9
Apply suggestions from code review, idaholab#768
hapfang 8e60a4d
updated the md, idaholab#768
hapfang 6dc583b
address comments for documentation, idaholab#768
hapfang 9caa537
fix the tests to use blue_crab to run multiapp, idaholab#768
hapfang 5f5897d
clearing up vel aux variables in griffin app, idaholab#768
hapfang 553a90b
updating pronghorn input file based on feedback, idaholab#768
hapfang 4719a0a
mentioning the python ploting script in documentation, idaholab#768
hapfang 4cd8b71
regold, idaholab#768
hapfang ba1935d
Set up segregated multi-system
GiudGiud da448ce
Remove unnecessary functor output
GiudGiud d3f5b68
Make sure we solve all equations at least once
GiudGiud 75035b1
Couple the physics explicitly to avoid fail in auto-detection
GiudGiud b8c46ac
Restart neutronics closer to the solution
GiudGiud 69684de
Re-add pump that was deleted to:
GiudGiud 3cc2d2c
Loosen tolerance on neutronics to avoid over-converging it
GiudGiud 20b3b53
More comments in TH input
GiudGiud 4e62ca1
Expand author list
GiudGiud 469cf06
Remove executable permission on the msre files
GiudGiud 319c5eb
Apply suggestions from code review of Guillaume, #768
hapfang d244c79
updated the pump head to match original flow rate, #768
hapfang 3bca4c2
regold, #768
hapfang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
|
hapfang marked this conversation as resolved.
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 @@ | ||
| neu_xe_init.e filter=lfs diff=lfs merge=lfs -text |
This file contains hidden or 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,4 @@ | ||
| time,Fuel_avg_Temp,Fuel_core_avg_Temp,Fuel_core_max_Temp,Fuel_max_Temp,Leakage,Mod_avg_Temp,Mod_max_Temp,absorption_RR,eigenvalue,fission_RR,ngamma_RR,nufission_RR,power_scaling,total_power | ||
| 0,923,923,923,923,0,923,923,0,1,0,0,0,3.456287690711e+15,5000000 | ||
| 1,923,923,923,923,37.712728282201,923,923,70.041277574854,1.0123676840583,44.597005994381,24.868374260478,108.36777298497,3.6167661946162e+15,5000000 | ||
| 2,923,923,923,923,37.712728282201,923,923,70.041277574854,1.0123676840583,44.597005994381,24.868374260478,108.36777298497,3.6167661946162e+15,5000000 |
This file contains hidden or 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,3 @@ | ||
| time,Xe_avg,area_pp_downcomer_inlet,inlet_T,inlet_p,outlet_T,outlet_p,return_line_fraction,vfr_downcomer,vfr_pump,vfr_return_line | ||
| 0,0,0.19677333595724,0,0,0,0,0,0,0,0 | ||
| 0.1,2.6314560213783e-27,0.19677333595724,923.00465965952,-413648.28395474,909.53681689842,-480719.92049981,-0.18272592545552,-0.028604114493781,0.029091320728937,0.0053157385029184 |
This file contains hidden or 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 @@ | ||
| strip_mesh_in.e filter=lfs diff=lfs merge=lfs -text |
This file contains hidden or 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,160 @@ | ||
| fuel_pipe_D = '${fparse 10*0.0254}' | ||
| fuel_pipe_R = '${fparse fuel_pipe_D/2.0}' | ||
| core_internal_R = '${fparse 0.496855718 + 2.5*0.0254 - fuel_pipe_R}' | ||
| core_outer_gap = 0.098795213 | ||
| core_barrel_thickness = 0.005 | ||
| downcomer_thickness = 0.045589414 | ||
| height_retrun_elbow = 0.05 | ||
|
|
||
| external_pipe_length = '${fparse 6.71 * 2.0}' | ||
| external_piping_volume = '${fparse pi*((2.5*0.0254)^2)*external_pipe_length}' | ||
| height_pump = '${fparse fuel_pipe_R / 1.5}' | ||
| outer_R = '${fparse fuel_pipe_R +core_internal_R + core_outer_gap + core_barrel_thickness + downcomer_thickness}' | ||
| top_disc_volume = '${fparse pi*outer_R^2*height_pump}' | ||
| remaining_volume = '${fparse external_piping_volume-top_disc_volume}' | ||
| #core_riser_flow_area = '${fparse pi*fuel_pipe_R^2}' | ||
| core_downcomer_flow_area = '${fparse pi*(outer_R^2 - (outer_R-downcomer_thickness)^2)}' | ||
| piping_height = '${fparse remaining_volume/(core_downcomer_flow_area + core_downcomer_flow_area)}' | ||
|
|
||
| [Mesh] | ||
| coord_type = 'RZ' | ||
| type = MeshGeneratorMesh | ||
| block_id = '1 2 3 4 6 7 8 9 10 11 14 15' | ||
| block_name = 'core lower_plenum upper_plenum down_comer core_barrel riser pump elbow void bypass_line strip return_line' | ||
| uniform_refine = 1 | ||
|
|
||
| [cartesian_mesh] | ||
| type = CartesianMeshGenerator | ||
| dim = 2 | ||
| dx = '${height_retrun_elbow} | ||
| ${fparse fuel_pipe_R - height_retrun_elbow} | ||
| ${height_retrun_elbow} | ||
| ${fparse core_internal_R - height_retrun_elbow} | ||
| ${core_outer_gap} | ||
| ${core_barrel_thickness} | ||
| ${downcomer_thickness}' | ||
| ix = '2 | ||
| 4 | ||
| 2 | ||
| 8 | ||
| 2 | ||
| 1 | ||
| 1' | ||
| dy = '0.1715 0.100 0.100 0.246 0.246 0.246 | ||
| 0.246 0.246 0.100 0.100 0.1715 ${piping_height} ${height_pump} | ||
| ${height_retrun_elbow} ${height_retrun_elbow}' | ||
| iy = '6 4 4 10 10 10 10 10 4 4 6 4 4 4 4' | ||
| subdomain_id = ' 2 2 2 2 2 2 2 | ||
| 1 1 1 1 1 6 4 | ||
| 1 1 1 1 1 6 4 | ||
| 1 1 1 1 1 6 4 | ||
| 1 1 1 1 1 6 4 | ||
| 1 1 1 1 1 6 4 | ||
| 1 1 1 1 1 6 4 | ||
| 1 1 1 1 1 6 4 | ||
| 1 1 1 1 1 6 4 | ||
| 1 1 1 1 1 6 4 | ||
| 3 3 3 3 3 6 4 | ||
| 7 7 10 10 10 10 9 | ||
| 8 8 9 9 9 9 9 | ||
| 15 13 11 12 12 12 12 | ||
| 15 14 11 12 12 12 12' | ||
| [] | ||
| [core_downcomer_boundary] | ||
| input = cartesian_mesh | ||
| type = SideSetsBetweenSubdomainsGenerator | ||
| primary_block = '6' | ||
| paired_block = '1 4 2 3' | ||
| new_boundary = core_downcomer_boundary | ||
| [] | ||
| [loop_boundary] | ||
| input = core_downcomer_boundary | ||
| type = SideSetsBetweenSubdomainsGenerator | ||
| primary_block = '9 7 3' | ||
| paired_block = '10' | ||
| new_boundary = 'loop_boundary' | ||
| [] | ||
| [bypass_line_boundary] | ||
| input = loop_boundary | ||
| type = SideSetsBetweenSubdomainsGenerator | ||
| primary_block = '11' | ||
| paired_block = '12' | ||
| new_boundary = 'bypass_line_boundary' | ||
| [] | ||
| [adding_top_to_return_line] | ||
| input = bypass_line_boundary | ||
| type = RenameBoundaryGenerator | ||
| old_boundary = 'top' | ||
| new_boundary = 'extraction' | ||
| [] | ||
| [strip_line_boundary] | ||
| input = adding_top_to_return_line | ||
| type = SideSetsBetweenSubdomainsGenerator | ||
| primary_block = '14' | ||
| paired_block = '15 11' | ||
| new_boundary = 'strip_line_boundary' | ||
| [] | ||
| [return_line_boundary] | ||
| input = strip_line_boundary | ||
| type = SideSetsBetweenSubdomainsGenerator | ||
| primary_block = '11 14 15 8' | ||
| paired_block = '13' | ||
| new_boundary = 'return_line_boundary' | ||
| [] | ||
| [internal_pump_sideset] | ||
| input = return_line_boundary | ||
| type = SideSetsBetweenSubdomainsGenerator | ||
| primary_block = '7' | ||
| paired_block = '8' | ||
| new_boundary = 'pump_outlet' | ||
| [] | ||
| [internal_downcomer_sideset] | ||
| input = internal_pump_sideset | ||
| type = SideSetsBetweenSubdomainsGenerator | ||
| primary_block = '4' | ||
| paired_block = '9' | ||
| new_boundary = 'downcomer_inlet' | ||
| [] | ||
| [top_core_barrel] | ||
| input = internal_downcomer_sideset | ||
| type = SideSetsBetweenSubdomainsGenerator | ||
| primary_block = '6' | ||
| paired_block = '10' | ||
| new_boundary = 'top_core_barrel' | ||
| [] | ||
| [top_boundary_return_line] | ||
| input = top_core_barrel | ||
| type = SideSetsBetweenSubdomainsGenerator | ||
| primary_block = '9' | ||
| paired_block = '12' | ||
| new_boundary = 'top' | ||
| [] | ||
| [return_line_internal_sideset] | ||
| input = top_boundary_return_line | ||
| type = SideSetsBetweenSubdomainsGenerator | ||
| primary_block = '15' | ||
| paired_block = '8' | ||
| new_boundary = 'return_line_sideset' | ||
| [] | ||
| # [missing_boundary] | ||
| # input = return_line_internal_sideset | ||
| # type = SideSetsBetweenSubdomainsGenerator | ||
| # primary_block = '13' | ||
| # paired_block = '8' | ||
| # new_boundary = 'top_of_pump' | ||
| # [] | ||
| [block_delete] | ||
| input = return_line_internal_sideset | ||
| type = BlockDeletionGenerator | ||
| block = '10 12 13' | ||
| [] | ||
| #[block_delete] | ||
| # type = BlockDeletionGenerator | ||
| # input = top_core_barrel | ||
| # block = '10' | ||
| #[] | ||
| [] | ||
|
|
||
| [Executioner] | ||
| type = Steady | ||
| [] |
This file contains hidden or 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 @@ | ||
| xs_msre_micro_xe.xml filter=lfs diff=lfs merge=lfs -text |
Git LFS file not shown
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.