Skip to content

Has anyone tried to simulate a Multi Stage Flash evaporation process in tespy? #397

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

You must be logged in to vote

This is an idea for the optimization of brine mass flow given constant power input (for heater and pump)

from tespy.components import Pump, Sink, HeatExchanger, Valve, Condenser, DropletSeparator, Source, Merge, SolarCollector, SimpleHeatExchanger

from tespy.connections import Connection, Bus
from tespy.networks import Network
# from fluprodia import FluidPropertyDiagram
import matplotlib.pyplot as plt
# import networkx as nx
import pandas as pd
import numpy as np

# brineheater_valve1.set_attr(T=None)
# for p in [1.1, 1.2, 1.3, 1.4]:
#     brineheater_valve1.set_attr(p=p)
#     for dT in [-30, -20, -10, -5, -0.01]:
#         brineheater_valve1.set_attr(Td_bp=dT)
#         nw.solve("desi…

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@fwitte
Comment options

@quentin1337
Comment options

@fwitte
Comment options

@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
3 participants