Changes between Version 36 and Version 37 of doc/app/userint/output
- Timestamp:
- Sep 16, 2010 7:42:43 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/userint/output
v36 v37 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 }}}\\