Changes between Version 6 and Version 7 of DianaICSolver


Ignore:
Timestamp:
Sep 12, 2011, 2:56:12 PM (14 years ago)
Author:
miroshkin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DianaICSolver

    v6 v7  
    4646= Example =
    4747
    48 Adsorption column model contains the equations system of type (2) example[[BR]]
    49 Python script with calling standard IDACalcIC() method generates the exception[[BR]]
    50 Python script with using ICSolver and nonzero output verbosity level shows the initial state vector and message
     48[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
    5151
    5252{{{
     
    5656== Additional information ==
    5757
    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''
    6161
    6262== Additional examples ==
     
    6868   [attachment:Cstr.py "script"] [attachment:Cstr.tar "script + model + results"]
    6969
    70 = Mathematical background =
    71 
    72  * MATLAB (with comments)[[BR]]
     70 * MATLAB example[[BR]]
    7371   [attachment:matlab.tar "files"]