|
Unstruct2D
1.0
Solution of 2-D Euler- and Navier-Stokes Equations on Unstructured Grids
|
Variables related to plot output.
Public Attributes | |
| integer, parameter | mxquant =13 |
| total number of plot variables | |
| integer, parameter | mxqfield =11 |
| no. of plot variables in the field (cf and Cp only at the boundaries) | |
| character(chrlen) | title |
| title of the simulation case | |
| character(chrlen), dimension(mxquant) | cquant |
| names of plot variables | |
| character(1), dimension(mxquant) | lquant |
| on/off switches of the plot variables | |
| real(rtype) | drho |
| change of the density residual (convergence criterion) | |
| real(rtype) | drho1 |
| initial change of the density residual (used for normalization) | |
| real(rtype) | cl |
| lift coefficient (pressure forces only; external flow) | |
| real(rtype) | cd |
| drag coefficient (pressure forces only; external flow) | |
| real(rtype) | cm |
| pitching moment coefficient wrp. to the reference point | |
| real(rtype) | mflow |
| average mass flow rate (internal flow) | |
| real(rtype) | mfratio |
| ratio of mass flow at outlet to mass flow at inlet | |