modelTabTimeForce

Force using table (time... force)

Extends from Partials.TabForce (Table data to force).

Information

The force is defined in a table as a function of time.

  Column 1 contains the time in units t_unit (t_unit in "s").
  Column 'colData' contains the force in units f_unit (f_unit in "N").

Both time and force may be linearly scaled by a factor if 'scale = true'.

Flange_p and flange_n are rigidly connected. The force acts on the connected component(s) in

positive direction, if f_table >  0 and drive_load = +1 or f_table <  0 and drive_load = -1
negative direction, if f_table >  0 and drive_load = -1 or f_table <  0 and drive_load = +1

Note: start integration at time = 0

Parameters

TypeNameDefaultDescription
StringtableName (from TabForce)""table name in file
StringfileName (from TabForce)TableDirname of file containing table
IntegercolData (from TabForce)2column # used data
SI.Timet_unit1unit of 'time' in tab
SI.Forcef_unit1unit of 'force' in tab
Realt_bd{0, 1}{first, last} time in tab
Integerdrive_load1driving or load
Integerdirection1forward or backward in time
Booleanscalefalsescale time and force
SI.TimeT1scale duration to T
SIpu.Percentf_perc100scale tab force to f_perc

Connectors

TypeNameDefaultDescription
Base.Interfaces.Translation_pflange_p (from Flange_p_n)positive flange
Base.Interfaces.Translation_nflange_n (from Flange_p_n)negative flange

Components

TypeNameDefaultDescription
SI.Forcef (from TabForce)
Modelica.Blocks.Tables.CombiTable1Dstable (from TabForce){time t .. force f ..}