Click or drag to resize

PetalasAzizcalcpdrop Method


Namespace: DWSIM.UnitOperations.FlowPackages
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 8.8.1.0
Syntax
[DllImportAttribute("PetAz", CallingConvention = CallingConvention.Cdecl)]
public static void calcpdrop(
	ref float DensL,
	ref float DensG,
	ref float MuL,
	ref float MuG,
	ref float Sigma,
	ref float Dia,
	ref float Rough,
	ref float Theta,
	ref float VsL,
	ref float VsG,
	ref int Region,
	ref float dPfr,
	ref float dPhh,
	ref float eL
)
Request Example View Source

Parameters

DensL  Single
 
DensG  Single
 
MuL  Single
 
MuG  Single
 
Sigma  Single
 
Dia  Single
 
Rough  Single
 
Theta  Single
 
VsL  Single
 
VsG  Single
 
Region  Int32
 
dPfr  Single
 
dPhh  Single
 
eL  Single
 
See Also