Processing math: 100%

/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 ΔPdef ΔtPdef        
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)

[m2]
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)

γ=CpCv

 
μ 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)

[m3]

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)

[m2]
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]
ΔPdef Pressure difference to open vent hole membrane ΔPdef=PdefPext

(Real)

[Pa]
ΔtPdef 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)=ft(tAscalet)
    where, t is the time and ft is the function of fct_IDt.(2)
    F(P)=fP(PAscaleP)

    Where, P is the pressure and fP 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 ΔtPdef .
  6. vent_holes_surface = AventAfA(AA0)fP(PPext)

    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: fA(AA0)=1 if it is not specified.

  7. If surf_IDv0 (surf_IDv is defined).

    vent_holes_surface = AventAfA(AA0)ft(t)fP(PPext)

    If surf_IDv = 0 (surf_IDv is not defined).

    vent_holes_surface = Aventft(t)fP(PPext)

    Where, A is the Area of surface surf_IDv

    fA is function of fct_IDA

    ft is the function of fct_IDt

    fP is the function of fct_IDP

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

    Function fA = fct_IDA is assumed as:

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

  8. For tire modeling, pressure in the tire is:(3)
    Ptire=PiniPext

    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.