y_plus_from_height
Predict y+ from first-cell height, velocity, and length to determine if it lands in the viscous sublayer, buffer layer, or log-law region for mesh sizing.
Instructions
Predict the y+ that a given first-cell height will produce, and whether it lands in the viscous sublayer, buffer layer (avoid), or log-law region.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | Yes | ||
| density | No | ||
| velocity | Yes | ||
| first_cell_height_m | Yes | ||
| kinematic_viscosity | No |