Changes between Version 57 and Version 58 of doc/app/userint/int


Ignore:
Timestamp:
Jun 27, 2019 10:01:23 AM (6 years ago)
Author:
Giersch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/userint/int

    v57 v58  
    146146{{{#!td
    147147Here the particles can be assigned new attributes (diameter, color etc.) after each time step. Like the calling routine {{{advec_particles}}}, this routine is only called if particle advection is switched on (see package parameter [../../parpar#dt_prel dt_prel])
    148 }}}
    149 |----------------
    150 {{{#!td style="vertical-align:top; text-align:left;width: 150px"
    151 Before the plot of particles and cross-sections in {{{dvrp_plot.f90}}}
    152 }}}
    153 {{{#!td style="vertical-align:top; text-align:left;style="width: 50px"
    154 [=#user_dvrp_coltab {{{user_dvrp_coltab}}}]\\{{{( mode )}}}
    155 }}}
    156 {{{#!td
    157 With this routine, color tables can be adjusted which should be used for output with the dvrp software. Individual color tables for particles and cross-sections are possible. For this purpose, the two arrays {{{interval_values_dvrp}}} and {{{interval_h_dvrp}}} (declared in the module {{{dvrp_variables}}}) have to be preset with appropriate values. The number of color table entries must be assigned to the variable of {{{dvrp_colourtable_entries}}}. The value of the subroutine argument mode defines, whether the color table is valid for particles or for cross-sections (i.e. mode can have the values ''particles'' or ''slicer'').
    158 This routine only becomes active if dvrp-graphics is switched on (see package parameter [../../dvrpar#dt_dvrp dt_dvrp]).
    159148}}}
    160149|----------------
     
    302291|----------------
    303292{{{#!td style="vertical-align:top; text-align:left;width: 150px"
    304 {{{DEFAULT}}} case of {{{SELECT CASE( output_variable )}}} command near the end of {{{data_output_dvrp.f90}}}
    305 }}}
    306 {{{#!td style="vertical-align:top; text-align:left;style="width: 50px"
    307 [=#user_data_output_dvrp {{{user_data_output_dvrp}}}]\\{{{( output_variable, local_pf )}}}
    308 }}}
    309 {{{#!td
    310 Resorts user-defined quantities (to be output as dvrp objects; see [../../userpar#data_output_user data_output_user]) and [../../dvrpar#mode_dvrp mode_dvrp]) with indices {{{(k,j,i)}}} to a temporary array {{{local_pf}}} with indices {{{(i,j,k)}}}. The array {{{local_pf}}} is then handed back to the calling subroutine {{{data_output_dvrp.f90}}}.\\
    311 See [[../output|User-defined output quantities]] about creating user-defined output quantities.
    312 }}}
    313 |----------------
    314 {{{#!td style="vertical-align:top; text-align:left;width: 150px"
    315293End of {{{palm.f90}}}
    316294}}}