nasa / progpy

The NASA Prognostic Python Packages is a Python framework focused on defining and building models and algorit for prognostics (computation of remaining useful life) of engineering systems, and provides a set of models and algorithms for select components developed within this framework, suitable for use in prognostic applications.
https://nasa.github.io/progpy/
Other
52 stars 7 forks source link

Complete Wedge load feature #118

Open teubert opened 9 months ago

teubert commented 9 months ago

Complete feature where uncertainty in future loading increases with time (i.e., wedge load, #97).

It's been implemented using linearly increasing load. In the v1.6 release review there was some question about if load should be increasing by sqrt(dt) instead. All mention of the feature was removed so this can be resolved.

See also: https://ntrs.nasa.gov/api/citations/20190000066/downloads/20190000066.pdf (Section 3)

D.o.D.