File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,9 +138,9 @@ def plot_scan(
138138 62 : "j_cs_flat_top_end" ,
139139 63 : "dr_cs" ,
140140 64 : "f_z_cs_tf_internal" ,
141- 65 : "csfv. n_cycle_min" ,
142- 66 : "pfv. f_a_cs_turn_steel" ,
143- 67 : "csfv. t_crack_vertical" ,
141+ 65 : "n_cycle_min" ,
142+ 66 : "f_a_cs_turn_steel" ,
143+ 67 : "t_crack_vertical" ,
144144 68 : "inlet_temp_liq" ,
145145 69 : "outlet_temp_liq" ,
146146 70 : "blpressure_liq" ,
Original file line number Diff line number Diff line change @@ -299,17 +299,17 @@ class VariableMetadata:
299299 description = "Minimum burn time" ,
300300 units = "s" ,
301301 ),
302- "pfv. f_a_cs_turn_steel" : VariableMetadata (
302+ "f_a_cs_turn_steel" : VariableMetadata (
303303 latex = r"$f_{\mathrm{Steel}}^{\mathrm{CS}}$" ,
304304 description = "Steel fraction in CS coil" ,
305305 units = "" ,
306306 ),
307- "csfv. dr_cs_turn_conduit" : VariableMetadata (
307+ "dr_cs_turn_conduit" : VariableMetadata (
308308 latex = r"$Turn_{\mathrm{radial}}^{\mathrm{CS}}[$m$]$" ,
309309 description = "Radial turn length" ,
310310 units = "m" ,
311311 ),
312- "csfv. t_crack_vertical" : VariableMetadata (
312+ "t_crack_vertical" : VariableMetadata (
313313 latex = r"$Crack_{\mathrm{vertical}}^{\mathrm{CS}}[$m$]$" ,
314314 description = "Vertical crack length" ,
315315 units = "m" ,
You can’t perform that action at this time.
0 commit comments