recordPipeDataBaseDefinition

BaseClass for experimental data from the pipe test bench

Extends from Modelica.Icons.Record (Icon for records).

Information

Defines basic record of experimental data with n measured points. The first column corresponds to time, further columns to measured data.

Parameters

TypeNameDefaultDescription
IntegernNumber of measurement data point
RealdataTime in s | measure 1 | measure 2 | ... | measure n |

Revisions

  • Januar 19, 2016 by Carles Ribas:
    Move experiment documentation to the specific model. Add parameter n to facilitate use of extends clause.
  • October 14, 2015 by Kevin Sartor:
    Add documentation about the test bench and how is conducted the experiment
  • October 12, 2015 by Marcus Fuchs:
    Add rudimentary documentation and integrate into experimental pipe package
  • October 7, 2015 by Kevin Sartor:
    First implementation.