CURVE:BIQUADRATIC

Quadratic curve with two independent variables. Input consists of the curve name, the six coefficients, and min and max values for each of the independent variables. Optional inputs for curve minimum and maximum may be used to limit the output of the performance curve. curve = C1 + C2*x + C3*x**2 + C4*y + C5*y**2 + C6*x*y

Name
Type: alphanumeric

Coefficient1 Constant
Type: real number

Coefficient2 x
Type: real number

Coefficient3 x**2
Type: real number

Coefficient4 y
Type: real number

Coefficient5 y**2
Type: real number

Coefficient6 x*y
Type: real number

Minimum Value of x
Type: real number

Maximum Value of x
Type: real number

Minimum Value of y
Type: real number

Maximum Value of y
Type: real number

Minimum Curve Output
Type: real number
Specify the minimum value calculated by this curve object

Maximum Curve Output
Type: real number
Specify the maximum value calculated by this curve object

Input Unit Type for X
Type: choice (Dimensionless, Temperature, VolumetricFlow, MassFlow, Power or Distance)
Default: Dimensionless

Input Unit Type for Y
Type: choice (Dimensionless, Temperature, VolumetricFlow, MassFlow, Power or Distance)
Default: Dimensionless

Output Unit Type
Type: choice (Dimensionless, Capacity, Power or Temperature)
Default: Dimensionless