Skip to content

Commit

Permalink
Fix RFW
Browse files Browse the repository at this point in the history
  • Loading branch information
watchful5406 committed Sep 20, 2024
1 parent 3d01f6f commit 3b6814e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ def clamp(val, clamp_min, clamp_max):
#30"RFW(1)-4

"diameter" : 762, #millimeters
"length" : 4000, #TODO : determine a good length
"length" : 18000, #TODO : determine a good length
"pressure" : 0, #pascals
"volume" : 0,
"type" : FluidTypes.Liquid,
Expand Down
4 changes: 2 additions & 2 deletions simulation/models/control_room_columbia/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -3383,7 +3383,7 @@ class ReactorMode(IntEnum):
"bus" : "",
"horsepower" : 0,
"rated_rpm" : 5000,
"rated_discharge_press" : 1800,
"rated_discharge_press" : 1400,
"flow_from_rpm" : 0,
"rated_flow" : 18520, #lowering rated flow because its unstable
"header" : "rfw_discharge",
Expand All @@ -3397,7 +3397,7 @@ class ReactorMode(IntEnum):
"bus" : "",
"horsepower" : 0,
"rated_rpm" : 5000,
"rated_discharge_press" : 1800,
"rated_discharge_press" : 1400,
"flow_from_rpm" : 0,
"rated_flow" : 18520, #lowering rated flow because its unstable
"header" : "rfw_discharge",
Expand Down

0 comments on commit 3b6814e

Please sign in to comment.