Ignore:
Timestamp:
Mar 13, 2007 2:52:40 AM (17 years ago)
Author:
raasch
Message:

Id string added to all html files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/DOC/app/chapter_4.3.html

    r54 r62  
    11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    22<html><head>
    3   <meta http-equiv="CONTENT-TYPE" content="text/html; charset=windows-1252">
    4  
    5   <title>PALM chapter 4.3</title><meta name="GENERATOR" content="StarOffice 7  (Win32)">
    6   <meta name="AUTHOR" content="Siegfried Raasch">
    7   <meta name="CREATED" content="20041013;13364831">
    8   <meta name="CHANGED" content="20041015;15380006">
    9   <meta name="KEYWORDS" content="parallel LES model">
    10   <style>
    11         <!--
    12                 @page { size: 21cm 29.7cm }
    13         -->
    14         </style></head>
    15 <body dir="ltr" lang="en-US">
    16 <h3 style="line-height: 200%;">4.3 User-defined parameters</h3>
    17 <table style="width: 100%;" border="1" cellpadding="2" cellspacing="2">
    18   <tbody>
    19     <tr valign="top">
    20       <td>
    21       <p><font size="4"><b>Parameter name</b></font></p>
    22       </td>
    23       <td>
    24       <p><font size="4"><b>Type</b></font></p>
    25       </td>
    26       <td>
    27       <p><b><font size="4">Default</font></b>&nbsp; <br>
    28       <b><font size="4">value</font></b></p>
    29       </td>
    30       <td>
    31       <p><font size="4"><b>Explanation</b></font></p>
    32       </td>
    33     </tr>
    34     <tr><td style="vertical-align: top;"><a name="data_output_user"></a><span style="font-weight: bold;">data_output_user</span></td><td style="vertical-align: top;">C * 10 (100)</td><td style="vertical-align: top;"><span style="font-style: italic;">100 * ' '</span></td><td style="vertical-align: top;">User defined quantities for which 2d cross section and/or 3d volume data are to be output.<br><br>Beside the PALM standard output quantities (which can be selected via parameter <a href="chapter_4.2.html#data_output">data_output</a>),
     3<meta http-equiv="CONTENT-TYPE" content="text/html; charset=windows-1252"><title>PALM
     4chapter 4.3</title> <meta name="GENERATOR" content="StarOffice 7 (Win32)"> <meta name="AUTHOR" content="Siegfried Raasch"> <meta name="CREATED" content="20041013;13364831"> <meta name="CHANGED" content="20041015;15380006"> <meta name="KEYWORDS" content="parallel LES model"> <style>
     5<!--
     6@page { size: 21cm 29.7cm }
     7-->
     8</style></head>
     9<body style="direction: ltr;" lang="en-US"><h3 style="line-height: 200%;">4.3 User-defined parameters</h3>
     10<table style="width: 100%;" border="1" cellpadding="2" cellspacing="2"> <tbody> <tr valign="top">
     11<td> <p><font size="4"><b>Parameter name</b></font></p>
     12</td> <td> <p><font size="4"><b>Type</b></font></p>
     13</td> <td> <p><b><font size="4">Default</font></b>&nbsp;
     14<br> <b><font size="4">value</font></b></p>
     15</td> <td> <p><font size="4"><b>Explanation</b></font></p>
     16</td> </tr> <tr><td style="vertical-align: top;"><a name="data_output_user"></a><span style="font-weight: bold;">data_output_user</span></td><td style="vertical-align: top;">C * 10 (100)</td><td style="vertical-align: top;"><span style="font-style: italic;">100 * ' '</span></td><td style="vertical-align: top;">User defined quantities for
     17which 2d cross section and/or 3d volume data are to be output.<br><br>Beside
     18the PALM standard output quantities (which can be selected via
     19parameter <a href="chapter_4.2.html#data_output">data_output</a>),
    3520the user can define (without any restriction) additional output
    3621quantities (e.g. the temperature variance, etc.). Each of these
    3722quantities has to be given a unique identifier (string) which must be
    3823different from the strings defining the standard output quantities (see
    39 list from the description of <a href="chapter_4.2.html#data_output">data_output</a>). Data output can be switched on by assigning the respective strings to <span style="font-weight: bold;">data_output_user</span>.<br><br>The user has to calculate/provide the respective data array(s) by appropriately extending the user interface (see <a href="chapter_3.5.4.html">3.5.4</a>).<br><br>For
     24list from the description of <a href="chapter_4.2.html#data_output">data_output</a>).
     25Data output can be switched on by assigning the respective strings to <span style="font-weight: bold;">data_output_user</span>.<br><br>The
     26user has to calculate/provide the respective data array(s) by
     27appropriately extending the user interface (see <a href="chapter_3.5.4.html">3.5.4</a>).<br><br>For
    4028further steering of the user defined output (output times, cross
    41 section levels, time averaging, etc.), the steering parameters for <a href="chapter_4.2.html#data_output">data_output</a> apply accordingly.<br><br><span style="font-weight: bold;">Example:</span><br>If the user defined output quantity is the temperature variance and if the user has chosen the string <span style="font-style: italic;">'pt2'</span> as an identifier for this quantity, then output of horizontal cross sections can be selected by assigning <span style="font-weight: bold;">data_output_user</span> = <span style="font-style: italic;">'pt2_xy'</span>.</td></tr><tr valign="top">
    42       <td>
    43       <p><b><a name="region"></a>region</b></p>
    44       </td>
    45       <td>
    46       <p>C*40 (0:9)</p>
    47       </td>
    48       <td>
    49       <p>&nbsp;</p>
    50       </td>
    51       <td>
    52       <p>Name(s) of the subdomain(s) defined by the user.&nbsp; </p>
    53       <p>With this variable, names can be assigned to the subsections
     29section levels, time averaging, etc.), the steering parameters for <a href="chapter_4.2.html#data_output">data_output</a>
     30apply accordingly.<br><br><span style="font-weight: bold;">Example:</span><br>If
     31the user defined output quantity is the temperature variance and if the
     32user has chosen the string <span style="font-style: italic;">'pt2'</span>
     33as an identifier for this quantity, then output of horizontal cross
     34sections can be selected by assigning <span style="font-weight: bold;">data_output_user</span> = <span style="font-style: italic;">'pt2_xy'</span>.</td></tr><tr valign="top"> <td> <p><b><a name="region"></a>region</b></p> </td>
     35<td> <p>C*40 (0:9)</p> </td> <td> <p>&nbsp;</p>
     36</td> <td> <p>Name(s) of the subdomain(s) defined
     37by the user.&nbsp; </p> <p>With this variable, names
     38can be assigned to the subsections
    5439defined by the user (see <a href="chapter_4.1.html#statistic_regions">statistic_regions</a>)
    5540which afterwards appear in the headers of the respective files (<a href="chapter_3.4.html#PLOT1D_DATA">PLOT1D_DATA</a>)
    5641and within the respective plots. Up to 9 subdomains are allowed (<b>region</b>
    57 (1) to <b>region</b> (9)), the total domain has the index 0 (<b>region</b>
    58 (0)).</p>
    59       </td>
    60     </tr>
    61   </tbody>
    62 </table>
    63 <p style="line-height: 200%;">&nbsp; <br>
     42(1) to <b>region</b> (9)), the total domain has the index
     430 (<b>region</b>
     44(0)).</p> </td> </tr> </tbody>
     45</table><p style="line-height: 200%;">&nbsp; <br>
    6446&nbsp; </p>
    65 <hr>
    66 <p><br>
    67 <font color="#000080"><font color="#000080"><a href="chapter_4.2.html"><font color="#000080"><img src="left.gif" name="Grafik1" align="bottom" border="2" height="32" width="32"></font></a><a href="index.html"><font color="#000080"><img src="up.gif" name="Grafik2" align="bottom" border="2" height="32" width="32"></font></a><a href="chapter_4.4.html"><font color="#000080"><img src="right.gif" name="Grafik3" align="bottom" border="2" height="32" width="32"></font></a></font></font></p>
    68 <p><span style="font-style: italic;">Last change:</span> 22/03/06
    69 (SR)&nbsp;</p>
     47<hr><p><br>
     48<font color="#000080"><font color="#000080"><a href="chapter_4.2.html"><font color="#000080"><img src="left.gif" name="Grafik1" align="bottom" border="2" height="32" width="32"></font></a><a href="index.html"><font color="#000080"><img src="up.gif" name="Grafik2" align="bottom" border="2" height="32" width="32"></font></a><a href="chapter_4.4.html"><font color="#000080"><img src="right.gif" name="Grafik3" align="bottom" border="2" height="32" width="32"></font></a></font></font></p><p><span style="font-style: italic;">Last change:</span>
     49$Id$&nbsp;</p>
    7050</body></html>
Note: See TracChangeset for help on using the changeset viewer.