run_model
Execute a CFAST simulation for a given model and receive a bounded summary of the produced outputs. Essential for analyzing fire dynamics.
Instructions
Run the CFAST simulation for a model and summarize the outputs.
Requires the CFAST executable, resolved via the CFAST environment
variable or cfast on the PATH. Results are stored in the registry
so get_results can read them without re-running.
Parameters
model_id : str Id of the model to run. timeout : int, optional Maximum CFAST run time. Default units: s, default value: 120 s.
Returns
str A bounded summary of the produced output sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| model_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |