Skip to content

Heat pump model with incomrepssible fluid on the heat source side #473

Answered by fwitte
nschnait asked this question in Q&A
Discussion options

You must be logged in to vote

Here is a full working model, you had been missing out on the pressure behind the evaporator/condenser on the secondary sides:

from tespy.components import(HeatExchanger,
                             Compressor,
                             Condenser,
                             Valve,
                             CycleCloser,
                             Sink,
                             Source,
                             Pump)
from tespy.connections import(Connection,
                              Bus)
from tespy.networks import Network
from tespy.tools.characteristics import CharLine
from fluprodia import FluidPropertyDiagram
import numpy as np
import pandas as pd
import math
import 

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fwitte
Comment options

Answer selected by fwitte
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants