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:
current | any available solution
The solution to sum, when soloper is set to summation.
current | any available solution
The first solution to concatenate, when soloper is set to concatenation.
current | any available solution
The second solution to sum, when soloper is set to concatenation.
concatenation | summation