Changes between Version 6 and Version 7 of DianaICSolver
- Timestamp:
- Sep 12, 2011, 2:56:12 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DianaICSolver
v6 v7 46 46 = Example = 47 47 48 Adsorption column modelcontains the equations system of type (2) example[[BR]]49 Python script with calling standard IDACalcIC() methodgenerates the exception[[BR]]50 Python script with using ICSolver and nonzero output verbosity levelshows the initial state vector and message48 [attachment:AdsColumn.mdl "Adsorption column model"] contains the equations system of type (2) example[[BR]] 49 [attachment:AdsColumn_error.py "Python script with calling standard IDACalcIC() method"] generates the exception[[BR]] 50 [attachment:AdsColumn.py "Python script with using ICSolver and nonzero output verbosity level"] shows the initial state vector and message 51 51 52 52 {{{ … … 56 56 == Additional information == 57 57 58 {{{ eso.GetAllVariables() }}} returns state vector values of model[[BR]]59 {{{ eso.GetAllResiduals() }}} returns vector of right hand side values of equations system [[BR]]60 With correct initial values of state vector for model equations all residuals should be equal to zeros. 58 {{{ eso.GetAllVariables() }}} returns state vector values of equation set object[[BR]] 59 {{{ eso.GetAllResiduals() }}} returns vector of right hand side values of equations system with current values of state vector[[BR]] 60 ''Note: With correct state vector initial values all residuals of equation set object should be equal to zeros'' 61 61 62 62 == Additional examples == … … 68 68 [attachment:Cstr.py "script"] [attachment:Cstr.tar "script + model + results"] 69 69 70 = Mathematical background = 71 72 * MATLAB (with comments)[[BR]] 70 * MATLAB example[[BR]] 73 71 [attachment:matlab.tar "files"]