Changes between Version 35 and Version 36 of doc/app/userint/output
- Timestamp:
- Sep 16, 2010 7:42:14 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/userint/output
v35 v36 264 264 This example shows the output of the quantity "square of the u-component", u^2^. If more than one user-defined quantity shall be output, the following steps have to be carried out in the same way for each of the quantities. First, steps 1 - 6 of part [#part_3 (2d cross section or 3d volume data)] are required. Second, the gridpoint data of the quantity has to be resorted to array {{{local_pf}}} in subroutine [../int#user_data_output_dvrp user_data_output_dvrp] as follows: 265 265 266 {{{ CASE ( '}}}[[span( u2,style=color: red)]]', '[[span(u2,style=color: red)]]_xy', '[[span(u2,style=color: red)]]_xz', '[[span(u2,style=color: red)]]_yz' ) \\266 {{{ CASE ( '}}}[[span({{{u2}}},style=color: red)]]', '[[span({{{u2}}},style=color: red)]]_xy', '[[span({{{u2}}},style=color: red)]]_xz', '[[span(u2,style=color: red)]]_yz' ) \\ 267 267 {{{ DO i = nxl, nxr+1 }}}\\ 268 268 {{{ DO j = nys, nyn+1 }}}\\ 269 269 {{{ DO k = nzb, nz_do3d }}}\\ 270 {{{ local_pf(i,j,k) =}}} [[span( u2,style=color: red)]]{{{(k,j,i) }}}\\270 {{{ local_pf(i,j,k) =}}} [[span({{{u2}}},style=color: red)]]{{{(k,j,i) }}}\\ 271 271 {{{ ENDDO }}}\\ 272 272 {{{ ENDDO }}}\\