Config Files
flow_state reads flow conditions from TOML configuration files. Useful for documenting setups, sharing conditions, and version control.
Usage
CLI
Python
Format
Stagnation Conditions (Wind Tunnel)
Flight Conditions
With atmosphere model:
Supported Fields
| Field | Type | Description |
|---|---|---|
mach |
float | Mach number (required) |
pres_stag |
float or [value, "unit"] | Stagnation pressure |
temp_stag |
float | Stagnation temperature [K] |
altitude |
float or [value, "unit"] | Altitude |
pres |
float or [value, "unit"] | Static pressure |
temp |
float or [value, "unit"] | Static temperature |
gas |
string | Gas model: "air", "n2" |
lref |
float | Reference length [m] |
Atmosphere Section
| Field | Type | Description |
|---|---|---|
model |
string | "ussa76" or "cira86" |
latitude |
float | Latitude for CIRA86 [deg] |
month |
int | Month for CIRA86 (1-12) |
Unit Syntax
Use [value, "unit"] arrays for non-SI units:
Downloadable Examples
See Examples for ready-to-use config files (BAM6QT, AEDC T9, HIFiRE-1, STORT).