TimeAverage, TimeIntegral
Create a time average or time integral dataset.
Syntax
model.result().dataset().create(<dtag>,"TimeAverage");
model.result().dataset().create(<dtag>,"TimeIntegral");
model.result().dataset(<dtag>).set(property, <value>);
Description
model.result().dataset().create(<dtag>,"TimeAverage") creates a time average dataset with the name <dtag>.
model.result().dataset().create(<dtag>,"TimeIntegral") creates a time integral dataset with the name <dtag>.
The time average and time integral datasets make it possible to compute time averages and time integrals of some time-dependent data in another dataset, for example.
The following properties are available:
none | dataset name
all | first | last | manual | manualindices | interp
How to input the solution to use. manual indicates that solnum is used. manualindices indicates that solnumindices is used. interp indicates that t is used.
An alternative way to specify the solutions to use, allowing you to enter, for example, range(1,1,20). Applicable when innerinput is manualindices.