The NASA Prognostic Model Package is a Python framework focused on defining and building models for prognostics (computation of remaining useful life) of engineering systems, and provides a set of prognostics models for select components developed within this framework, suitable for use in prognostics applications for these components.
Suggestion from @kjjarvis : Move the propeller load model from the composite example into its own separate model.
Question to answer: Should propeller load be a model, or part of the future_load eqn.
Original quote:
Just a thought, I'm not sure if it's a good idea, but we could add this as a simple model in ProgPy (it's already in the powertrain model, right? But we could add it as a stand alone). Then users would have it to implement with the other models in other ways, and it would clean up this example a bit and allow us to highlight the composite model even more. I know that Matteo has been working on a propeller model, so we could also leave this as is and add that model in later when it's ready. Just a thought to consider.
Suggestion from @kjjarvis : Move the propeller load model from the composite example into its own separate model.
Question to answer: Should propeller load be a model, or part of the future_load eqn.
Original quote:
_Originally posted by @kjjarvis in https://github.com/nasa/prog_models/pull/477#discussion_r1066198015_