LICENSE
README.md
pyproject.toml
applications/compute_conditional_mean.py
applications/compute_conditional_mean_will.py
applications/compute_kla_uq.py
applications/compute_time_series_mean.py
applications/early_prediction.py
applications/sparger_placement_opt.py
applications/write_block_cyl_mesh.py
applications/write_block_rect_mesh.py
applications/write_dynMix_fvModels.py
applications/write_species_thermo_prop.py
applications/write_stirred_tank_mesh.py
applications/write_stl_patch.py
bird/__init__.py
bird/logging_config.py
bird/version.py
bird/calibration/__init__.py
bird/calibration/scaling.py
bird/constants/ch4.yaml
bird/constants/co.yaml
bird/constants/co2.yaml
bird/constants/h2.yaml
bird/constants/h2o.yaml
bird/constants/n2.yaml
bird/constants/o2.yaml
bird/meshing/__init__.py
bird/meshing/_mesh_tools.py
bird/meshing/_stirred_tank_reactor.py
bird/meshing/block_cyl_mesh.py
bird/meshing/block_rect_mesh.py
bird/meshing/stirred_tank_mesh.py
bird/meshing/block_cyl_mesh_templates/baseColumn/input.yaml
bird/meshing/stirred_tank_mesh_templates/base_tank/tank_par.yaml
bird/postprocess/__init__.py
bird/postprocess/conditional_mean.py
bird/postprocess/early_pred.py
bird/postprocess/kla_utils.py
bird/postprocess/stats.py
bird/postprocess/SA_optimization/get_csv.py
bird/postprocess/SA_optimization/get_optimal.py
bird/postprocess/SA_optimization/get_optimal_with_constraint.py
bird/postprocess/SA_optimization/plot_qoi_vs_sparg.py
bird/postprocess/SA_optimization/surrogate.py
bird/postprocess/computeQoI/compute_QOI.py
bird/postprocess/data_early/150rpm_1e8.csv
bird/postprocess/data_early/150rpm_5e7.csv
bird/postprocess/data_early/240rpm_1e8.csv
bird/postprocess/post_quantities/__init__.py
bird/postprocess/post_quantities/_cell_filter.py
bird/postprocess/post_quantities/kla.py
bird/postprocess/post_quantities/phase.py
bird/postprocess/post_quantities/species.py
bird/postprocess/post_quantities/superficial_velocity.py
bird/preprocess/__init__.py
bird/preprocess/data_case_gen/__init__.py
bird/preprocess/data_case_gen/loop_reactor_pbe_dynmix_nonstat_headbranch_scaleup/get_qoi.py
bird/preprocess/data_case_gen/loop_reactor_pbe_dynmix_nonstat_headbranch_scaleup/read_history.py
bird/preprocess/data_case_gen/loop_reactor_pbe_dynmix_nonstat_headbranch_scaleup/writeGlobalVars.py
bird/preprocess/dynamic_mixer/__init__.py
bird/preprocess/dynamic_mixer/io_fvModels.py
bird/preprocess/dynamic_mixer/mixer.py
bird/preprocess/dynamic_mixer/mixing_fvModels.py
bird/preprocess/inhomogeneousBC/main.py
bird/preprocess/inhomogeneousBC/main_rep.py
bird/preprocess/inhomogeneousBC/util/argument_inhomo.py
bird/preprocess/inhomogeneousBC/util/fromMomtoPdf.py
bird/preprocess/json_gen/__init__.py
bird/preprocess/json_gen/design_io.py
bird/preprocess/json_gen/generate_designs.py
bird/preprocess/species_gen/__init__.py
bird/preprocess/species_gen/setup_thermo_prop.py
bird/preprocess/stl_patch/__init__.py
bird/preprocess/stl_patch/stl_bc.py
bird/preprocess/stl_patch/stl_mesh.py
bird/preprocess/stl_patch/stl_shapes.py
bird/utilities/__init__.py
bird/utilities/mathtools.py
bird/utilities/parser.py
bird/utilities/stl_plotting.py
bird/utilities/ofio/__init__.py
bird/utilities/ofio/case_times.py
bird/utilities/ofio/foam_dict_io.py
bird/utilities/ofio/foam_field_io.py
bird/utilities/ofio/foam_fields.py
bird/utilities/ofio/global_vars.py
bird/utilities/ofio/thermo.py
docs/source/conf.py
experimental_cases/disengagement/bubble_column_pbe_20L/writeGlobalVars.py
nlr_bird.egg-info/PKG-INFO
nlr_bird.egg-info/SOURCES.txt
nlr_bird.egg-info/dependency_links.txt
nlr_bird.egg-info/requires.txt
nlr_bird.egg-info/top_level.txt
papers/sparger/modifyGeom.py
papers/sparger/sparger_optim.py
papers/sparger/sparger_single.py
papers/sparger/process_geom/compare_qoi.py
papers/sparger/process_geom/label_plot.py
papers/sparger/process_geom/plot_cond.py
papers/sparger/process_geom/plot_cond_multiFold.py
papers/sparger/process_geom/plot_qoi.py
papers/sparger/process_geom/plot_qoi_multiFold.py
tests/__init__.py
tests/io/test_case.py
tests/io/test_chem.py
tests/io/test_read_foam_dict.py
tests/io/test_read_foam_fields.py
tests/io/test_read_global_vars.py
tests/io/test_read_ndf.py
tests/meshing/test_block_cyl_mesh.py
tests/meshing/test_block_rect_mesh.py
tests/meshing/test_mesh_tools.py
tests/meshing/test_stirred_tank.py
tests/postprocess/test_cond_mean.py
tests/postprocess/test_early_pred.py
tests/postprocess/test_kla.py
tests/postprocess/test_post_quantities.py
tests/postprocess/test_stats.py
tests/preprocess/test_case_gen.py
tests/preprocess/test_dynamic_mixer.py
tests/preprocess/test_spec_thermo_gen.py
tests/preprocess/test_stl_patch.py
tests/utilities/test_mathtools.py
tutorial_cases/bdofoam_cases/nonreact/extract_avgdata.py
tutorial_cases/bdofoam_cases/nonreact/pv_extract_analyze_script.py
tutorial_cases/bdofoam_cases/nonreact/sup_analyze_mid.py
tutorial_cases/bdofoam_cases/react/extract_avgdata.py
tutorial_cases/bdofoam_cases/react/pv_extract_analyze_script.py
tutorial_cases/bdofoam_cases/react/sup_analyze_mid.py
tutorial_cases/bubble_column_20L/writeGlobalVars.py
tutorial_cases/loop_reactor_mixing/get_qoi.py
tutorial_cases/loop_reactor_mixing/read_history.py
tutorial_cases/loop_reactor_mixing/writeGlobalVars.py
tutorial_cases/loop_reactor_reacting/writeGlobalVars.py
tutorial_cases/postprocess/python_interface_tut.py