Changes between Version 30 and Version 31 of doc/app/chemistry_parameters


Ignore:
Timestamp:
Oct 12, 2018 11:38:28 AM (7 years ago)
Author:
forkel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified doc/app/chemistry_parameters

    v30 v31  
    333333}}}
    334334{{{#!td style="vertical-align:top; width: 50px"
    335 XXX
    336 }}}
    337 {{{#!td style="vertical-align:top; width: 75px"
    338 YYY
    339 }}}
    340 {{{#!td
    341 ZZZ
     335I(20)
     336}}}
     337{{{#!td style="vertical-align:top; width: 75px"
     3380
     339}}}
     340{{{#!td
     341Selection and steering of the chemistry solver.
     342
     343Note: For input parameters equal to zero the default values of the corresponding variables are used.\\
     344
     345    ICNTRL(1) = 1: F = F(y)   Independent of T (AUTONOMOUS), = 0: F = F(t,y) Depends on T (NON-AUTONOMOUS)
     346
     347    ICNTRL(2) = 0: AbsTol,RelTol are N-dimensional vectors, = 1: AbsTol,RelTol are scalars
     348
     349    ICNTRL(3)  -> selection of a particular Rosenbrock method
     350         0 :    Rodas3 (default)
     351         1 :    Ros2
     352         2 :    Ros3
     353         3 :    Ros4
     354         4 :    Rodas3
     355         5 :    Rodas4
     356
     357    ICNTRL(4)  -> maximum number of integration steps; For ICNTRL(4) =0) the default value of 100000 is used
     358
     359See http://people.cs.vt.edu/asandu/Software/Kpp/
    342360}}}
    343361|----------------
     
    424442}}}
    425443{{{#!td style="vertical-align:top; width: 50px"
    426 XXX
    427 }}}
    428 {{{#!td style="vertical-align:top; width: 75px"
    429 YYY
    430 }}}
    431 {{{#!td
    432 ZZZ
     444R(20)
     445}}}
     446{{{#!td style="vertical-align:top; width: 75px"
     4470.0 and see below
     448}}}
     449{{{#!td
     450Steering of the chemistry solver.
     451
     452RCNTRL(1)  -> Hmin,lower bound for the integration step size. It is strongly recommended to keep Hmin = ZERO
     453
     454RCNTRL(2)  -> Hmax,upper bound for the integration step size
     455
     456RCNTRL(3)  -> Hstart,starting value for the integration step size
     457
     458RCNTRL(4)  -> FacMin,lower bound on step decrease factor (default=0.2); RCNTRL(5)  -> FacMax,upper bound on step increase factor (default=6); RCNTRL(6)  -> FacRej,step decrease factor after multiple rejections
     459
     460RCNTRL(7)  -> FacSafe,by which the new step is slightly smaller than the predicted value  (default=0.9)
     461
     462See http://people.cs.vt.edu/asandu/Software/Kpp/
    433463}}}
    434464|----------------
     
    476506}}}
    477507{{{#!td style="vertical-align:top; width: 50px"
    478 XXX
    479 }}}
    480 {{{#!td style="vertical-align:top; width: 75px"
    481 YYY
    482 }}}
    483 {{{#!td
    484 ZZZ
     508C*11(99)
     509}}}
     510{{{#!td style="vertical-align:top; width: 75px"
     511'novalue'
     512
     513}}}
     514{{{#!td
     515Names of chemical species which are emitted. Required only for  [#mode_emis mode_emis]  = 'PARAMETERIZED',.
     516Example:\\
     517surface_csflux_name           = 'NO', 'NO2',  'CO', 'RCHO', 'PM10', 'PM25',\\
     518It is not necessary to specify surface_csflux_name for all compounds of the chosen chemical mechanism.
     519Names of compounds which do not occur in the mechanism are ignored.
    485520}}}
    486521|----------------