nx_psychrometrics.nx
buildroot/runtime/nx_psychrometrics.nx
about
nx_psychrometrics.nx -- Converts temperature and relative humidity into psychrometric properties for HVAC monitoring and control.
dependencies 0 imports · 5 importers
imports: none
imported by: nx_ac_enthalpy_metrics.nxnx_ac_enthalpy_metrics_test.nxnx_ac_monitor_census.nxnx_ac_sensor_verify.nxnx_psychrometrics_test.nx
structs
| none |
consts
| 2 | const NX_MAGIC_1228: i64 = 1228 |
| 3 | const NX_MAGIC_1706: i64 = 1706 |
| 4 | const NX_MAGIC_2339: i64 = 2339 |
| 5 | const NX_MAGIC_3170: i64 = 3170 |
| 6 | const NX_MAGIC_4246: i64 = 4246 |
| 7 | const NX_MAGIC_5627: i64 = 5627 |
| 8 | const NX_MAGIC_7385: i64 = 7385 |
| 9 | const NX_MAGIC_9595: i64 = 9595 |
| 10 | const NX_MAGIC_12352: i64 = 12352 |
| 11 | const NX_MAGIC_15762: i64 = 15762 |
| 12 | const NX_MAGIC_19946: i64 = 19946 |
| 13 | const NX_MAGIC_60000: i64 = 60000 |
| 14 | const NX_MAGIC_5000: i64 = 5000 |
| 15 | const NX_MAGIC_621945: i64 = 621945 |
| 16 | const NX_MAGIC_2501000: i64 = 2501000 |
| 17 | const NX_MAGIC_1860: i64 = 1860 |
| 18 | const NX_MAGIC_1000000: i64 = 1000000 |
| 74 | const NX_PSY_P_ATM_PA: i64 = 101325 |
| 77 | const NX_PSY_INFEASIBLE: i64 = -2000000000 |
functions
| 85 | func nx_psy_psat_node(k: i64) -> i64 |
| 104 | func nx_psy_psat_pa(t_mC: i64) -> i64 |
| 119 | func nx_psy_pw_pa(t_mC: i64, rh_permille: i64) -> i64 |
| 127 | func nx_psy_humratio_mg(pw_pa: i64, p_atm_pa: i64) -> i64 |
| 136 | func nx_psy_enthalpy_j(t_mC: i64, w_mg: i64) -> i64 |
| 146 | func nx_psy_enthalpy_from_rh(t_mC: i64, rh_permille: i64, p_atm_pa: i64) -> i64 called by 4: mainw_psychronx_acv_verifymain calls 3: nx_psy_pw_panx_psy_humratio_mgnx_psy_enthalpy_j |
| 156 | func nx_psy_dewpoint_mC(pw_pa: i64) -> i64 |