recordStandardPropane
Map based on VCLib with Standard ref cycle and Propane and evaporator delta T variation
Extends from AixLib.Fluid.HeatPumps.ModularReversible.Data.TableDataSDF.TableData4DDeltaTEva.VCLibPy.Generic (Partial record for 4D VCLibPy data for heat pumps).
Information
Created using VCLibPy with standard ref cycle and including the temperature difference on Evaporator side to account for large temperature differences as found in exhaust air (air-to-water) heat pumps for residential buildings.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| String | devIde (from Generic) | Name of the device | |
| Integer | nDim (from Generic) | Number of table dimensions | |
| String | filename (from Generic) | File name of sdf table data | |
| Real[nDim] | facGai (from Generic) | fill(1, nDim) | Additional factor for inputs, e.g. scale relative compressor speed to match values in sdf tables |
| Boolean | use_TEvaOutForTab (from Generic) | =true to use evaporator outlet temperature for table data, false for inlet | |
| Boolean | use_TConOutForTab (from Generic) | =true to use Useful outlet temperature for table data, false for inlet | |
| Integer[nDim] | outOrd (from Generic) | 1:nDim | Change order of inputs |
| String | flowsheet (from GenericVCLibPy) | Name of the flowsheet | |
| String | refrigerant (from GenericVCLibPy) | Name of the fluid | |
| Electrical Power | |||
| String | datasetPEle (from Generic) | Dataset name for electrical power | |
| String | dataUnitPEle (from Generic) | Data unit for electrical power | |
| String[nDim] | scaleUnitsPEle (from Generic) | Scale units for electrical power | |
| Condenser heat flow | |||
| String | datasetQCon_flow (from GenericHeatPump) | Dataset name for useful heat flow rate | |
| String | dataUnitQCon_flow (from GenericHeatPump) | Data unit for useful heat flow rate | |
| String[nDim] | scaleUnitsQCon_flow (from GenericHeatPump) | Scale units for useful heat flow rate | |
Revisions
- October 09, 2025, by Hannah Vering:
First implementation (see issue AixLib #1602)