Skip to content

Commit

Permalink
Comment out parameters which were not properly implemented in the Act…
Browse files Browse the repository at this point in the history
…ion-Material interaction for pebble bed depletion
  • Loading branch information
GiudGiud committed Nov 12, 2024
1 parent c7ba333 commit ac1aa66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pbfhr/gFHR/steady/gFHR_griffin_cr_ss.i
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ total_power = 280.0e+6 # Total reactor Power (W)
# Initial values --------------------------------------------
initial_temperature = 873.15 # (K)
Rho = 1973.8 # kg/m^3 900.0 K
Rho_ref = 1973.8 # kg/m^3
# Rho_ref = 1973.8 # kg/m^3

# ==============================================================================
# GLOBAL PARAMETERS
Expand Down Expand Up @@ -280,9 +280,9 @@ Rho_ref = 1973.8 # kg/m^3
additional_grid_name_variable_mapping = 'Rho Rho'

# coolant settings
coolant_composition_name = coolant
coolant_density_variable = 'Rho'
coolant_density_ref = ${Rho_ref}
# coolant_composition_name = coolant
# coolant_density_variable = 'Rho'
# coolant_density_ref = ${Rho_ref}

# transmutation data
dataset = ISOXML
Expand Down

0 comments on commit ac1aa66

Please sign in to comment.