Click or drag to resize

STEAM67steam67 Method


Namespace: DWSIM.Thermodynamics.PropertyPackages.Auxiliary
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
[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
)
Request Example View Source

Parameters

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
 

Return Value

Int32
See Also