/MONVOL/GAS

Block Format Keyword Describes the perfect gas monitored volume type.

Format

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10)
/MONVOL/GAS/monvol_ID/unit_ID
monvol_title
surf_IDex                  
Ascalet AscaleP AscaleS AscaleA AscaleD
γ μ Trelax        
Pext Pini Pmax Vinc Mini
Nvent                  
Define Nvent vent holes membranes (3 Lines per vent holes membrane)
(1) (2) (3) (4) (5) (6) (7) (8) (9) (10)
surf_IDv Avent     Ideleted        
Tvent Δ P d e f Δ t P d e f        
fct_IDt fct_IDP fct_IDA   Fscalet FscaleP FscaleA

Definitions

Field Contents SI Unit Example
monvol_ID Monitored volume identifier

(Integer, maximum 10 digits)

 
unit_ID Unit Identifier

(Integer, maximum 10 digits)

 
monvol_title Monitored volume title

(Character, maximum 100 characters)

 
surf_IDex External surface identifier 1

(Integer)

 
Ascalet Abscissa scale factor for time based functions

Default = 1.0 (Real)

[ s ]
AscaleP Abscissa scale factor for pressure based functions

Default = 1.0 (Real)

[ Pa ]
AscaleS Abscissa scale factor for area based functions

Default = 1.0 (Real)

[ m 2 ]
AscaleA Abscissa scale factor for angle based functions

Default = 1.0 (Real)

[ rad ]
AscaleD Abscissa scale factor for distance based functions

Default = 1.0 (Real)

[ m ]
γ Ratio of specific heat

(Real)

γ = C p C v

 
μ Volumetric viscosity

Default = 0.01 (Real)

 
Trelax Relaxation time 9

(Real)

[ s ]
Pext External pressure

(Real)

[ Pa ]
Pini Initial pressure

(Real)

[ Pa ]
Pmax Maximum pressure 4

Default = 1030 (Real)

[ Pa ]
Vinc Incompressible volume

(Real)

[ m 3 ]

Mini Initial (gas) mass

(Real)

[ kg ]
Nvent Number of vent holes

(Integer)

 
surf_IDv Vent holes membrane surface identifier 7

(Integer)

 
Avent if surf_IDv0: scale factor on surface

Default = 1.0 (Real)

[ m 2 ]
if surf_IDv = 0: surface of vent holes

Default = 0.0 (Real)

Ideleted if surf_IDv0

if Ideleted = 0: area of surface surf_IDv is considered for venting

 
if Ideleted = 1: area of deleted elements inside surface surf_IDv is considered for venting

(Integer)

Tvent Start time for venting

Default = 0.0 (Real)

[ s ]
Δ P d e f Pressure difference to open vent hole membrane Δ P d e f = P d e f P e x t

(Real)

[ Pa ]
Δ t P d e f Minimum duration pressure exceeds Pdef to open vent hole membrane

(Real)

[ s ]
fct_IDt Porosity vs time function identifier

(Integer)

 
fct_IDP Porosity vs pressure function identifier

(Integer)

 
fct_IDA Porosity vs area function identifier

(Integer)

 
Fscalet Scale factor for fct_IDt

Default = 1.0 (Real)

 
FscaleP Scale factor for fct_IDP

Default = 1.0 (Real)

 
FscaleA Scale factor for fct_IDA

Default = 1.0 (Real)

 

Comments

  1. surf_IDex must be defined using segments associated with 4-nodes or 3-nodes shell elements (possibly void elements), and not with /SURF/SEG.
  2. The volume must be closed and the normals must be oriented outwards.
  3. Abscissa scale factors are used to transform abscissa units in airbag functions, for example:(1)
    F ( t ) = f t ( t Ascale t )
    where, t is the time and f t is the function of fct_IDt.(2)
    F ( P ) = f P ( P Ascale P )

    Where, P is the pressure and f P is the function of fct_IDP.

  4. When Pmax is reached, the pressure is reset to external pressure and venting has no effect.
  5. Vent hole membrane is deflated if T > Tvent or if the pressure exceeds Pdef while more than Δ t P d e f .
  6. vent_holes_surface = A vent A f A ( A A 0 ) f P ( P P ext )

    Where,

    A is the Area of surface surf_IDv

    A0 is the initial Area of surface surf_IDv

    fA is function of fct_IDA

    fP is function of fct_IDP

    Functions fP = fct_IDP are assumed to be equal to 1, if they are not specified (null identifier).

    Function fA fct_IDA is assumed as: f A ( A A 0 ) = 1 if it is not specified.

  7. If surf_IDv0 (surf_IDv is defined).

    vent_holes_surface = A vent A f A ( A A 0 ) f t ( t ) f P ( P P ext )

    If surf_IDv = 0 (surf_IDv is not defined).

    vent_holes_surface = A vent f t ( t ) f P ( P P ext )

    Where, A is the Area of surface surf_IDv

    fA is function of fct_IDA

    f t is the function of fct_IDt

    f P is the function of fct_IDP

    Functions f t = fct_IDt and f P = fct_IDP are assumed to be equal to 1, if they are not specified (null identifier).

    Function f A = fct_IDA is assumed as:

    f A ( A ) = A if it is not specified.

  8. For tire modeling, pressure in the tire is:(3)
    P tire = P ini P ext

    So, Pext and Pini have to be defined.

  9. Pressure will be applied linearly from Pext at time t=0 to Pini at time t=Trelax.