You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @brief Calculate the first partial derivative in two-phase region with Spline - Approach from the AbstractState using integer values for the desired parameters
502
+
Spline Approach "Methods to Increase the Robustness of Finite-Volume FlowModels in Thermodynamic Systems: Sylvain Quoilin, Ian Bell, Adriano Desideri, Pierre Dewallef and Vincent Lemort"
503
+
* @param handle The integer handle for the state class stored in memory
504
+
* @x_end constant parameter for defining range of the spline, (usually 0.1 is used, 0..1 is possible)
505
+
* @param Of The parameter of which the derivative is being taken
506
+
* @param Wrt The derivative with with respect to this parameter
507
+
* @param Constant The parameter that is not affected by the derivative
508
+
* @param errcode The errorcode that is returned (0 = no error, !0 = error)
509
+
* @param message_buffer A buffer for the error code
510
+
* @param buffer_length The length of the buffer for the error code
* @brief Update the state of the AbstractState and get an output value five common outputs (temperature, pressure, molar density, molar enthalpy and molar entropy)
467
533
* @brief from the AbstractState using pointers as inputs and output to allow array computation.
0 commit comments