ajay-menon-iitkgp / OET_Sys-MoDEL

Modelica Ocean Engineering Toolbox (OET) - Symbolic simulation of a single-degree-of-freedom rigid body in unidirectional, polychromatic seas.
GNU General Public License v3.0
2 stars 2 forks source link

Multiple PostProcessor sections to validate different data #12

Closed ajay-menon-iitkgp closed 7 months ago

ajay-menon-iitkgp commented 7 months ago

Rather than limiting the user to validate only the OET variables specified in Processor.m (excitation force & heave response), there should be sections that allow the user to compare standalone or certain combinations of variables. Alternatively, multiple MATLAB figures can be generated with annotations that display variables of interest.

Examples:

  1. Wave elevation profile
  2. Heave displacement
  3. Heave velocity
  4. Heave acceleration
  5. All heave dynamic response (combination of 1-3) in one plot
  6. Radiation force
  7. Excitation force
  8. Spectrum distribution (vs frequency)
  9. Excitation force coefficient components (vs frequency) - real and imaginary

For this, the user must export all required variables into the CSV file in a specified order (must be added to the documentation).

ajay-menon-iitkgp commented 7 months ago

Completed with commit cfaf9e8 The output plots do not include any frequency-independent variables since the removal of duplicate time records from exportedVariables.csv conflicts with the frequency array. Non-critical at this point in the development.