WVModelOutputGroupEvenlySpaced
A WVModelOutputGroupEvenlySpaced is an evenly spaced output group with optional start and end times
Declaration
WVModelOutputGroupEvenlySpaced < WVModelOutputGroupOverview
This is the primary WVModelOutputGroup subclass which implements
evenly spaced output, standard in numerical modeling. It also
includes optional initialTime and finalTime properties, which
allow you to customize when this group is active in model time.
Topics
- Create model output
WVModelOutputGroupEvenlySpacedinitialize a WVModelOutputGroupEvenlySpaced
- Configure output schedules
finalTimefinal model time that the output group is active (seconds)initialTimeinitial model time that the output group is active (seconds)outputIntervalmodel output interval (seconds)
Developer Topics
These items document internal implementation details and are not part of the primary public API.
- Output internals