LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
docs/ACTUATION_STUDY_API.md
docs/DOCUMENT_SCHEMA.md
docs/FIXED_PIVOT_FLYWEIGHT.md
docs/GEOMETRY_STUDY_API.md
docs/GETTING_STARTED.md
docs/HYBRID_IMPACT_MECHANICS.md
docs/PUBLIC_CONTRACTS.md
docs/README.md
examples/baja_baseline_assembly.json
examples/baja_baseline_simulation_case.json
examples/baja_primary_fixed_pivot_geometry.json
examples/quickstart.py
src/cinder/__init__.py
src/cinder/py.typed
src/cinder/contracts/__init__.py
src/cinder/contracts/_decode.py
src/cinder/contracts/catalog.py
src/cinder/contracts/conventions.py
src/cinder/contracts/document.py
src/cinder/contracts/editable_schema.py
src/cinder/contracts/projection.py
src/cinder/contracts/schema.py
src/cinder/contracts/simulation.py
src/cinder/contracts/simulation_document.py
src/cinder/contracts/validation.py
src/cinder/core/__init__.py
src/cinder/core/state.py
src/cinder/execution/__init__.py
src/cinder/execution/hybrid/__init__.py
src/cinder/execution/hybrid/composed.py
src/cinder/execution/hybrid/cvt_contact.py
src/cinder/execution/hybrid/cvt_contact_events.py
src/cinder/execution/hybrid/cvt_contact_switching.py
src/cinder/execution/hybrid/cvt_impact.py
src/cinder/execution/hybrid/cvt_lower_stop.py
src/cinder/execution/hybrid/cvt_operating_hybrid.py
src/cinder/execution/hybrid/cvt_operating_limits.py
src/cinder/execution/hybrid/cvt_regime.py
src/cinder/execution/hybrid/cvt_regime_events.py
src/cinder/execution/hybrid/cvt_regime_switching.py
src/cinder/execution/hybrid/cvt_upper_stop.py
src/cinder/execution/hybrid/hybrid.py
src/cinder/execution/hybrid/state.py
src/cinder/hosts/__init__.py
src/cinder/hosts/base.py
src/cinder/hosts/secondary_shaft_angle.py
src/cinder/hosts/tire_vehicle.py
src/cinder/model/__init__.py
src/cinder/model/boundaries/__init__.py
src/cinder/model/boundaries/engine/__init__.py
src/cinder/model/boundaries/engine/spec.py
src/cinder/model/boundaries/engine/torque_curve.py
src/cinder/model/boundaries/shaft/__init__.py
src/cinder/model/boundaries/vehicle/__init__.py
src/cinder/model/boundaries/vehicle/final_drive.py
src/cinder/model/boundaries/vehicle/road_load.py
src/cinder/model/boundaries/vehicle/road_profile.py
src/cinder/model/boundaries/vehicle/spec.py
src/cinder/model/cvt/__init__.py
src/cinder/model/cvt/closure.py
src/cinder/model/cvt/actuation/__init__.py
src/cinder/model/cvt/actuation/conventional.py
src/cinder/model/cvt/actuation/fixed_pivot_flyweight.py
src/cinder/model/cvt/actuation/pulley_actuator.py
src/cinder/model/cvt/actuation/types.py
src/cinder/model/cvt/actuation/forces/__init__.py
src/cinder/model/cvt/actuation/forces/axial_spring.py
src/cinder/model/cvt/actuation/forces/centrifugal_ramp.py
src/cinder/model/cvt/actuation/forces/fixed_pivot_flyweight.py
src/cinder/model/cvt/actuation/forces/helical_torque_reaction.py
src/cinder/model/cvt/contact/__init__.py
src/cinder/model/cvt/contact/lambda_law.py
src/cinder/model/cvt/contact/mode.py
src/cinder/model/cvt/contact/regime.py
src/cinder/model/cvt/contact/relative_motion.py
src/cinder/model/cvt/contact/slip.py
src/cinder/model/cvt/contact/tolerances.py
src/cinder/model/cvt/contact/utilization.py
src/cinder/model/cvt/dynamics/__init__.py
src/cinder/model/cvt/dynamics/engaged_contact.py
src/cinder/model/cvt/dynamics/equation_context.py
src/cinder/model/cvt/dynamics/equations.py
src/cinder/model/cvt/dynamics/result.py
src/cinder/model/cvt/dynamics/shift_constraints.py
src/cinder/model/cvt/dynamics/state_fixed_equations.py
src/cinder/model/cvt/dynamics/trial_system.py
src/cinder/model/cvt/dynamics/deadzone/__init__.py
src/cinder/model/cvt/dynamics/deadzone/free.py
src/cinder/model/cvt/dynamics/deadzone/lower_stop.py
src/cinder/model/cvt/dynamics/deadzone/result.py
src/cinder/model/cvt/dynamics/deadzone/snapshot.py
src/cinder/model/cvt/dynamics/rows/__init__.py
src/cinder/model/cvt/dynamics/rows/belt_transport.py
src/cinder/model/cvt/dynamics/rows/primary_axial.py
src/cinder/model/cvt/dynamics/rows/primary_rotation.py
src/cinder/model/cvt/dynamics/rows/primary_traction.py
src/cinder/model/cvt/dynamics/rows/secondary_axial.py
src/cinder/model/cvt/dynamics/rows/secondary_rotation.py
src/cinder/model/cvt/dynamics/rows/secondary_traction.py
src/cinder/model/cvt/dynamics/rows/tension_loop.py
src/cinder/model/cvt/geometry/__init__.py
src/cinder/model/cvt/geometry/belt_length.py
src/cinder/model/cvt/geometry/belt_pulley.py
src/cinder/model/cvt/geometry/position.py
src/cinder/model/cvt/geometry/spec.py
src/cinder/model/cvt/inertia/__init__.py
src/cinder/model/cvt/inertia/belt.py
src/cinder/model/cvt/inertia/primary.py
src/cinder/model/cvt/inertia/resolved.py
src/cinder/model/cvt/inertia/secondary.py
src/cinder/model/cvt/inertia/shift.py
src/cinder/model/cvt/profiles/__init__.py
src/cinder/model/cvt/profiles/c3_transition_segment.py
src/cinder/model/cvt/profiles/circular_segment.py
src/cinder/model/cvt/profiles/helix.py
src/cinder/model/cvt/profiles/linear_segment.py
src/cinder/model/cvt/profiles/piecewise_ramp.py
src/cinder/model/cvt/profiles/ramp_segment.py
src/cinder/model/cvt/profiles/types.py
src/cinder/model/system/__init__.py
src/cinder/model/system/assembly.py
src/cinder/model/system/case.py
src/cinder/model/system/evaluator.py
src/cinder/model/system/ports.py
src/cinder/model/system/runtime.py
src/cinder/model/system/state.py
src/cinder/results/__init__.py
src/cinder/results/inspection.py
src/cinder/results/reporting.py
src/cinder/results/trace.py
src/cinder/studies/__init__.py
src/cinder/studies/actuation/__init__.py
src/cinder/studies/actuation/sample.py
src/cinder/studies/actuation/types.py
src/cinder/studies/geometry/__init__.py
src/cinder/studies/geometry/feasibility.py
src/cinder/studies/geometry/fields.py
src/cinder/studies/geometry/path.py
src/cinder/studies/geometry/solve.py
src/cinder/studies/geometry/types.py
src/cinder_cvt.egg-info/PKG-INFO
src/cinder_cvt.egg-info/SOURCES.txt
src/cinder_cvt.egg-info/dependency_links.txt
src/cinder_cvt.egg-info/requires.txt
src/cinder_cvt.egg-info/top_level.txt