-
Notifications
You must be signed in to change notification settings - Fork 596
Time Cutoff #2454
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
Closed
cfichtlscherer
wants to merge
49
commits into
openmc-dev:develop
from
cfichtlscherer:neutron-time-cutoff
Closed
Time Cutoff #2454
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
c9b99ef
time cutoff
c45da7f
remove empty line
6b6892d
read time cutoff from xml
015a2f1
ask for time before particle advances
9e3ab6b
clang-format
f6707e1
time cutoff after updating variable
2e0f15d
documentation time cutoff
2f21784
suggested changes by gridley/paulromano
f1bcd7d
regression test time-cutoff
8ba821c
change dafault cutoff to INFTY
6423cb9
reproducibility: sort surf source bank before write
gridley a0a54de
hit_time_boundray as local variable
dbe80bb
time cutoff
de0f982
remove empty line
e44d054
read time cutoff from xml
66676ed
ask for time before particle advances
873df5b
clang-format
9412c75
clang-format
d36d1f4
time cutoff after updating variable
b594a8d
time cutoff after updating variable
7da9ce3
documentation time cutoff
d1604f8
suggested changes by gridley/paulromano
f1b7658
regression test time-cutoff
4e2e2a0
regression test time-cutoff
43927b9
change dafault cutoff to INFTY
2f10609
hit_time_boundray as local variable
4220a75
reabse
adbd491
if condition time boundary
1a7f904
dont redeclarate time boundary
c9ada80
add removed path_statepoint_c in settings.h
d7f9785
remove trailing whitespaces
023ad26
addressing issue #2508
c8ae430
revert last changes
899550e
p.alive in process_advance_particle_events
42e4476
check if particle got killed after advance
46d57d5
undo sort surf source bank
31773e6
run with sort surf source bank again
fb56eb6
other readout of the surface source in test
36a09c3
inputs xml time cutoff
9f82601
change
2607045
Incorporate Paul's suggested changes
d811a14
revert changes in surface_source_test
33325af
merge develop & resolve merge conflict settings.py
6675519
typo
8f06730
clang
8f42e04
revert wrong clang changes in particle_data.h
c04b93f
clang particle data
81cb17f
typo
6482ac9
typo
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
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
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
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
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
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
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
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
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
Empty file.
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,34 @@ | ||
| <?xml version='1.0' encoding='utf-8'?> | ||
| <model> | ||
| <materials> | ||
| </materials> | ||
| <geometry> | ||
| <cell id="1" material="void" region="-1" universe="1" /> | ||
| <surface boundary="vacuum" coeffs="0.0 0.0 0.0 200" id="1" type="sphere" /> | ||
| </geometry> | ||
| <settings> | ||
| <run_mode>fixed source</run_mode> | ||
| <particles>100</particles> | ||
| <batches>10</batches> | ||
| <source strength="1.0"> | ||
| <space type="point"> | ||
| <parameters>0.0 0.0 0.0</parameters> | ||
| </space> | ||
| <energy type="discrete"> | ||
| <parameters>10000.0 1.0</parameters> | ||
| </energy> | ||
| </source> | ||
| <cutoff> | ||
| <time_neutron>1e-07</time_neutron> | ||
| </cutoff> | ||
| </settings> | ||
| <tallies> | ||
| <filter id="1" type="time"> | ||
| <bins>0.0 1e-07 2e-07</bins> | ||
| </filter> | ||
| <tally id="1"> | ||
| <filters>1</filters> | ||
| <scores>flux</scores> | ||
| </tally> | ||
| </tallies> | ||
| </model> |
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.