Skip navigation links
(Wind-US Documentation Home Page) (Wind-US User's Guide) (GMAN User's Guide) (MADCAP User's Guide) (CFPOST User's Guide) (Wind-US Utilities) (Common File User's Guide) (Wind-US Installation Guide) (Wind-US Developer's Reference) (Guidelines Documents)

(Introduction) (Tutorial) (Geometry and Flow Physics Modeling) (Numerical Modeling) (Boundary Conditions) (Convergence Monitoring) (Files) (Scripts) (Parallel Processing) (Keyword Reference) (Test Options)



WRITE - Write extra variables into .cfl file

WRITE [VARIABLES] var [zone_selector]

Using this keyword, additional variables may be computed and written into the .cfl file. The user-specified input var must be one of the keywords listed below. Multiple WRITE keywords may be used to write more than one extra variable into the file.

    CF   Skin friction coefficients in the x, y, and z directions. In the .cfl file, the variable names are cfx, cfy, and cfz. Only available for unstructured grids.
 
LESWIDTH LES indicator for the combined RANS/LES turbulence models; 1 if in LES region, 0 otherwise. This option applies to all the combined RANS/LES models except the Nichols-Nelson hybrid model. In the .cfl file, the variable name is LESwidth. For backward compatibility, this keyword may also be specified as FILTER.
 
GRADQUAL Gradient quality measures. In the .cfl file, the variable names are GradQual1 through GradQual5. Only available for unstructured grids.
 
HEATFLUX Heat transfer coefficient. In the .cfl file, the variable name is Q.
 
RESIDUAL Individual equation residuals. In the .cfl file, the variable names are Resid_rho, Resid_rho*u, Resid_rho*v, Resid_rho*w, and Resid_rho*e0. Only available for unstructured grids.
 
TIMESTEP Time step. In the .cfl file, the variable name is dt.
 
TOTALS Total pressure and temperature. In the .cfl file, the variable names are Pt-frozen and Tt-frozen for structured grids, and Ptot-frozen and Ttot-frozen for unstructured grids.
 
VENKATPHI Limiter used for Venkatakrishnan slope limiting. In the .cfl file, the variable name is VenkatPhi. Only available for unstructured grids.
 
WALLDISTANCE Distance to the nearest wall for each grid point. In the .cfl file, the variable name is WallDist.


Last updated 1 Apr 2016