functionreduceTerms
Calls buildModel with the --reduceTerms flag enabled.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| TypeName | className | the class that should be built | |
| Real | startTime | 0.0 | the start time of the simulation. <default> = 0.0 |
| Real | stopTime | 1.0 | the stop time of the simulation. <default> = 1.0 |
| Integer | numberOfIntervals | 500 | number of intervals in the result file. <default> = 500 |
| Real | tolerance | 1e-6 | tolerance used by the integration method. <default> = 1e-6 |
| String | method | "dassl" | integration method used for simulation. <default> = dassl |
| String | fileNamePrefix | "" | fileNamePrefix. <default> = "" |
| String | options | "" | options. <default> = "" |
| String | outputFormat | "mat" | Format for the result file. <default> = "mat" |
| String | variableFilter | ".*" | Only variables fully matching the regexp are stored in the result file. <default> = ".*" |
| String | cflags | "" | cflags. <default> = "" |
| String | simflags | "" | simflags. <default> = "" |
| String | labelstoCancel | "" |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | buildModelResults |