CombineSolution
Combine two solutions using concatenation or sum solutions.
Syntax
model.sol(sname).create(fname,"CombineSolution")
model.sol(sname).feature(fname).set(pname,pvalue)
Description
This feature combines solutions by concatenation or summation. The concatenation can, for example, take two time-dependent solutions solver over different time spans and combine them into a single time-dependent solution including all times from both solutions. Stationary solutions are not possible to use. The following properties are accepted:
Table 6-28:
Valid CombineSolution Property
Property
Value
Default
Description
cssol
current
| any available solution
current
The solution to sum, when
soloper
is set to
summation
.
cssol1
current
| any available solution
current
The first solution to concatenate, when
soloper
is set to
concatenation
.
cssol2
current
| any available solution
current
The second solution to sum, when
soloper
is set to
concatenation
.
soloper
concatenation
|
summation
concatenation
Combine solutions using concatenation or summation.