Skip to content

Commit 5a92bc1

Browse files
Updated default IB patch size from previous refactor
1 parent ccf7488 commit 5a92bc1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

toolchain/mfc/params/definitions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def _fc(name: str, default: int) -> int:
3131
NPR = _fc("num_probes_max", 10) # probe, acoustic, integral
3232
NB = _fc("num_bc_patches_max", 10) # patch_bc
3333
NUM_PATCHES_MAX = _fc("num_patches_max", 10) # patch_icpp (Fortran array bound)
34-
NIB = _fc("num_ib_patches_max", 50000) # patch_ib (Fortran array bound)
34+
NIB = _fc("num_ib_patches_max", 54000) # patch_ib (Fortran array bound)
3535
NAF = _fc("num_ib_airfoils_max", 5) # ib_airfoil (Fortran array bound)
3636
NSM = _fc("num_stl_models_max", 10) # stl_models (Fortran array bound)
3737
NPB = _fc("num_particle_beds_max", 10) # particle_bed (Fortran array bound)
@@ -1193,7 +1193,7 @@ def _nv(targets: set, *names: str) -> None:
11931193
"pi_fac",
11941194
)
11951195
_nv(_PRE_POST, "num_fluids", "weno_order", "recon_type", "muscl_order", "mhd", "nb", "sigR", "igr", "igr_order")
1196-
_nv(_SIM, "ib_airfoil")
1196+
_nv(_PRE_SIM, "ib_airfoil")
11971197
_nv(_PRE_SIM, "stl_models", "num_stl_models")
11981198
_nv(
11991199
_SIM,

0 commit comments

Comments
 (0)