T-MATS: Flow Start, Cantera Library Block
The flow start block creates a T-MATS cantera formated flow element from specified inputs. To utilize this block a Cantera object must exist in the workspace as a global variable named fs, which may be created with the Cantera importPhase command. The fs variable must include all Species defined in the file canteraload.m.

FlowStart Inputs:
FlowStart InputDescription
FlowFlow Input [pps]

FlowStart Outputs:
FlowStart OutputDescription
Flow OutFlow Data Output, 25x1 vector consisting of:
-1- W - gas path flow [pps]
-2- s - entropy [BTU/(lbm*degR)]
-3- Tt - total temperature [degR]
-4- Pt - total pressure [psia]
-5- ht - total enthlapy [BTU/lbm]
-6- rhot - total density [lbm/ft3]
-7- gamt - total specific heat ratio
-8- Ts - static temperature [degR]
-9- Ps - static pressure [psia]
-10- hs - static enthalpy [BTU/lbm]
-11- rhos - static density [lbm/ft3]
-12- gams - static specific heat ratio
-13- Vflow - flow velocity [ft/sec]
-14- MN - Mach number
-15- A - flow area [in2]
-16to21- species array values, defined in canteraload.m
-22to25- future use

FlowStart Mask Variables:
FlowStart Mask VariableDescription
Tt_MTotal Temperature [degR]
Pt_MTotal Pressure [psia]
comp1_Mamount of species 1, defined in canteraload.m [frac]
comp2_Mamount of species 2, defined in canteraload.m [frac]
comp3_Mamount of species 3, defined in canteraload.m [frac]
comp4_Mamount of species 4, defined in canteraload.m [frac]
comp5_Mamount of species 5, defined in canteraload.m [frac]
comp6_Mamount of species 6, defined in canteraload.m [frac]