Skip to content
Draft. This manual is new and still being checked against the software as it is verified. Some pages will change. If something here does not match what you see, the software is right — tell us and we will fix the page.

Runs

Setup tree: Runs

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"
  • Control: action (ToolButton2)
  • Enabled when: CaseState.runState === "running" || CaseState.runState === "paused"
  • Control: action (ToolButton2)
  • Enabled when: CaseState.runState === "running" || CaseState.runState === "paused"
  • Control: action (ToolButton2)
  • Shown when: CaseState.runState === "converged" || CaseState.runState === "stopped"
  • 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.

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.