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/installation.md
docs/interoperability.md
docs/licensing.md
docs/openfoam-provider.md
docs/openfoam-v2606-validation.json
docs/product-strategy.md
docs/publishing.md
docs/results-and-ai.md
docs/validation.md
examples/laminar_pipe/README.md
examples/laminar_pipe/case.py
schemas/coupling-manifest.schema.json
schemas/openfoam-case.schema.json
schemas/result-exchange.schema.json
schemas/scientific-sample.schema.json
schemas/simulation-result.schema.json
skills/agentcfd/SKILL.md
src/agentcfd/__init__.py
src/agentcfd/_version.py
src/agentcfd/boundaries.py
src/agentcfd/capabilities.py
src/agentcfd/cli.py
src/agentcfd/errors.py
src/agentcfd/fluids.py
src/agentcfd/geometry.py
src/agentcfd/interoperability.py
src/agentcfd/model.py
src/agentcfd/outputs.py
src/agentcfd/procedures.py
src/agentcfd/provenance.py
src/agentcfd/py.typed
src/agentcfd/results.py
src/agentcfd/studies.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/reference.py
tests/test_cli_and_capabilities.py
tests/test_openfoam_provider.py
tests/test_pipe_workflow.py
tests/test_results_and_interop.py