Name |
Type |
Description |
startTime |
MdlString |
The start time of the transient
simulation. The time unit can be specified by appending s,
min, hour, or day to the numerical value and
defaults to s.
Default: "0.0 s"
|
|
endTime |
MdlString |
The end time for transient
simulation.
Default: "0.0 s"
|
|
stepTime |
MdlString |
The length of the initial time
step.
Default: "1.0 s"
|
|
timeStepMode |
MdlString |
The transient time
stepping mode. One of "const",
"iterative", "step-doubling" modes.
Default: "step-doubling"
|
|
highIterationLevel |
double |
Time steps are decreased when
solving the equation system requires more than
highIterationLevel * iterationLimit
iterations. (Table 4.8)
Default: 0.4
|
|
lowIterationLevel |
double |
Time steps are increased when
solving the equation system requires more than
highIterationLevel * iterationLimit
iterations. (Table 4.8)
Default: 0.2
|
|
transError |
double |
The error limit for the transient
integration. If the occurring error is too large the time step will be
rejected and if the limit fits the time step will be stretched
Default: 1e-2
|
|
timeStretch |
double |
Stretching factor for time stepping
Default: 2.0
|
|
timeReject |
double |
Rejection factor for time stepping
Default: 0.5
|
|