Skip to content
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

rename Opacity_dir -> OPACITY_DIR #3006

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Docs/source/radiation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ frequency, and :math:`m`, :math:`n` and :math:`p` are constants. For the gray so

::

Opacity_dir := rad_power_law
OPACITY_DIR := rad_power_law

in your GNUmakefile. See § \ `3.3.1 <#sec:opacpars>`__ for instructions on how
to configure the parameters used for this opacity setup. If you would prefer a different
Expand Down
2 changes: 1 addition & 1 deletion Exec/radiation_tests/Rad2Tshock/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ EOS_DIR := gamma_law
NETWORK_DIR := general_null
NETWORK_INPUTS := gammalaw.net

Opacity_dir := rad_power_law
OPACITY_DIR := rad_power_law

PROBLEM_DIR ?= ./

Expand Down
2 changes: 1 addition & 1 deletion Exec/radiation_tests/RadBlastWave/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ EOS_DIR := gamma_law
NETWORK_DIR := general_null
NETWORK_INPUTS := gammalaw.net

Opacity_dir := rad_power_law
OPACITY_DIR := rad_power_law

PROBLEM_DIR ?= ./

Expand Down
2 changes: 1 addition & 1 deletion Exec/radiation_tests/RadBreakout/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CASTRO_HOME ?= ../../..
EOS_DIR = breakout
NETWORK_DIR := general_null
NETWORK_INPUTS = breakout.net
Opacity_dir = breakout
OPACITY_DIR = breakout

PROBLEM_DIR ?= ./

Expand Down
2 changes: 1 addition & 1 deletion Exec/radiation_tests/RadFront/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ EOS_DIR := gamma_law
NETWORK_DIR := general_null
NETWORK_INPUTS := gammalaw.net

Opacity_dir := rad_power_law
OPACITY_DIR := rad_power_law

PROBLEM_DIR ?= ./

Expand Down
2 changes: 1 addition & 1 deletion Exec/radiation_tests/RadShestakovBolstad/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ EOS_DIR := rad_power_law
NETWORK_DIR := general_null
NETWORK_INPUTS := gammalaw.net

Opacity_dir := rad_power_law
OPACITY_DIR := rad_power_law

# number of radiation groups - this needs to correspond to radiation.nGroups in
# the inputs file
Expand Down
2 changes: 1 addition & 1 deletion Exec/radiation_tests/RadSourceTest/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ EOS_DIR := rad_power_law
NETWORK_DIR := general_null
NETWORK_INPUTS := gammalaw.net

Opacity_dir := rad_power_law
OPACITY_DIR := rad_power_law

# use radiation interpbndry
RAD_INTERP = TRUE
Expand Down
2 changes: 1 addition & 1 deletion Exec/radiation_tests/RadSphere/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ EOS_DIR := rad_power_law
NETWORK_DIR := general_null
NETWORK_INPUTS := gammalaw.net

Opacity_dir := rad_power_law
OPACITY_DIR := rad_power_law

# number of radiation groups - this needs to correspond to radiation.nGroups in
# the inputs file
Expand Down
2 changes: 1 addition & 1 deletion Exec/radiation_tests/RadSuOlson/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ EOS_DIR := rad_power_law
NETWORK_DIR := general_null
NETWORK_INPUTS := gammalaw.net

Opacity_dir := rad_power_law
OPACITY_DIR := rad_power_law

PROBLEM_DIR ?= ./

Expand Down
2 changes: 1 addition & 1 deletion Exec/radiation_tests/RadSuOlsonMG/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ EOS_DIR := rad_power_law
NETWORK_DIR := general_null
NETWORK_INPUTS := gammalaw.net

Opacity_dir := rad_power_law
OPACITY_DIR := rad_power_law

NGROUPS := 2

Expand Down
2 changes: 1 addition & 1 deletion Exec/radiation_tests/RadThermalWave/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ EOS_DIR := gamma_law
NETWORK_DIR := general_null
NETWORK_INPUTS := gammalaw.net

Opacity_dir := rad_power_law
OPACITY_DIR := rad_power_law

PROBLEM_DIR ?= ./

Expand Down
2 changes: 1 addition & 1 deletion Exec/science/bwp-rad/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ NETWORK_DIR := general_null
NETWORK_INPUTS := H_He.net

# power-law opacity
Opacity_dir := rad_power_law
OPACITY_DIR := rad_power_law

PROBLEM_DIR ?= ./

Expand Down
2 changes: 1 addition & 1 deletion Exec/science/planet/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ NETWORK_DIR := general_null
NETWORK_INPUTS := ./taeho.net

# power-law opacity
Opacity_dir := rad_power_law
OPACITY_DIR := rad_power_law

PROBLEM_DIR ?= ./

Expand Down
Loading