Changes between Initial Version and Version 6 of Ticket #2694
- Timestamp:
- 2015-12-18T16:58:19Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2694
- Property Component OMEdit → Backend
- Property Owner changed from to
- Property Status new → assigned
- Property Milestone 1.9.1 → 1.9.4
-
Ticket #2694 – Description
initial v6 1 1 I want to developp a simulation of power plant. At the beginning, I simulate each components of the power plant power (condenser, turbine, pump...). 2 2 3 4 5 3 For the pump, I use source pressure and masse flow and sink pressure. 6 7 4 I initalized pressure and enthalpy. 8 5 9 10 11 6 And I have a error message : 12 13 stdout | warning | While solving non-linear system an assertion failed. 14 7 {{{ 8 stdout | warning | While solving non-linear system an assertion failed. 15 9 | | | | | The non-linear solver tries to solve the problem that could take some time. 16 17 10 | | | | | It could help to provide better start-values for the iteration variables. 18 19 11 | | | | | For more information simulate with -lv LOG_NLS 20 21 12 LOG_NLS | warning | nonlinear system fails: Nonlinear function (residualFunc10, size 3) at t=0 Debug more 22 13 | | | | | proper start-values for some of the following iteration variables might help 23 24 14 | | | | | | [1] Real pump1.inletFluidState.p(start=100000, nominal=100000) 25 26 15 | | | | | | [2] Real pump1.rho(start=1000, nominal=1) 27 28 16 | | | | | | [3] Real pump1.s(start=1, nominal=1) 29 30 17 stdout | warning | While solving non-linear system an assertion failed. 31 32 18 | | | | | The non-linear solver tries to solve the problem that could take some time. 33 34 19 | | | | | It could help to provide better start-values for the iteration variables. 35 36 20 | | | | | For more information simulate with -lv LOG_NLS 37 38 21 LOG_NLS | warning | Error solving nonlinear system Nonlinear function (residualFunc26, size 3) at time 0 Debug more 39 22 stdout | warning | Error in initialization. Storing results and exiting. … … 44 27 45 28 Simulation process exited with code -1 46 47 29 }}} 48 30 49 31 I don't understand why it doesn't work. 50 51 52 32 53 33 Could you help me for this error? … … 55 35 Where can I have information about error compilation and about model of thermopower library? 56 36 57 58 59 37 Thank you 60 38 61 62 63 39 Best regards 64 65 66 67 40 Dubret Félicia 68 69