|
This function lets the user do a characterization of a oil.
Note: The best way to use this function is to use the wizard. Select: VLXE/Wizard on the menu
Input
Argument
|
Type
|
Optional
|
Description
|
Feed
|
Range of double
|
No
|
A range of cells with the oil to be characterized.
Column 1: Molar mass [g/mol]
Column 2: Composition of the feed
|
PseudoCount
|
C# : int
|
No
|
Number of components wanted in the model system
|
ProjectSheet
|
C#: object
|
Yes
|
Lets the user set the project sheet to use.
See here for more information
|
AdvVLXE
|
C# : object
|
Yes
|
Advanced used. Reserved for use by VLXE.
See here for more information
|
AdvUser
|
C# : object
|
Yes
|
Advanced used. Reserved for the user. For example it can be used to force the function update.
See here for more information
|
Extra
The function is defined in C# as:
public Object[,] Characterization(Range Feed, int PseudoCount, [In, Optional] object AdvVLXE, [In, Optional] object AdvUser)
|