CURVE:TRIQUADRATIC
Quadratic curve with three independent variables. Input consists of the curve name, the twenty seven 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 = a0 + a1*x**2 + a2*x + a3*y**2 + a4*y + a5*z**2 + a6*z + a7*x**2*y**2 + a8*x*y + a9*x*y**2 + a10*x**2*y + a11*x**2*z**2 + a12*x*z + a13*x*z**2 + a14*x**2*z + a15*y**2*z**2 + a16*y*z + a17*y*z**2 + a18*y**2*z + a19*x**2*y**2*z**2 + a20*x**2*y**2*z + a21*x**2*y*z**2 + a22*x*y**2*z**2 + a23*x**2*y*z + a24*x*y**2*z + a25*x*y*z**2 +a26*x*y*z
Name
Type: alphanumeric
Coefficient1 Constant
Type: real number
Coefficient2 x**2
Type: real number
Coefficient3 x
Type: real number
Coefficient4 y**2
Type: real number
Coefficient5 y
Type: real number
Coefficient6 z**2
Type: real number
Coefficient7 z
Type: real number
Coefficient8 x**2*y**2
Type: real number
Coefficient9 x*y
Type: real number
Coefficient10 x*y**2
Type: real number
Coefficient11 x**2*y
Type: real number
Coefficient12 x**2*z**2
Type: real number
Coefficient13 x*z
Type: real number
Coefficient14 x*z**2
Type: real number
Coefficient15 x**2*z
Type: real number
Coefficient16 y**2*z**2
Type: real number
Coefficient17 y*z
Type: real number
Coefficient18 y*z**2
Type: real number
Coefficient19 y**2*z
Type: real number
Coefficient20 x**2*y**2*z**2
Type: real number
Coefficient21 x**2*y**2*z
Type: real number
Coefficient22 x**2*y*z**2
Type: real number
Coefficient23 x*y**2*z**2
Type: real number
Coefficient24 x**2*y*z
Type: real number
Coefficient25 x*y**2*z
Type: real number
Coefficient26 x*y*z**2
Type: real number
Coefficient27 x*y*z
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 Value of z
Type: real number
Maximum Value of z
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
Input Unit Type for Z
Type: choice
(Dimensionless, Temperature, VolumetricFlow, MassFlow, Power or Distance)
Default: Dimensionless
Output Unit Type
Type: choice
(Dimensionless, Capacity, Power or Temperature)
Default: Dimensionless