1 | | Examples of consistent initial conditions solver usage |
| 1 | = Examples = |
| 2 | == Models requiring ICSolver == |
| 3 | |
| 4 | The following example shows how ICSolver can be used to find |
| 5 | consistent initial conditions where just applying the standard |
| 6 | IDA 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 = |