-
Notifications
You must be signed in to change notification settings - Fork 9
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
13 rfx tallies assume a homogeneous or layered tissue geometry #162
13 rfx tallies assume a homogeneous or layered tissue geometry #162
Commits on Sep 13, 2023
-
Modified the SimulationInputValidation code to allow user specifying …
…inhomogeneous tissue and ROfFx detector. Also performed code cleaned up on these two files. Since the ValidationResult.IsValid now returns true, simulation will proceed without interruption. This means that the ValidationRule set to "Warning: R(fx) theory assumes a homogeneous or layered tissue geometry" and the Remarks set to "User discretion advised" are not put to the screen since only results with IsValid=false put out these statements.
Configuration menu - View commit details
-
Copy full SHA for fdb09c8 - Browse repository at this point
Copy the full SHA fdb09c8View commit details
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 59f858b - Browse repository at this point
Copy the full SHA 59f858bView commit details
Commits on Nov 3, 2023
-
Merge branch 'master' into 13-rfx-tallies-assume-a-homogeneous-or-lay…
…ered-tissue-geometry
Configuration menu - View commit details
-
Copy full SHA for 1634d11 - Browse repository at this point
Copy the full SHA 1634d11View commit details
Commits on Jan 11, 2024
-
Merge branch 'master' into 13-rfx-tallies-assume-a-homogeneous-or-lay…
…ered-tissue-geometry
Configuration menu - View commit details
-
Copy full SHA for 277b131 - Browse repository at this point
Copy the full SHA 277b131View commit details
Commits on Apr 17, 2024
-
Merge branch 'master' into 13-rfx-tallies-assume-a-homogeneous-or-lay…
…ered-tissue-geometry and resolved conflicts: # src/Vts/MonteCarlo/DataStructuresValidation/SimulationInputValidation.cs
Configuration menu - View commit details
-
Copy full SHA for 868bad9 - Browse repository at this point
Copy the full SHA 868bad9View commit details
Commits on Aug 8, 2024
-
Merge branch 'master' into 13-rfx-tallies-assume-a-homogeneous-or-lay…
…ered-tissue-geometry
Configuration menu - View commit details
-
Copy full SHA for 6443ae1 - Browse repository at this point
Copy the full SHA 6443ae1View commit details -
Modified validation code check of non-layered or non-homogeneous tiss…
…ue and R(fx) detector specification to issue Warning and continue with simulation.
Configuration menu - View commit details
-
Copy full SHA for 0b3839f - Browse repository at this point
Copy the full SHA 0b3839fView commit details -
Merge branch 'master' into 13-rfx-tallies-assume-a-homogeneous-or-lay…
…ered-tissue-geometry
Configuration menu - View commit details
-
Copy full SHA for 2b8a37c - Browse repository at this point
Copy the full SHA 2b8a37cView commit details -
Downgraded three more validation checks from an exception that stops …
…the code, to issuing a warning and continuing on with the simulation.The philosophy here is that if combination of inputs is non-standard but the transport will not error, a warning is issued and the validation result remains true. This allows users to specify inconsistent combinations, e.g. angled source and cylindrical coordinate detectors, receive a warning and have the simulation proceed. If the combination of inputs will cause the transport to error, e.g. defining an embedded ellipsoid that overlaps with a tissue layer, then the input validation fails and the simulation stopped.
Configuration menu - View commit details
-
Copy full SHA for 5306b4a - Browse repository at this point
Copy the full SHA 5306b4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9331e5a - Browse repository at this point
Copy the full SHA 9331e5aView commit details
Commits on Aug 22, 2024
-
Modfied one of the floating point comparisons using a range. The othe…
…r should not have a range.
Configuration menu - View commit details
-
Copy full SHA for 89e1b62 - Browse repository at this point
Copy the full SHA 89e1b62View commit details -
Fixed unused usings, code cleanup, cognitive complexity in one place …
…and floating point check.
Configuration menu - View commit details
-
Copy full SHA for 08b3354 - Browse repository at this point
Copy the full SHA 08b3354View commit details -
Reduced complexity some more. Gave in and modified floating point che…
…ck. Replaced Count() with Length and reduced long lines.
Configuration menu - View commit details
-
Copy full SHA for ecc056f - Browse repository at this point
Copy the full SHA ecc056fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08daa7a - Browse repository at this point
Copy the full SHA 08daa7aView commit details -
Reduced complexity some more. And renamed Incapabilities to Capabilit…
…ies in method names because not just incapabiities being checked, consistencies being checked too.
Configuration menu - View commit details
-
Copy full SHA for 16412e2 - Browse repository at this point
Copy the full SHA 16412e2View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b084325 - Browse repository at this point
Copy the full SHA b084325View commit details -
Configuration menu - View commit details
-
Copy full SHA for db40c98 - Browse repository at this point
Copy the full SHA db40c98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 648b186 - Browse repository at this point
Copy the full SHA 648b186View commit details