PropertyPackagePropList Method |
Returns the flash types, properties, phases, and calculation types that are supported by a given Equilibrium Server Routine.
Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: 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
)
Public Overridable Sub PropList (
ByRef flashType As Object,
ByRef props As Object,
ByRef phases As Object,
ByRef calcType As Object
)
Request Example
View SourceParameters
- 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