Changes between Initial Version and Version 1 of Ticket #489
- Timestamp:
- 02/18/11 20:58:01 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #489 – Description
initial v1 1 1 Friendly suggestion: 2 I modified all my input files to help users more easily idenitfy the output vairable name with the associated Hout selection. For example i use: 2 I modified all my input files to help users more easily identify the output variable name with the associated Hout selection. For example i use: 3 4 {{{ 3 5 4 6 Hout(idUvel) == T ! u 3D U-velocity … … 44 46 Hout(idMtke) == T ! tke turbulent kinetic energy 45 47 Hout(idMtls) == T ! gls turbulent generic length scale 48 }}} 46 49 47 50 (formatting is messed up in this display box, but i think you get the idea).