Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: result extraction for incompressible media now based on real density #640

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    b1b987e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6398261 View commit details
    Browse the repository at this point in the history
  3. another wrong argument

    dlohmeier committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    088072b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    7d3e3fd View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    c66fa0b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    7afa6f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34bd245 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    4a1cf98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5de251 View commit details
    Browse the repository at this point in the history
  3. calculate pressure drop for compressible media based on real density …

    …(not density at normal conditions); added tests for correct behavior in temperature calculation, including convergence to good fluid properties from bad starting values in bidirectional mode
    dlohmeier committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a143789 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. improvement in calculation of rho_n -> usage of np.full and filling s…

    …ame value instead of calculating density for same value many times based on list
    dlohmeier committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6c31746 View commit details
    Browse the repository at this point in the history
  2. small correction

    dlohmeier committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1182ab8 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    f511146 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Merge branch 'develop' into hotfix/vdot_extraction_imcompressible_rea…

    …l_density
    
    # Conflicts:
    #	CHANGELOG.rst
    #	src/pandapipes/component_models/flow_control_component.py
    #	src/pandapipes/component_models/heat_consumer_component.py
    #	src/pandapipes/component_models/heat_exchanger_component.py
    #	src/pandapipes/component_models/pipe_component.py
    #	src/pandapipes/component_models/pressure_control_component.py
    #	src/pandapipes/component_models/pump_component.py
    #	src/pandapipes/component_models/valve_component.py
    #	src/pandapipes/pf/result_extraction.py
    dlohmeier committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    aeb1705 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0d4d05 View commit details
    Browse the repository at this point in the history