@@ -16,17 +16,18 @@ module m_constants
1616 real (wp), parameter :: verysmall = 1.e-12_wp !< Very small number
1717 !> Radius cutoff to avoid division by zero for 3D spherical harmonic patch (geometry 14 )
1818 real (wp), parameter :: small_radius = 1.e-32_wp
19- integer , parameter :: num_stcls_min = 5 !< Minimum # of stencils
20- integer , parameter :: path_len = 400 !< Maximum path length
21- integer , parameter :: name_len = 50 !< Maximum name length
22- integer , parameter :: dflt_int = - 100 !< Default integer value
23- integer , parameter :: fourier_rings = 5 !< Fourier filter ring limit
24- integer , parameter :: num_fluids_max = 10 !< Maximum number of fluids in the simulation
25- integer , parameter :: num_probes_max = 10 !< Maximum number of flow probes in the simulation
26- integer , parameter :: num_patches_max = 10 !< Maximum number of IC patches
27- integer , parameter :: num_ib_patches_max = 2050000 !< Maximum number of immersed boundary patches (patch_ib)
28- !> Max patches readable from the namelist; patch_ib grows to num_ib_patches_max only when particle beds are used
29- integer , parameter :: num_ib_patches_max_namelist = 50000
19+ integer , parameter :: num_stcls_min = 5 !< Minimum # of stencils
20+ integer , parameter :: path_len = 400 !< Maximum path length
21+ integer , parameter :: name_len = 50 !< Maximum name length
22+ integer , parameter :: dflt_int = - 100 !< Default integer value
23+ integer , parameter :: fourier_rings = 5 !< Fourier filter ring limit
24+ integer , parameter :: num_fluids_max = 10 !< Maximum number of fluids in the simulation
25+ integer , parameter :: num_probes_max = 10 !< Maximum number of flow probes in the simulation
26+ integer , parameter :: num_patches_max = 10 !< Maximum number of IC patches
27+ !> Maximum number of immersed boundary patches (legacy, not used for patch_ib sizing)
28+ integer , parameter :: num_ib_patches_max = 2050000
29+ !> Fixed capacity of patch_ib (namelist patches + local particle bed subset after reduction)
30+ integer , parameter :: num_ib_patches_max_namelist = 54000
3031 integer , parameter :: num_local_ibs_max = 2000 !< Maximum number of immersed boundary patches (patch_ib)
3132 integer , parameter :: num_particle_beds_max = 10 !< Maximum number of particle bed patch specifications
3233 integer , parameter :: num_bc_patches_max = 10 !< Maximum number of boundary condition patches
0 commit comments