|
PICurv 0.1.0
A Parallel Particle-In-Cell Solver for Curvilinear LES
|
This page is the contributor checklist for adding new selector-driven options without drifting the YAML -> launcher -> C runtime contract.
For every new selector value:
scripts/picurv,Use the canonical value only. Do not add placeholder enum values or compatibility aliases for unimplemented options.
solver.yml -> strategy.momentum_solverExplicit RK4Dual Time Picard RK4normalize_momentum_solver_type() in scripts/picurvstrategy.momentum_solver -> -mom_solver_typeMomentumSolverType in include/variables.h-mom_solver_type in CreateSimulationContext (src/setup.c)tests/test_cli_smoke.pycase.yml -> boundary_conditionsBC_TYPE_MAPBC_HANDLER_SPECSvalidate_and_prepare_boundary_conditions() in scripts/picurvbcs.runValidateBCHandlerForBCTypeUserCtxtests/test_cli_smoke.pycase.yml -> models.physics.particles.init_modeSurfaceVolumePointSourceSurfaceEdgesnormalize_particle_init_mode() in scripts/picurvinit_mode -> -pinitParticleInitializationType in include/variables.h-pinit in CreateSimulationContexttests/test_cli_smoke.pycase.yml -> properties.initial_conditions.modeZeroConstantPoiseuillenormalize_field_init_mode()resolve_initial_velocity_components()mode -> -finitu_physical/v_physical/w_physical -> -ucont_x/-ucont_y/-ucont_zFieldInitialization in SimCtx-finit in CreateSimulationContexttests/test_cli_smoke.pysolver.yml -> operation_mode.analytical_typeTGV3DZERO_FLOWnormalize_analytical_type() in scripts/picurvanalytical_type -> -analytical_typeAnalyticalSolutionType in SimCtx-analytical_type in CreateSimulationContexttests/test_cli_smoke.pycase.yml -> grid.modecase.yml -> grid.generator.grid_typeprogrammatic_cfilegrid_genscripts/picurv grid validation and run-dir stagingscripts/grid.genprogrammatic_c emits -im/-jm/-km/...file emits -grid_filegrid_gen shells out to grid.gentests/test_cli_smoke.pymonitor.yml -> profiling.timestep_output.modeoffselectedallresolve_profiling_config()prepare_monitor_files() in scripts/picurvtimestep_output.mode -> -profiling_timestep_modetimestep_output.file -> -profiling_timestep_filefinal_summary.enabled -> -profiling_final_summaryprofile.run + -profile_config_fileSimCtxtests/test_cli_smoke.pypost.yml -> statistics_pipelinemsdnormalize_statistics_task() in scripts/picurvmsd -> ComputeMSD token in generated post.run (dispatched to ComputeParticleMSD)tests/test_cli_smoke.py