PropertyPackagePropList Method

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

Definition

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public virtual void PropList(
	ref Object flashType,
	ref Object props,
	ref Object phases,
	ref Object calcType
)

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

ICapeThermoEquilibriumServerPropList(Object, Object, Object, Object)

See Also