Skip to content

Commit a514d5e

Browse files
authored
👽️ Missed tf variables in process v3.2.2 (#4156)
1 parent b45bfc3 commit a514d5e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bluemira/codes/process/_inputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ class ProcessInputs:
468468
plleni: float | None = None
469469
plsepi: float | None = None
470470
plsepo: float | None = None
471-
tfootfi: float | None = None
471+
f_dr_tf_outboard_inboard: float | None = None
472472

473473
# Buildings
474474

bluemira/codes/process/equation_variable_mapping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ class Constraint(ConstraintSelection, Model):
630630
"fipir": 72,
631631
"dr_fw_plasma_gap_inboard": 73,
632632
"dr_fw_plasma_gap_outboard": 74,
633-
"tfootfi": 75,
633+
"f_dr_tf_outboard_inboard": 75,
634634
# 76, 77, 78 NOT USED
635635
"fbeta_poloidal": 79,
636636
# 80 NOT USED

bluemira/codes/process/model_mapping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ def switch_name(self) -> str:
660660
"""
661661
return "i_tf_sup"
662662

663-
COPPER = 0, ("tfootfi",)
663+
COPPER = 0, ("f_dr_tf_outboard_inboard",)
664664
SC = 1
665665
CRYO_AL = 2
666666

tests/codes/process/test_data/mfile_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1948,7 +1948,7 @@
19481948
"var_mod": "Divertor build and plasma position",
19491949
"scan01": 1.848
19501950
},
1951-
"tfoffset": {
1951+
"dz_tf_plasma_centre_offset": {
19521952
"var_mod": "Divertor build and plasma position",
19531953
"scan01": -0.75847
19541954
},

0 commit comments

Comments
 (0)