Petalas Azizcalcpdrop Method
Definition
Namespace: DWSIM.UnitOperations.FlowPackages
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
[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
)VB
<DllImportAttribute("PetAz", CallingConvention := CallingConvention.Cdecl>]
Public Shared Sub calcpdrop (
ByRef DensL As Single,
ByRef DensG As Single,
ByRef MuL As Single,
ByRef MuG As Single,
ByRef Sigma As Single,
ByRef Dia As Single,
ByRef Rough As Single,
ByRef Theta As Single,
ByRef VsL As Single,
ByRef VsG As Single,
ByRef Region As Integer,
ByRef dPfr As Single,
ByRef dPhh As Single,
ByRef eL As Single
)