PetalasAzizcalcpdrop Method |
Namespace: DWSIM.UnitOperations.FlowPackagesAssembly: 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
)
<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
)
Request Example
View SourceParameters
- 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