From f379eadbd270f549dcd60f6e6f26ed1786c28e9a Mon Sep 17 00:00:00 2001 From: Charles G Waldman Date: Mon, 23 Feb 2026 12:34:02 -0600 Subject: [PATCH 1/5] update --- nonexistent-keys.txt | 37 +------------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) diff --git a/nonexistent-keys.txt b/nonexistent-keys.txt index de176cc..1f3d3bc 100644 --- a/nonexistent-keys.txt +++ b/nonexistent-keys.txt @@ -1,43 +1,8 @@ -bc.[region_name].[solid_name].bins -bc.[region_name].[solid_name].density.custom -bc.[region_name].[solid_name].density.max -bc.[region_name].[solid_name].density.mean -bc.[region_name].[solid_name].density.min -bc.[region_name].[solid_name].density.std -bc.[region_name].[solid_name].diameter -bc.[region_name].[solid_name].diameter.constant -bc.[region_name].[solid_name].diameter.custom -bc.[region_name].[solid_name].diameter.max -bc.[region_name].[solid_name].diameter.mean -bc.[region_name].[solid_name].diameter.min -bc.[region_name].[solid_name].diameter.std bc.[region_name].[solid_name].massflow -bc.[region_name].[solid_name].type -ic.[region_name].[solid_name].bins -ic.[region_name].[solid_name].type - -mac_proj.bottom_maxiter -mac_proj.bottom_verbose -mac_proj.maxiter -mac_proj.verbose -mfix.deposition_diffusion_coeff -mfix.plt_T_p -mfix.plt_drag_p -mfix.plt_omega_p -mfix.plt_phase -mfix.plt_radius -mfix.plt_ro_p -mfix.plt_statwt -mfix.plt_vel_p mfix.solids.[region_name].plt_cp_s mfix.solids.[region_name].plt_h_s_txfr mfix.solids.[region_name].plt_mass mfix.solids.[region_name].plt_mass_sn_txfr mfix.solids.[region_name].plt_omoi mfix.solids.[region_name].plt_vel_s_txfr -mfix.solids.[region_name].plt_volume -mfix.use_drag_coeff_in_proj_gp -nodal_proj.bottom_maxiter -nodal_proj.bottom_verbose -nodal_proj.maxiter -nodal_proj.verbose +mfix.solids.[region_name].plt_volume \ No newline at end of file -- GitLab From e935a828f795b6adc4d13039bd2da3dbc7ca4a55 Mon Sep 17 00:00:00 2001 From: Charles G Waldman Date: Mon, 23 Feb 2026 12:34:06 -0600 Subject: [PATCH 2/5] update --- undocumented-keys.txt | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/undocumented-keys.txt b/undocumented-keys.txt index 0b4dd2c..73a1611 100644 --- a/undocumented-keys.txt +++ b/undocumented-keys.txt @@ -21,14 +21,12 @@ diffusion.verbose_solver eb2.extend_domain_face eb2.small_volfrac fab.format +fluid_name.thermal_conductivity hopper.center hopper.direction hopper.funnel_height hopper.funnel_radius hopper.orifice_radius -ic.[region_name].[solid_name].[property_name].bins -ic.[region_name].[solid_name].[property_name].interpolate -ic.[region_name].[solid_name].[property_name].type ic.[region_name].granular_temperature mfix.advect_momentum mfix.advect_tracer @@ -36,18 +34,11 @@ mfix.agg_grid_size mfix.ascent_on_restart mfix.checkpoint_files_output mfix.constraint.include_depdt -mfix.deposition.filter -mfix.deposition.filter.constant -mfix.deposition.filter.variable -mfix.deposition.filter.variable.min_eps mfix.geom_chk_ccse_regtest +mfix.grid_pruning mfix.monitors.[monitor_name].count mfix.overstep_end_time mfix.particle_sorting_bin -mfix.particles.enthalpy_source -mfix.particles.update_enthalpy -mfix.particles.update_mass -mfix.particles.update_momentum mfix.plt_D_g mfix.plt_MW_g mfix.plt_X_g @@ -72,11 +63,11 @@ mfix.solids.[region_name].plt_pft_neighbor_flags mfix.solids.[region_name].plt_ptype mfix.solids.[region_name].plt_vm_coeff mfix.sort_particle_int -mfix.stop_for_unused_inputs mfix.test_tracer_conservation mfix.use_new_depdt_algo particles.reduceGhostParticles pic2dem.convert +species.thermal_conductivity.model stl.internal_flow tracer tracer.diff_coeff \ No newline at end of file -- GitLab From e8a105997b80af39dc6d06a45fd4925c098917f1 Mon Sep 17 00:00:00 2001 From: Charles G Waldman Date: Mon, 23 Feb 2026 12:34:28 -0600 Subject: [PATCH 3/5] bool -> Bool --- docs/source_docs/references/size_distributions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source_docs/references/size_distributions.rst b/docs/source_docs/references/size_distributions.rst index 514020e..058a049 100644 --- a/docs/source_docs/references/size_distributions.rst +++ b/docs/source_docs/references/size_distributions.rst @@ -707,7 +707,7 @@ A user-defined ``custom`` distribution can be specified by providing discrete pr +---------------------+-----------------------------------------------------------------------+-------------+-----------+ | | Description | Type | Default | +=====================+=======================================================================+=============+===========+ -| custom | File name of user-defined distribution | string | N/A | +| custom | File name of user-defined distribution | String | N/A | +---------------------+-----------------------------------------------------------------------+-------------+-----------+ | min | Minimum particle diameter. Drawn samples below ``min`` are discarded | Real | N/A | | | and a new sample is drawn. | | | @@ -715,7 +715,7 @@ A user-defined ``custom`` distribution can be specified by providing discrete pr | max | Maximum particle diameter. Drawn samples above ``max`` are discarded | Real | N/A | | | and a new sample is drawn. | | | +---------------------+-----------------------------------------------------------------------+-------------+-----------+ -| interpolate | Enable linear interpolation between discrete bins. This option is | bool | false | +| interpolate | Enable linear interpolation between discrete bins. This option is | Bool | false | | | only available when the initial distribution probability is zero. | | | +---------------------+-----------------------------------------------------------------------+-------------+-----------+ -- GitLab From 58e0dd8486fc86ef548d707ee340e8a9a1058a0e Mon Sep 17 00:00:00 2001 From: Charles G Waldman Date: Mon, 23 Feb 2026 12:34:49 -0600 Subject: [PATCH 4/5] downcase --- docs/source_docs/user_guide/inputs/fluid_model.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source_docs/user_guide/inputs/fluid_model.rst b/docs/source_docs/user_guide/inputs/fluid_model.rst index 67c85b2..71194ba 100644 --- a/docs/source_docs/user_guide/inputs/fluid_model.rst +++ b/docs/source_docs/user_guide/inputs/fluid_model.rst @@ -223,7 +223,7 @@ The following inputs are defined using the prefix ``[fluid_name]``: -Specific Heat +Specific heat ------------- The following inputs are defined using the prefix ``[fluid_name].specific_heat``: -- GitLab From e9312b26e95bb82e9b649b3e5b6b10fac8996381 Mon Sep 17 00:00:00 2001 From: Charles G Waldman Date: Mon, 23 Feb 2026 12:34:55 -0600 Subject: [PATCH 5/5] add interpolate --- .../user_guide/inputs/boundary_conditions.rst | 12 ++++++++++-- .../user_guide/inputs/initial_conditions.rst | 8 ++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/docs/source_docs/user_guide/inputs/boundary_conditions.rst b/docs/source_docs/user_guide/inputs/boundary_conditions.rst index 6c71775..c4c3a7d 100644 --- a/docs/source_docs/user_guide/inputs/boundary_conditions.rst +++ b/docs/source_docs/user_guide/inputs/boundary_conditions.rst @@ -195,7 +195,6 @@ please refer to :ref:`ReferenceParticleDistributions