14 lines
599 B
JSON
14 lines
599 B
JSON
{
|
|
"inputs": [
|
|
{ "name": "T_air_c", "component": "cond_air_in", "param": "t_dry_c", "kind": "input" },
|
|
{ "name": "m_air", "component": "cond_air_in", "param": "m_flow_kg_s", "kind": "input" },
|
|
{ "name": "T_water_c", "component": "evap_water_in","param": "t_set_c", "kind": "input" },
|
|
{ "name": "m_water", "component": "evap_water_in","param": "m_flow_kg_s", "kind": "input" }
|
|
],
|
|
"outputs": [
|
|
{ "name": "COP", "kind": "cop" },
|
|
{ "name": "Q_cool_kW", "kind": "q_cooling_kw" },
|
|
{ "name": "P_kW", "kind": "compressor_power_kw" }
|
|
]
|
|
}
|