Changes between Initial Version and Version 6 of Ticket #2694


Ignore:
Timestamp:
2015-12-18T16:58:19Z (9 years ago)
Author:
Lennart Ochel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2694

    • Property Component OMEditBackend
    • Property Owner changed from Adeel Asghar to Lennart Ochel
    • Property Status newassigned
    • Property Milestone 1.9.11.9.4
  • Ticket #2694 – Description

    initial v6  
    11I want to developp a simulation of power plant. At the beginning, I simulate each components of the power plant power (condenser, turbine, pump...).
    22
    3  
    4 
    53For the pump, I use source pressure and masse flow  and sink pressure.
    6 
    74I initalized pressure and enthalpy.
    85
    9  
    10 
    116And I have a error message :
    12 
    13  stdout | warning | While solving non-linear system an assertion failed.
    14 
     7{{{
     8stdout | warning | While solving non-linear system an assertion failed.
    159| | | | | The non-linear solver tries to solve the problem that could take some time.
    16 
    1710| | | | | It could help to provide better start-values for the iteration variables.
    18 
    1911| | | | | For more information simulate with -lv LOG_NLS
    20 
    2112LOG_NLS | warning | nonlinear system fails: Nonlinear function (residualFunc10, size 3) at t=0 Debug more
    2213| | | | | proper start-values for some of the following iteration variables might help
    23 
    2414| | | | | | [1] Real pump1.inletFluidState.p(start=100000, nominal=100000)
    25 
    2615| | | | | | [2] Real pump1.rho(start=1000, nominal=1)
    27 
    2816| | | | | | [3] Real pump1.s(start=1, nominal=1)
    29 
    3017stdout | warning | While solving non-linear system an assertion failed.
    31 
    3218| | | | | The non-linear solver tries to solve the problem that could take some time.
    33 
    3419| | | | | It could help to provide better start-values for the iteration variables.
    35 
    3620| | | | | For more information simulate with -lv LOG_NLS
    37 
    3821LOG_NLS | warning | Error solving nonlinear system Nonlinear function (residualFunc26, size 3) at time 0 Debug more
    3922stdout | warning | Error in initialization. Storing results and exiting.
     
    4427
    4528Simulation process exited with code -1
    46 
    47 
     29}}}
    4830
    4931I don't understand why it doesn't work.
    50 
    51  
    5232
    5333Could you help me for this error?
     
    5535Where can I have information about error compilation and about model of thermopower library?
    5636
    57  
    58 
    5937Thank you
    6038
    61  
    62 
    6339Best regards
    64 
    65  
    66 
    6740Dubret Félicia
    68 
    69