Runs
Where it is
Section titled “Where it is”Setup tree: Runs
Controls
Section titled “Controls”Controls
Section titled “Controls”Running…
Section titled “Running…”Label changes with the case; the source gives these forms: Running…, Resume, Start run.
- Control: action (
ToolButton2) - Enabled when:
CaseState.runState !== "running"
- Control: action (
ToolButton2) - Enabled when:
CaseState.runState === "running"
Stop gracefully
Section titled “Stop gracefully”- Control: action (
ToolButton2) - Enabled when:
CaseState.runState === "running" || CaseState.runState === "paused"
- Control: action (
ToolButton2) - Enabled when:
CaseState.runState === "running" || CaseState.runState === "paused"
After the run
Section titled “After the run”Continue for 1000 more iterations
Section titled “Continue for 1000 more iterations”- Control: action (
ToolButton2) - Shown when:
CaseState.runState === "converged" || CaseState.runState === "stopped"
Diagnostics
Section titled “Diagnostics”Trap floating-point exceptions
Section titled “Trap floating-point exceptions”- Control: on/off (
ToggleRow)
On, a run that produces a NaN stops at once - which is what you want while a case is being set up. Off, it runs on. Some turbulence models form a quotient and clip it immediately, and the trap fires on the quotient rather than on the result, so a healthy run dies with no message.
Problems reported against this step
Section titled “Problems reported against this step”The application checks these before a run and reports them in the Problems tab against this step.
| Severity | Message |
|---|---|
| … | …: … |
… marks a value the application computes at run time, so the source carries no fixed text for it.