JET_CHAR.IDELCHIK

Parent

FE_MODEL

MADYMO

SYSTEM.MODEL

SYSTEM.REF_SPACE

Description

Characteristic of gas jet type IDELCHIK.

Attributes

AttributeTypeDefaultUnitDescription
IDInt  Numerical identifier
NAMEName  Alphanumerical identifier[1]
EFACReal1.0 Jet efficiency factor[2]
EFAC_FUNCRef  Ref to FUNCTION.CONTROL_SIGNAL | FUNCTION.XY. Jet efficiency function – jet efficiency factor [-] vs. relative time [s][3]
Notes:
1. The total length of a full path of a NAME attribute (including ID and NAME and strings generated by madymo) may not exceed 256 characters.
2. Range: (0, 2].
3. If specified, the total jet efficiency factor is calculated as the product of EFAC and EFAC_FUNC: efac = EFAC * EFAC_FUNC(t-ttrigger). If not specified the function is taken as 1: efac = EFAC. Note that the value of efac should be in the interval [0, 2] and that the relative time is specified w.r.t. inflator trigger time.

Related Elements

Related ElementsOne/ManyDescription
JET_SHAPE.CIRCULAR | JET_SHAPE.RECTANGULAROneGas outlet jet shape.
FUNC_USAGE.2DOneUsed to select interpolation type for X-Y function descriptions, or to modify function data by shifting and/or scaling.
FUNCTION.*ManyFunction.

Additional Information

Examples

<JET_CHAR.IDELCHIK 
   ID = "1"
   NAME = "Idelchik_jchr"
   >
   <JET_SHAPE.CIRCULAR
      RADIUS = "0.03"
   />
</JET_CHAR.IDELCHIK>