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
IntegernColNumber of columns in the data file
StringfilNamName of data file

Revisions

  • March 7, 2020, by Michael Wetter:
    Replaced measured data from specification in Modelica file to external table, as this reduces the computing time.
    This is for #1289.
  • 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.