Click or drag to resize

PropertyPackagePropList Method

Returns the flash types, properties, phases, and calculation types that are supported by a given Equilibrium Server Routine.

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public virtual void PropList(
	ref Object flashType,
	ref Object props,
	ref Object phases,
	ref Object calcType
)
Request Example View Source

Parameters

flashType  Object
Type of flash calculations supported.
props  Object
List of supported properties.
phases  Object
List of supported phases.
calcType  Object
List of supported calculation types.

Implements

ICapeThermoEquilibriumServer.PropList(Object, Object, Object, Object)
See Also