Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,24 @@ It should be noted that the relative velocity is zero on no-slip walls that are
| `kOmegaSST_hybridModel` | Hybrid RANS-LES output for kOmegaSST solver (supports both DDES and ZDES) | Non-dimensional |
| `localCFL` | Local CFL number | Non-dimensional |

### BET Metrics Output Variables

The `betMetrics` and `betMetricsPerDisk` output fields provide Blade Element Theory (BET) metrics for analyzing rotor and propeller performance. These fields are available when using BET models in volume zones. The `betMetrics` field includes data from all BET disks with possible overlapping, while `betMetricsPerDisk` provides separate outputs for each disk to avoid overlap.

The following variables are included in the betMetrics output:

1. **`VelocityRelative`** – Relative velocity with respect to the rotating reference frame (non-dimensional).

2. **`AlphaRadians`** – Local angle of attack in radians.

3. **`CfAxial`** – Axial aerodynamic force coefficient.

4. **`CfCircumferential`** – Circumferential aerodynamic force coefficient.

5. **`TipLossFactor`** – Factor to model the effect of blade tip.

6. **`LocalSolidityIntegralWeight`** – Local solidity multiplied by the integral weight.

### Hybrid RANS-LES Output Variables

The `SpalartAllmaras_hybridModel` and `kOmegaSST_hybridModel` output fields provide diagnostic variables for hybrid RANS-LES simulations. The specific variables included depend on whether you're using **DDES** (Delayed Detached Eddy Simulation) or **ZDES** (Zonal Detached Eddy Simulation) as the shielding function.
Expand Down
Loading