You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: bump versions to 1.1.3/1.1.5 and add What's New + ShowMe for Re modes
- UI version 1.1.2 → 1.1.3, Python version 1.1.4 → 1.1.5
- Add changelog entry for Mode 1/2/3 Reynolds type selector with tour slide
- Add ShowMe micro-tour (reTypeModes) for guided walkthrough of the feature
- Document re_type and reynolds_eff in Python API docs (python-api.mdx)
- Add data-tour attribute for ShowMe targeting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
{category: 'added',text: 'Reynolds type mode selector (Mode 1/2/3) in the Solve panel — choose between constant Re, fixed Re·√CL, or fixed Re·CL for polar sweeps',showMeTourId: 'showMe:reTypeModes'},
36
+
{category: 'added',text: 'Mode 2 (fixed Re·√CL): effective Reynolds varies inversely with √CL — models flight conditions where lift equals weight and speed adjusts'},
37
+
{category: 'added',text: 'Mode 3 (fixed Re·CL): effective Reynolds varies inversely with CL — for propeller blades and turbomachinery sections'},
38
+
{category: 'added',text: 'Python API: re_type parameter on solve(), polar(), and bl_distribution() — pass re_type=2 or re_type=3 for variable-Re analysis'},
39
+
{category: 'added',text: 'Python API: reynolds_eff field on SolveResult — reports the effective Reynolds after Mode 2/3 adjustment'},
40
+
{category: 'changed',text: 'Mode 1 (constant Re) remains the default — existing workflows are unaffected'},
41
+
],
42
+
tourSlides: [
43
+
{
44
+
title: 'Reynolds Type Modes',
45
+
description: 'Choose how Reynolds number varies during a polar sweep',
46
+
icon: '🔄',
47
+
items: [
48
+
'Mode 1: constant Re (default) — standard fixed-Re polar',
49
+
'Mode 2: fixed Re·√CL — Re varies with flight speed as CL changes',
50
+
'Mode 3: fixed Re·CL — for propeller and turbomachinery conditions',
51
+
'Available in single-point solves, polar sweeps, and multi-parameter sweeps',
0 commit comments