mobbrazerzkidai.blogg.se

R from wrapper open in terminal
R from wrapper open in terminal












This example was auto-generated by the language-agnostic dev/scripts/example_generator.py script written by Ian BellĬoolProp gitrevision: f5ebb4e655add4c23bb327ab5209f3dbf919bc6dĬoolProp Fluids: D4,HydrogenSulfide,o-Xylene,R125,IsoButane,MDM,R245ca,Cyclopentane,p-Xylene,ParaHydrogen,MethylPalmitate,R41,SulfurDioxide,R236EA,R113,NitrousOxide,n-Propane,HeavyWater,Propylene,R143a,Xenon,R40,R1243zf,CycloHexane,R21,CarbonMonoxide,Oxygen,DiethylEther,R1234yf,R124,MD3M,D5,CarbonylSulfide,Ammonia,Fluorine,CycloPropane,R407C,CarbonDioxide,MD4M,Neon,R115,R123,R236FA,Ethane,n-Decane,MM,RC318,R410A,R245fa,n-Octane,MD2M,Isohexane,n-Pentane,DimethylEther,IsoButene,Isopentane,R114,R11,SES36,Water,EthyleneOxide,1-Butene,trans-2-Butene,R142b,n-Heptane,Methane,n-Hexane,R12,R365MFC,MethylOleate,Deuterium,DimethylCarbonate,Novec649,MethylStearate,R32,R134a,n-Undecane,Helium,Toluene,R1233zd(E),Hydrogen,R161,R227EA,R13,Methanol,ParaDeuterium,R507A,cis-2-Butene,MethylLinoleate,R116,R1234ze(E),Acetone,OrthoDeuterium,R404A,MethylLinolenate,R22,m-Xylene,Benzene,Dichloroethane,Krypton,R141b,R218,D6,n-Dodecane,HFE143m,R14,Propyne,Ethanol,Argon,EthylBenzene,Air,n-Nonane,n-Butane,R152A,SulfurHexafluoride,HydrogenChloride,Nitrogen,R13I1,Neopentane,Ethylene,R1234ze(Z),R23,OrthoHydrogen WriteLines(paste('Vapor molar density:', ' ', AS2$keyed_output("iDmolar"), ' ', 'mol/m^3')) # If you don't have REFPROP installed, disable the following block WriteLines(paste('Normal boiling point temperature of water and ethanol:', ' ', AS$T(), ' ', 'K')) WriteLines(paste('First saturation derivative:', ' ', AS_SAT$first_saturation_deriv("iP", "iT"), ' ', 'Pa/K')) TAB = AbstractState_factory('BICUBIC&HEOS', 'R245fa') WriteLines(paste('Critical temperature of water:', ' ', Props1SI('REFPROP::WATER', 'Tcrit'), ' ', 'K'))

r from wrapper open in terminal

WriteLines(paste('REFPROP version:', ' ', get_global_param_string('REFPROP_version')))

r from wrapper open in terminal

# If you don't have REFPROP installed, disable the following lines WriteLines(paste('Humidity ratio of 50% rel. WriteLines(paste('Critical temperature of water:', ' ', Props1SI('Water', 'Tcrit'), ' ', 'K')) # See for a list of inputs to high-level interface WriteLines(paste('CoolProp Fluids:', ' ', get_global_param_string('FluidsList')))

r from wrapper open in terminal

WriteLines(paste('CoolProp gitrevision:', ' ', get_global_param_string('gitrevision'))) WriteLines(paste('CoolProp version:', ' ', get_global_param_string('version'))) WriteLines(paste('This example was auto-generated by the language-agnostic dev/scripts/example_generator.py script written by Ian Bell'))














R from wrapper open in terminal