STEAM 67steam 67 Method
Definition
Namespace: DWSIM.Thermodynamics.PropertyPackages.Auxiliary
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
[DllImportAttribute("steam67.dll", CharSet = CharSet.Ansi, ExactSpelling = true,
SetLastError = true)]
public static int steam67(
ref double temperature,
ref double pressure,
ref double quality,
ref double weight,
ref double enthalpy,
ref double entropy,
ref double saturation_temperature,
ref double saturation_pressure,
ref double degrees_superheat,
ref double degrees_subcooling,
ref double viscosity,
ref double critical_velocity,
int action
)VB
<DllImportAttribute("steam67.dll", CharSet := CharSet.Ansi, ExactSpelling := true,
SetLastError := true>]
Public Shared Function steam67 (
ByRef temperature As Double,
ByRef pressure As Double,
ByRef quality As Double,
ByRef weight As Double,
ByRef enthalpy As Double,
ByRef entropy As Double,
ByRef saturation_temperature As Double,
ByRef saturation_pressure As Double,
ByRef degrees_superheat As Double,
ByRef degrees_subcooling As Double,
ByRef viscosity As Double,
ByRef critical_velocity As Double,
action As Integer
) As IntegerParameters
- temperature Double
- pressure Double
- quality Double
- weight Double
- enthalpy Double
- entropy Double
- saturation_temperature Double
- saturation_pressure Double
- degrees_superheat Double
- degrees_subcooling Double
- viscosity Double
- critical_velocity Double
- action Int32