@@ -1253,16 +1253,13 @@ def _load():
12531253 _r (f"simplex_params%perturb_vel_offset({ d } ,{ j } )" , REAL )
12541254
12551255 # --- lag_params (Lagrangian bubbles) ---
1256- for a in ["heatTransfer_model" , "massTransfer_model" , "pressure_corrector" ,
1257- "write_bubbles" , "write_bubbles_stats" , "pressure_force" , "gravity_force" ,
1258- "write_void_evol" ]:
1256+ for a in ["heatTransfer_model" , "massTransfer_model" , "pressure_corrector" , "write_bubbles" , "write_bubbles_stats" , "pressure_force" , "gravity_force" , "write_void_evol" ]:
12591257 _r (f"lag_params%{ a } " , LOG , {"bubbles" })
1260- for a in ["solver_approach" , "cluster_type" , "smooth_type" , "nBubs_glb" , "drag_model" ,
1261- "vel_model" , "charNz" ]:
1258+ for a in ["solver_approach" , "cluster_type" , "smooth_type" , "nBubs_glb" , "drag_model" , "vel_model" , "charNz" ]:
12621259 _r (f"lag_params%{ a } " , INT , {"bubbles" })
12631260 for a in ["epsilonb" , "valmaxvoid" , "charwidth" , "c0" , "rho0" , "T0" , "x0" , "Thost" ]:
12641261 _r (f"lag_params%{ a } " , REAL , {"bubbles" })
1265- _r (f "lag_params%input_path" , STR , {"bubbles" })
1262+ _r ("lag_params%input_path" , STR , {"bubbles" })
12661263
12671264 # --- chem_params ---
12681265 for a in ["diffusion" , "reactions" ]:
0 commit comments