SeawaterDensity Iteration_ Newton 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#
private double DensityIteration_Newton(
double t,
double p,
double d,
int maxit,
double eps
)VB
Private Function DensityIteration_Newton (
t As Double,
p As Double,
d As Double,
maxit As Integer,
eps As Double
) As Double