Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KiT-RT
KiT-RT
Commits
c6b5877d
Commit
c6b5877d
authored
Mar 28, 2021
by
Tianbai Xiao
Browse files
Set default sigmas=1 in line source case
Former-commit-id:
30154592
parent
a8cff6fc
Changes
2
Show whitespace changes
Inline
Side-by-side
code/input/linesource_SN.cfg
View file @
c6b5877d
...
...
@@ -27,7 +27,7 @@ CFL_NUMBER = 0.7
% Final time for simulation
TIME_FINAL = 0.5
% Reconstruction order
RECONS_ORDER =
2
RECONS_ORDER =
1
%
% ---- Boundary Conditions ----
...
...
code/src/common/config.cpp
View file @
c6b5877d
...
...
@@ -260,7 +260,7 @@ void Config::SetConfigOptions() {
// Linesource Testcase Options
/*! @brief SCATTER_COEFF \n DESCRIPTION: Sets the scattering coefficient for the Linesource test case. \n DEFAULT 0.0 \ingroup Config */
AddDoubleOption
(
"SCATTER_COEFF"
,
_sigmaS
,
0
.0
);
AddDoubleOption
(
"SCATTER_COEFF"
,
_sigmaS
,
1
.0
);
// CSD related options
/*! @brief MAX_ENERGY_CSD \n DESCRIPTION: Sets maximum energy for the CSD simulation.\n DEFAULT \ingroup Config */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment