EQUATIONS: Remove lower limit for enthalpy in nr_function().
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
parent
9cc25b790e
commit
c438f1f366
@ -4371,11 +4371,11 @@ module equations
|
||||
|
||||
! calculate the increment dW
|
||||
!
|
||||
dw = - f / df
|
||||
dw = - f / df
|
||||
|
||||
! correct W
|
||||
!
|
||||
w = max(wm, w + dw)
|
||||
w = w + dw
|
||||
|
||||
! calculate the normalized error
|
||||
!
|
||||
|
Loading…
x
Reference in New Issue
Block a user