sandlersteam.satd module

class sandlersteam.satd.SaturatedSteamTables[source]

Bases: object

Saturated steam tables based on Sandler’s Steam Tables Data from: Sandler, S. I. (2017). Chemical, biochemical, and engineering thermodynamics 5th ed. John Wiley & Sons.

colorder = ['P', 'T', 'vL', 'vV', 'uL', 'Du', 'uV', 'hL', 'Dh', 'hV', 'sL', 'Ds', 'sV']
data_path = PosixPath('/home/docs/checkouts/readthedocs.org/user_builds/sandlersteam/checkouts/latest/src/sandlersteam/resources/data')
tablesP = [PosixPath('/home/docs/checkouts/readthedocs.org/user_builds/sandlersteam/checkouts/latest/src/sandlersteam/resources/data/SandlerSatdSteamTableP1.txt'), PosixPath('/home/docs/checkouts/readthedocs.org/user_builds/sandlersteam/checkouts/latest/src/sandlersteam/resources/data/SandlerSatdSteamTableP2.txt')]
tablesT = [PosixPath('/home/docs/checkouts/readthedocs.org/user_builds/sandlersteam/checkouts/latest/src/sandlersteam/resources/data/SandlerSatdSteamTableT1.txt'), PosixPath('/home/docs/checkouts/readthedocs.org/user_builds/sandlersteam/checkouts/latest/src/sandlersteam/resources/data/SandlerSatdSteamTableT2.txt')]
sandlersteam.satd.merge_high_low_P_tables(lowP_df, highP_df)[source]

Merge two dataframes of steam table data at low and high pressures

class sandlersteam.satd.svi(f)[source]

Bases: object