model.result().dataset().create(<dtag>,"TimeAverage");model.result().dataset().create(<dtag>,"TimeIntegral");model.result().dataset().create(<dtag>,"TimeAverage") creates a time average data set with the name <dtag>.model.result().dataset().create(<dtag>,"TimeIntegral") creates a time integral data set with the name <dtag>.
none | data set name 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 alternate way to specify the solutions to use, allowing you to enter, for example, range(1,1,20). Applicable when innerinput is manualindices.