Changes between Version 4 and Version 5 of DianaICSolver


Ignore:
Timestamp:
Sep 9, 2011, 3:49:41 PM (14 years ago)
Author:
danker
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DianaICSolver

    v4 v5  
    1 Examples of consistent initial conditions solver usage
     1= Examples =
     2== Models requiring ICSolver ==
     3
     4The following example shows how ICSolver can be used to find
     5consistent initial conditions where just applying the standard
     6IDA solver throws an exception:
     7
     8 * Adsorption column[[BR]]
     9   [attachment:AdsColumn.py "script"] [attachment:AdsColumn.tar "script + model + results"]
     10
     11== Additional examples ==
     12
     13 * Hafke reactor[[BR]]
     14   [attachment:HafkeReactor.py "script"] [attachment:HafkeReactor.tar "script + model + results"]
     15
     16 * Cstr model[[BR]]
     17   [attachment:Cstr.py "script"] [attachment:Cstr.tar "script + model + results"]
     18
     19= Mathematical background =
    220
    321 * MATLAB (with comments)[[BR]]
    422   [attachment:matlab.tar "files"]
    523 
    6  * Cstr model[[BR]]
    7    [attachment:Cstr.py "script"] [attachment:Cstr.tar "script + model + results"]
    8 
    9  * Adsorption column[[BR]]
    10    [attachment:AdsColumn.py "script"] [attachment:AdsColumn.tar "script + model + results"]
    11 
    12  * Hafke reactor[[BR]]
    13    [attachment:HafkeReactor.py "script"] [attachment:HafkeReactor.tar "script + model + results"]