ModelSetMatrixLijB

Top  Previous  Next

Writes the b parameter for the lij matrix.

 

 

This function is defined in C++ as:

extern "C" __declspec(dllexport) int __stdcall ModelSetMatrixLijB(int i, int j, double Value)

 

Return

The function return -1 if no problem was found. If a different number is returned use the function ErrorGetMessage for more information.

 

Input

Argument

Type

Description

i

int

First index in the 2D matrix

j

int

Second index in the 2D matrix

Value

double

b parameter for the lij matrix.

Units: [Kelvin^-1]