@@ -1245,16 +1245,13 @@ def _load():
12451245 _r (f"simplex_params%perturb_vel_offset({ d } ,{ j } )" , REAL )
12461246
12471247 # lag_params (Lagrangian bubbles)
1248- for a in ["heatTransfer_model" , "massTransfer_model" , "pressure_corrector" ,
1249- "write_bubbles" , "write_bubbles_stats" , "pressure_force" , "gravity_force" ,
1250- "write_void_evol" ]:
1248+ for a in ["heatTransfer_model" , "massTransfer_model" , "pressure_corrector" , "write_bubbles" , "write_bubbles_stats" , "pressure_force" , "gravity_force" , "write_void_evol" ]:
12511249 _r (f"lag_params%{ a } " , LOG , {"bubbles" })
1252- for a in ["solver_approach" , "cluster_type" , "smooth_type" , "nBubs_glb" , "drag_model" ,
1253- "vel_model" , "charNz" ]:
1250+ for a in ["solver_approach" , "cluster_type" , "smooth_type" , "nBubs_glb" , "drag_model" , "vel_model" , "charNz" ]:
12541251 _r (f"lag_params%{ a } " , INT , {"bubbles" })
12551252 for a in ["epsilonb" , "valmaxvoid" , "charwidth" , "c0" , "rho0" , "T0" , "x0" , "Thost" ]:
12561253 _r (f"lag_params%{ a } " , REAL , {"bubbles" })
1257- _r (f "lag_params%input_path" , STR , {"bubbles" })
1254+ _r ("lag_params%input_path" , STR , {"bubbles" })
12581255
12591256 # chem_params
12601257 for a in ["diffusion" , "reactions" ]:
0 commit comments