code wiki / (root) / nx_psychrometrics.nx

nx_psychrometrics.nx

buildroot/runtime/nx_psychrometrics.nx

8029 B179 linesdepth 0pulls 0 transitivereach 11 importersview sourcekind library
docsdependenciesstructsconstsfunctions

about

nx_psychrometrics.nx -- Converts temperature and relative humidity into psychrometric properties for HVAC monitoring and control.

dependencies 0 imports · 5 importers

nx_psychrometrics.nx nx_ac_enthalpy_metrics.nx nx_ac_enthalpy_metrics_test.nx nx_ac_monitor_census.nx nx_ac_sensor_verify.nx nx_psychrometrics_test.nx

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

2const NX_MAGIC_1228: i64 = 1228
3const NX_MAGIC_1706: i64 = 1706
4const NX_MAGIC_2339: i64 = 2339
5const NX_MAGIC_3170: i64 = 3170
6const NX_MAGIC_4246: i64 = 4246
7const NX_MAGIC_5627: i64 = 5627
8const NX_MAGIC_7385: i64 = 7385
9const NX_MAGIC_9595: i64 = 9595
10const NX_MAGIC_12352: i64 = 12352
11const NX_MAGIC_15762: i64 = 15762
12const NX_MAGIC_19946: i64 = 19946
13const NX_MAGIC_60000: i64 = 60000
14const NX_MAGIC_5000: i64 = 5000
15const NX_MAGIC_621945: i64 = 621945
16const NX_MAGIC_2501000: i64 = 2501000
17const NX_MAGIC_1860: i64 = 1860
18const NX_MAGIC_1000000: i64 = 1000000
74const NX_PSY_P_ATM_PA: i64 = 101325
77const NX_PSY_INFEASIBLE: i64 = -2000000000

functions

85func nx_psy_psat_node(k: i64) -> i64
104func nx_psy_psat_pa(t_mC: i64) -> i64
119func nx_psy_pw_pa(t_mC: i64, rh_permille: i64) -> i64
127func nx_psy_humratio_mg(pw_pa: i64, p_atm_pa: i64) -> i64
136func nx_psy_enthalpy_j(t_mC: i64, w_mg: i64) -> i64
146func nx_psy_enthalpy_from_rh(t_mC: i64, rh_permille: i64, p_atm_pa: i64) -> i64
156func nx_psy_dewpoint_mC(pw_pa: i64) -> i64
called by 1: main calls 1: nx_psy_psat_node