This package contains an example of a simple 1-dim. drive train and all classes demonstrating a possible usage of parameter credibility information within the context of this drive train. Most important:
PartialDrive is a partial model of a drive train with credibility information. The structure can be seen in the following image (from [Otter2022]):
SimpleControlledDrive_original uses the partial model of the drive train, adds a controller and concrete values including credibility information by replacing the PartialData record with DataVariant001. In particular nominal, upper/lower limit values for the table of the gear compliance are provided (image from [Otter2022]):
| Name | Description |
|---|---|
| PartialData | Base record of credible parameters of simple control drive |
| DataVariant001 | Data set of model variant 001 |
| PartialDrive | Not calibrated drive model with nonlinear compliance |
| SimpleControlledDrive_original | Controlled drive train |
| SimpleControlledDrive_virtualMeasurement | Drive train for virtual measurements |
| SimpleControlledDrive_forCalibration | Base model for calibration |
| SimpleDrive_forFMU | Original model parameterized with DataVariant001 for FMU generation |
| Utilities | Collection of utility models for examples |