Post Process Results from a BarForceRequest
Open
type:feature
- Dominant language
- C#
- Stars
- 16
- Forks
- 2
- Avg merge
- 9d 13h
- Merged PRs (30d)
- 2
Description
#### Description:
in a model with a few thousand bars, we are running 7-12 time histories, which will output results for several thousand time steps each, creating a results file of around a terabyte. To avoid pulling all of those results, create a ReadResults method which post-processes these BarForces into only 1 or 2 per bar before outputting them to the UI. Also should avoid overloading memory, which at the moment needs to store the entire output of the request, causing a crash.
Contributor guide
Assessment
This issue has not been assessed yet.