LICENSE
README.md
pyproject.toml
setup.py
LaboThapPy.egg-info/PKG-INFO
LaboThapPy.egg-info/SOURCES.txt
LaboThapPy.egg-info/dependency_links.txt
LaboThapPy.egg-info/top_level.txt
labothappy/__init__.py
labothappy/component/__init__.py
labothappy/component/base_component.py
labothappy/component/template.py
labothappy/component/heat_exchanger/__init__.py
labothappy/component/heat_exchanger/sizing/__init__.py
labothappy/component/heat_exchanger/sizing/basic_sizing.py
labothappy/component/heat_exchanger/sizing/heat_pipe_HTX/__init__.py
labothappy/component/heat_exchanger/sizing/heat_pipe_HTX/post_process.py
labothappy/component/heat_exchanger/sizing/heat_pipe_HTX/sizing_HP_HTX.py
labothappy/component/heat_exchanger/sizing/heat_pipe_HTX/modules/Airflow.py
labothappy/component/heat_exchanger/sizing/heat_pipe_HTX/modules/HP_h_coeffs.py
labothappy/component/heat_exchanger/sizing/heat_pipe_HTX/modules/HP_internal.py
labothappy/component/heat_exchanger/sizing/heat_pipe_HTX/modules/HP_tube_model.py
labothappy/component/heat_exchanger/sizing/heat_pipe_HTX/modules/P_max_steel_pipes.py
labothappy/component/heat_exchanger/sizing/heat_pipe_HTX/modules/__init__.py
labothappy/component/heat_exchanger/steady_state/__init__.py
labothappy/component/heat_exchanger/steady_state/cst_efficiency/__init__.py
labothappy/component/heat_exchanger/steady_state/cst_efficiency/example.py
labothappy/component/heat_exchanger/steady_state/cst_efficiency/simulation_model.py
labothappy/component/heat_exchanger/steady_state/epsilon_NTU/__init__.py
labothappy/component/heat_exchanger/steady_state/epsilon_NTU/example.py
labothappy/component/heat_exchanger/steady_state/epsilon_NTU/simulation_model.py
labothappy/component/heat_exchanger/steady_state/epsilon_NTU/modules/__init__.py
labothappy/component/heat_exchanger/steady_state/epsilon_NTU/modules/pipe_HTC.py
labothappy/component/heat_exchanger/steady_state/finite_volumes/__init__.py
labothappy/component/heat_exchanger/steady_state/finite_volumes/cross_flow_tube_and_fins/__init__.py
labothappy/component/heat_exchanger/steady_state/finite_volumes/cross_flow_tube_and_fins/example_main.py
labothappy/component/heat_exchanger/steady_state/finite_volumes/cross_flow_tube_and_fins/simulation_model.py
labothappy/component/heat_exchanger/steady_state/heat_pipe_based/__init__.py
labothappy/component/heat_exchanger/steady_state/heat_pipe_based/example_main.py
labothappy/component/heat_exchanger/steady_state/heat_pipe_based/simulation_model.py
labothappy/component/heat_exchanger/steady_state/heat_pipe_based/modules/Airflow.py
labothappy/component/heat_exchanger/steady_state/heat_pipe_based/modules/HP_h_coeffs.py
labothappy/component/heat_exchanger/steady_state/heat_pipe_based/modules/HP_internal.py
labothappy/component/heat_exchanger/steady_state/heat_pipe_based/modules/HP_tube_model.py
labothappy/component/heat_exchanger/steady_state/heat_pipe_based/modules/P_max_steel_pipes.py
labothappy/component/heat_exchanger/steady_state/heat_pipe_based/modules/__init__.py
labothappy/component/heat_exchanger/steady_state/moving_boundary/__init__.py
labothappy/component/heat_exchanger/steady_state/moving_boundary/charge_sensitive/__init__.py
labothappy/component/heat_exchanger/steady_state/moving_boundary/charge_sensitive/example_S&T.py
labothappy/component/heat_exchanger/steady_state/moving_boundary/charge_sensitive/example_T&F.py
labothappy/component/heat_exchanger/steady_state/moving_boundary/charge_sensitive/example_plate.py
labothappy/component/heat_exchanger/steady_state/moving_boundary/charge_sensitive/simulation_model.py
labothappy/component/heat_exchanger/steady_state/moving_boundary/charge_sensitive/modules/__init__.py
labothappy/component/heat_exchanger/steady_state/moving_boundary/charge_sensitive/modules/f_lmtd2.py
labothappy/component/heat_exchanger/steady_state/moving_boundary/charge_sensitive/modules/find_2P_boundaries.py
labothappy/component/heat_exchanger/steady_state/moving_boundary/charge_sensitive/modules/fins.py
labothappy/component/heat_exchanger/steady_state/moving_boundary/charge_sensitive/modules/kim_dry_out_incipience.py
labothappy/component/heat_exchanger/steady_state/moving_boundary/charge_sensitive/modules/pipe_htc.py
labothappy/component/heat_exchanger/steady_state/moving_boundary/charge_sensitive/modules/plate_htc.py
labothappy/component/heat_exchanger/steady_state/moving_boundary/charge_sensitive/modules/propsfluid.py
labothappy/component/heat_exchanger/steady_state/moving_boundary/charge_sensitive/modules/shell_and_tube_htc.py
labothappy/component/heat_exchanger/steady_state/moving_boundary/charge_sensitive/modules/tube_bank_htc.py
labothappy/component/heat_exchanger/steady_state/moving_boundary/charge_sensitive/modules/void_fraction.py
labothappy/component/heat_exchanger/steady_state/moving_boundary/simple_model/__init__.py
labothappy/component/heat_exchanger/steady_state/moving_boundary/simple_model/example.py
labothappy/component/heat_exchanger/steady_state/moving_boundary/simple_model/simulation_model.py
labothappy/component/heat_exchanger/steady_state/moving_boundary/simple_model/modules/U.py
labothappy/component/heat_exchanger/steady_state/moving_boundary/simple_model/modules/__init__.py
labothappy/component/heat_exchanger/steady_state/pinch_cst/__init__.py
labothappy/component/heat_exchanger/steady_state/pinch_cst/example.py
labothappy/component/heat_exchanger/steady_state/pinch_cst/simulation_model.py
labothappy/component/heat_exchanger/steady_state/simple_model/__init__.py
labothappy/component/heat_exchanger/steady_state/simple_model/simulation_model.py
labothappy/component/pump/__init__.py
labothappy/component/pump/steady_state/__init__.py
labothappy/component/pump/steady_state/constant_efficiency/__init__.py
labothappy/component/pump/steady_state/constant_efficiency/example.py
labothappy/component/pump/steady_state/constant_efficiency/simulation_model.py
labothappy/component/pump/steady_state/polynomial_efficiency/__init__.py
labothappy/component/pump/steady_state/polynomial_efficiency/example_main.py
labothappy/component/pump/steady_state/polynomial_efficiency/simulation_model.py
labothappy/component/turbomachinery/__init__.py
labothappy/component/turbomachinery/turbine/__init__.py
labothappy/component/turbomachinery/turbine/steady_state/__init__.py
labothappy/component/turbomachinery/turbine/steady_state/polyn_isentropic_eff/__init__.py
labothappy/component/turbomachinery/turbine/steady_state/polyn_isentropic_eff/example_main.py
labothappy/component/turbomachinery/turbine/steady_state/polyn_isentropic_eff/simulation_model.py
labothappy/component/turbomachinery/turbine/steady_state/polyn_isentropic_eff/modules/__init__.py
labothappy/component/volumetric_machine/__init__.py
labothappy/component/volumetric_machine/compressor/__init__.py
labothappy/component/volumetric_machine/compressor/steady_state/__init__.py
labothappy/component/volumetric_machine/compressor/steady_state/constant_isentropic_efficiency/__init__.py
labothappy/component/volumetric_machine/compressor/steady_state/constant_isentropic_efficiency/example.py
labothappy/component/volumetric_machine/compressor/steady_state/constant_isentropic_efficiency/simulation_model.py
labothappy/component/volumetric_machine/compressor/steady_state/semi_empirical/__init__.py
labothappy/component/volumetric_machine/compressor/steady_state/semi_empirical/example.py
labothappy/component/volumetric_machine/compressor/steady_state/semi_empirical/simulation_model.py
labothappy/component/volumetric_machine/expander/__init__.py
labothappy/component/volumetric_machine/expander/steady_state/__init__.py
labothappy/component/volumetric_machine/expander/steady_state/constant_isentropic_efficiency/__init__.py
labothappy/component/volumetric_machine/expander/steady_state/constant_isentropic_efficiency/example.py
labothappy/component/volumetric_machine/expander/steady_state/constant_isentropic_efficiency/simulation_model.py
labothappy/component/volumetric_machine/expander/steady_state/semi_empirical/__init__.py
labothappy/component/volumetric_machine/expander/steady_state/semi_empirical/example.py
labothappy/component/volumetric_machine/expander/steady_state/semi_empirical/simulation_model.py
labothappy/connector/__init__.py
labothappy/connector/heat_connector.py
labothappy/connector/mass_connector.py
labothappy/connector/work_connector.py
labothappy/connector/example/__init__.py
labothappy/connector/example/test_connectors.py
labothappy/correlations/Aitor.py
labothappy/correlations/Aitor_BPHEX.py
labothappy/correlations/Aitor_F&T.py
labothappy/correlations/__init__.py
labothappy/correlations/convection/U.py
labothappy/correlations/convection/__init__.py
labothappy/correlations/convection/fins/__init__.py
labothappy/correlations/convection/fins/fins.py
labothappy/correlations/convection/pipe/__init__.py
labothappy/correlations/convection/pipe/pipe_HTC.py
labothappy/correlations/convection/plate/__init__.py
labothappy/correlations/convection/plate/plate_htc.py
labothappy/correlations/convection/shell_and_tube/__init__.py
labothappy/correlations/convection/shell_and_tube/shell_and_tube_htc.py
labothappy/correlations/convection/tube_bank/__init__.py
labothappy/correlations/convection/tube_bank/tube_bank_htc.py
labothappy/correlations/properties/__init__.py
labothappy/correlations/properties/thermal_conductivity.py
labothappy/correlations/properties/void_fraction.py
labothappy/machine/__init__.py
labothappy/machine/circuit.py
labothappy/machine/system.py
labothappy/machine/boundary_conditions/__init__.py
labothappy/machine/boundary_conditions/heat_sink.py
labothappy/machine/boundary_conditions/heat_source.py
labothappy/machine/boundary_conditions/mass_sink.py
labothappy/machine/boundary_conditions/mass_source.py
labothappy/machine/boundary_conditions/work_sink.py
labothappy/machine/boundary_conditions/work_source.py
labothappy/machine/closed_machine/RC.py
labothappy/machine/closed_machine/RC_recup.py
labothappy/machine/closed_machine/__init__.py
labothappy/machine/closed_machine/circuit.py
labothappy/toolbox/__init__.py
labothappy/working_space/__init__.py
labothappy/working_space/Cases/__init__.py
labothappy/working_space/Cases/Sehrene/__init__.py
labothappy/working_space/Cases/Sehrene/Zorlu/Zorlu_basic_HTX_sizing.py
labothappy/working_space/Cases/Sehrene/Zorlu/__init__.py