.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
allreq.yml
pyproject.toml
requirements.yml
ruff.toml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/documentation-improvement.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs.yml
.github/workflows/test.yml
docs/.gitignore
docs/Makefile
docs/make.bat
docs/requirements.yml
docs/source/Contributing.rst
docs/source/CoupledSprings.ipynb
docs/source/Examples.rst
docs/source/Installation.rst
docs/source/MultiplePlatesInRod.ipynb
docs/source/PCSCoastdown.ipynb
docs/source/Parallel thermosyphone driven flow.ipynb
docs/source/PlanarPendulum.ipynb
docs/source/SampleFuelPlateAndChannel.ipynb
docs/source/SeriesRLCCircuit.ipynb
docs/source/TheCubeProblem.ipynb
docs/source/aggregator.rst
docs/source/analysis.rst
docs/source/calculation.rst
docs/source/conf.py
docs/source/decay_heat.rst
docs/source/heat_transfer_coefficient.rst
docs/source/index.rst
docs/source/pressure_drop.rst
docs/source/quickstart.rst
docs/source/stream.calculations.rst
docs/source/stream.composition.rst
docs/source/stream.physical_models.rst
docs/source/stream.rst
docs/source/tests.integration.rst
docs/source/tests.rst
docs/source/tests.test_calculations.rst
docs/source/tests.test_composition.rst
docs/source/tests.test_general.rst
docs/source/tests.test_libraries.rst
docs/source/thresholds.rst
docs/source/utility_packages.rst
docs/source/_static/style.css
docs/source/_templates/layout.html
ramp_stream.egg-info/PKG-INFO
ramp_stream.egg-info/SOURCES.txt
ramp_stream.egg-info/dependency_links.txt
ramp_stream.egg-info/requires.txt
ramp_stream.egg-info/top_level.txt
stream/__init__.py
stream/calculation.py
stream/jacobians.py
stream/pipe_geometry.py
stream/solvers.py
stream/state.py
stream/units.py
stream/utilities.py
stream/aggregator/__init__.py
stream/aggregator/aggregator.py
stream/aggregator/constraints.py
stream/aggregator/solution.py
stream/aggregator/utils.py
stream/analysis/__init__.py
stream/analysis/debugging.py
stream/analysis/report.py
stream/analysis/thresholds.py
stream/analysis/UQ/__init__.py
stream/analysis/UQ/models.py
stream/analysis/UQ/power_perturbations.py
stream/analysis/UQ/uncertainty.py
stream/calculations/__init__.py
stream/calculations/channel.py
stream/calculations/flapper.py
stream/calculations/heat_diffusion.py
stream/calculations/kirchhoff.py
stream/calculations/point_kinetics.py
stream/calculations/ideal/__init__.py
stream/calculations/ideal/heat_exchangers.py
stream/calculations/ideal/ideal.py
stream/calculations/ideal/inertia.py
stream/calculations/ideal/pumps.py
stream/calculations/ideal/resistors.py
stream/composition/__init__.py
stream/composition/constructors.py
stream/composition/cycle.py
stream/composition/maximal_coupling.py
stream/composition/mtr_geometry.py
stream/composition/subsystems.py
stream/physical_models/__init__.py
stream/physical_models/dimensionless.py
stream/physical_models/thresholds.py
stream/physical_models/decay_heat/__init__.py
stream/physical_models/decay_heat/actinides.py
stream/physical_models/decay_heat/activation.py
stream/physical_models/decay_heat/fission_products.py
stream/physical_models/decay_heat/fissions.py
stream/physical_models/decay_heat/standards/U235_ans14.csv
stream/physical_models/decay_heat/standards/U235_ans73.csv
stream/physical_models/decay_heat/standards/U235_beta_jaeri91.csv
stream/physical_models/decay_heat/standards/U235_gamma_jaeri91.csv
stream/physical_models/decay_heat/standards/U235_jaeri91.csv
stream/physical_models/decay_heat/standards/U238_ans14.csv
stream/physical_models/decay_heat/standards/U238_gamma_jaeri91.csv
stream/physical_models/heat_transfer_coefficient/__init__.py
stream/physical_models/heat_transfer_coefficient/laminar.py
stream/physical_models/heat_transfer_coefficient/natural_convection.py
stream/physical_models/heat_transfer_coefficient/single_phase.py
stream/physical_models/heat_transfer_coefficient/subcooled_boiling.py
stream/physical_models/heat_transfer_coefficient/temperatures.py
stream/physical_models/heat_transfer_coefficient/turbulent.py
stream/physical_models/pressure_drop/__init__.py
stream/physical_models/pressure_drop/friction.py
stream/physical_models/pressure_drop/local.py
stream/substances/__init__.py
stream/substances/heavy_water.py
stream/substances/light_water.py
stream/substances/liquid.py
stream/substances/mocks.py
tests/__init__.py
tests/conftest.py
tests/pytest.ini
tests/requirements.yml
tests/test_analysis/test_power_perturbation.py
tests/test_analysis/test_uq.py
tests/test_calculations/__init__.py
tests/test_calculations/conftest.py
tests/test_calculations/test_channel.py
tests/test_calculations/test_flapper.py
tests/test_calculations/test_heat.py
tests/test_calculations/test_ideal.py
tests/test_calculations/test_kirchhoff.py
tests/test_calculations/test_point_kinetics.py
tests/test_calculations/test_serializability.py
tests/test_composition/__init__.py
tests/test_composition/conftest.py
tests/test_composition/test_constructors.py
tests/test_composition/test_cycle.py
tests/test_composition/test_gravity_checker.py
tests/test_composition/test_maximal_coupling.py
tests/test_composition/test_mtr_geometry.py
tests/test_composition/test_partial_states.py
tests/test_composition/test_subsystems.py
tests/test_general/__init__.py
tests/test_general/conftest.py
tests/test_general/test_aggregator.py
tests/test_general/test_calculation.py
tests/test_general/test_dataframes.py
tests/test_general/test_integrations.py
tests/test_general/test_pipe_geometry.py
tests/test_general/test_solvers.py
tests/test_general/test_utilities.py
tests/test_libraries/__init__.py
tests/test_libraries/conftest.py
tests/test_libraries/test_decay_heat.py
tests/test_libraries/test_htc.py
tests/test_libraries/test_pressure_drop.py
tests/test_libraries/test_thresholds.py