Include Pseudocomponent
Individual pseudocomponents with specific properties can be added to the inflow if distillation data is unavailable. The "type" must be set as "pseudo" to add a pseudocomponent JSON object. Users can customize the pseudocomponent name using the "name" field.
Below is a sample input to add a pseudocomponent to the inflow:
Optional Properties
A few key points to remember are:
The "type" must be specified as either "assay" or "pseudo". Otherwise, the species is treated as a regular inflow species.
The supported thermodynamic methods are API-8
, API-5
, Cavett
, and Kessler
.
A minimum of 2 of the folllowing properties "normalBoilingPoint
", "specificGravity
", and "molecularWeight
" are required.
All supercritical properties are optional and can be disabled.
The pseudo object and its associated input JSON object can be enabled or disabled using "enabled" Keyword
Last updated