AGENTS.md
AGENT_GUIDE.md
CHANGELOG.md
CITATION.cff
CONCEPTS.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
NOTICE
README.md
ROADMAP.md
WORKFLOW.md
pyproject.toml
docs/architecture.md
docs/benchmark-catalog.md
docs/common-workflow-api.md
docs/coolprop-if97-validation.json
docs/cto-roadmap.md
docs/engineering-correlations.md
docs/imported-geometry.md
docs/installation.md
docs/interoperability.md
docs/licensing.md
docs/numerical-strategy.md
docs/openfoam-provider.md
docs/openfoam-v2606-baffled-channel-m1.json
docs/openfoam-v2606-baffled-channel-smoke.json
docs/openfoam-v2606-fixed-wall-cell-study.json
docs/openfoam-v2606-grid-validation.json
docs/openfoam-v2606-heated-pipe-validation.json
docs/openfoam-v2606-imported-duct-flow.json
docs/openfoam-v2606-imported-duct-mass-flow.json
docs/openfoam-v2606-imported-duct-mesh.json
docs/openfoam-v2606-imported-duct-pressure-driven.json
docs/openfoam-v2606-imported-duct-rans.json
docs/openfoam-v2606-periodic-precursor-validation.json
docs/openfoam-v2606-precursor-mapping-validation.json
docs/openfoam-v2606-spalding-fixed-wall-study.json
docs/openfoam-v2606-turbulent-gci-candidate.json
docs/openfoam-v2606-turbulent-model-study-re199242-y50.json
docs/openfoam-v2606-turbulent-model-study-re49810-y40.json
docs/openfoam-v2606-turbulent-model-study-re498104-y50.json
docs/openfoam-v2606-turbulent-model-study.json
docs/openfoam-v2606-turbulent-model-sweep.json
docs/openfoam-v2606-turbulent-pipe-diagnostic.json
docs/openfoam-v2606-validation.json
docs/openfoam-v2606-wall-function-study.json
docs/output-architecture.md
docs/postprocessing-recipes.md
docs/product-experience-roadmap.md
docs/product-strategy.md
docs/project-workflow.md
docs/properties.md
docs/publishing.md
docs/results-and-ai.md
docs/thermal-and-steam-roadmap.md
docs/validation.md
examples/channel_baffle_project/README.md
examples/channel_baffle_project/agentcfd.toml
examples/channel_baffle_project/case.py
examples/channel_baffle_project/sweep.json
examples/heated_pipe_project/README.md
examples/heated_pipe_project/project-request.json
examples/imported_duct_mesh/README.md
examples/imported_duct_mesh/agentcfd.toml
examples/imported_duct_mesh/case.py
examples/imported_duct_mesh/project-request.json
examples/imported_duct_mesh/geometry/boundary-roles.json
examples/imported_duct_mesh/geometry/fluid.stl
examples/imported_duct_mesh/geometry/inspection.json
examples/laminar_pipe/README.md
examples/laminar_pipe/case.py
examples/laminar_pipe/grid_convergence.py
schemas/analysis-request.schema.json
schemas/benchmark-catalog.schema.json
schemas/boundary-role-map.schema.json
schemas/campaign-compaction.schema.json
schemas/campaign-index.schema.json
schemas/campaign-plan.schema.json
schemas/campaign-promotion.schema.json
schemas/campaign-request.schema.json
schemas/campaign-sweep.schema.json
schemas/capability-catalog.schema.json
schemas/coupling-manifest.schema.json
schemas/error.schema.json
schemas/field-bundle.schema.json
schemas/geometry-inspection.schema.json
schemas/grid-convergence.schema.json
schemas/inlet-direction-assessment.schema.json
schemas/license-catalog.schema.json
schemas/openfoam-case.schema.json
schemas/openfoam-grid-study.schema.json
schemas/openfoam-imported-flow-evidence.schema.json
schemas/openfoam-imported-mesh-plan.schema.json
schemas/openfoam-imported-mesh-result.schema.json
schemas/openfoam-mesh.schema.json
schemas/openfoam-precursor-map.schema.json
schemas/openfoam-turbulent-model-study.schema.json
schemas/openfoam-turbulent-model-sweep.schema.json
schemas/openfoam-turbulent-wall-function-study.schema.json
schemas/openfoam-turbulent-wall-study.schema.json
schemas/parameter-set.schema.json
schemas/postprocess-recipes.schema.json
schemas/project-clean.schema.json
schemas/project-creation-request.schema.json
schemas/project-diagnosis.schema.json
schemas/project-doctor.schema.json
schemas/project-initialization.schema.json
schemas/project-logs.schema.json
schemas/project-recovery.schema.json
schemas/project-status.schema.json
schemas/project-storage.schema.json
schemas/project-view.schema.json
schemas/result-exchange.schema.json
schemas/result-summary.schema.json
schemas/scientific-sample.schema.json
schemas/simulation-result.schema.json
schemas/solution-plan.schema.json
schemas/thermophysical-state.schema.json
schemas/time-step-sensitivity.schema.json
schemas/turbulent-model-study.schema.json
schemas/turbulent-model-sweep.schema.json
schemas/turbulent-precursor-grid-study.schema.json
schemas/turbulent-wall-function-study.schema.json
schemas/turbulent-wall-study.schema.json
schemas/validation-point.schema.json
skills/agentcfd/SKILL.md
src/agentcfd/__init__.py
src/agentcfd/_validation.py
src/agentcfd/_version.py
src/agentcfd/benchmarks.py
src/agentcfd/boundaries.py
src/agentcfd/capabilities.py
src/agentcfd/cli.py
src/agentcfd/contracts.py
src/agentcfd/data_exchange.py
src/agentcfd/diagnostics.py
src/agentcfd/engineering.py
src/agentcfd/errors.py
src/agentcfd/fluids.py
src/agentcfd/geometry.py
src/agentcfd/geometry_io.py
src/agentcfd/initialization.py
src/agentcfd/interoperability.py
src/agentcfd/jsonio.py
src/agentcfd/licensing.py
src/agentcfd/meshing.py
src/agentcfd/model.py
src/agentcfd/outputs.py
src/agentcfd/parameters.py
src/agentcfd/postprocessing.py
src/agentcfd/procedures.py
src/agentcfd/projects.py
src/agentcfd/properties.py
src/agentcfd/provenance.py
src/agentcfd/py.typed
src/agentcfd/regions.py
src/agentcfd/results.py
src/agentcfd/studies.py
src/agentcfd/verification.py
src/agentcfd.egg-info/PKG-INFO
src/agentcfd.egg-info/SOURCES.txt
src/agentcfd.egg-info/dependency_links.txt
src/agentcfd.egg-info/entry_points.txt
src/agentcfd.egg-info/requires.txt
src/agentcfd.egg-info/top_level.txt
src/agentcfd/providers/__init__.py
src/agentcfd/providers/base.py
src/agentcfd/providers/openfoam.py
src/agentcfd/providers/openfoam_channel.py
src/agentcfd/providers/openfoam_imported.py
src/agentcfd/providers/openfoam_precursor.py
src/agentcfd/providers/openfoam_reports.py
src/agentcfd/providers/reference.py
tests/test_cli_and_capabilities.py
tests/test_common_workflow_api.py
tests/test_data_exchange.py
tests/test_diagnostics.py
tests/test_engineering.py
tests/test_geometry_io.py
tests/test_input_validation.py
tests/test_openfoam_channel_provider.py
tests/test_openfoam_imported.py
tests/test_openfoam_precursor.py
tests/test_openfoam_provider.py
tests/test_parameters.py
tests/test_pipe_workflow.py
tests/test_postprocessing.py
tests/test_projects.py
tests/test_properties.py
tests/test_results_and_interop.py
tests/test_verification.py