Skip to content

Lumped parameter model theory book

Rohit Duggal edited this page Jun 4, 2021 · 2 revisions

Detailed procedure

The steps are as follows:

one_cell_theo_book

notes

unless a normal is specified, the model is considered horizontal by default, see results here

folium

Zip = [TfList[::-1], zList[::-1]] with open("list1.txt", "w") as file: for x in zip(*Zip): file.write("{0}\t{1}\n".format(*x))

pyplot.rcParams['font.size'] = 18 pyplot.rcParams["figure.figsize"] = (20,3) # inch pyplot.rcParams["font.family"] = "Times New Roman"

from CoolProp.CoolProp import PropsSI rho_air = PropsSI('D','T',<Temp, K>,'P',<Pressure, Pa>,'<Fluid_Name>') # kg/m3, density of air

from iapws import IAPWS97 water = IAPWS97(T = <Temp, degC>+273.15, P = <Pressure, bar>*1e-1)

Clone this wiki locally