ResultGetSurfaceTension

Top  Previous  Next

Return the surface tension for a 2 phase system. Default Units: [mN/m]

 

 

This function is defined in C++ as:

extern "C" __declspec(dllexport) double __stdcall ResultGetSurfaceTension(int PointIndex, int PhaseIndex)

 

Return

The surface tension for a 2 phase system. Default Units: [mN/m]

 

Input

Argument

Type

Description

PointIndex

int

Point to retrieve the value from

PhaseIndex

int

Phase to retrieve the value from

 

Note

If a error/problem is found use the function ErrorGetIndex and ErrorGetMessage to get more information

 

Code examples