HyperWorks Solvers

Iform = 4

Iform = 4

Previous topic Next topic Expand/collapse all hidden text  

Iform = 4

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Block Format Keyword

/MAT/LAW51 - Iform=4: Inlet Boundaries for Multi-Material ALE Law

Description

This boundary enables to handle gas inlet conditions for multi-material ALE laws (formulation: Iform = 0, 1, 10, or 11). Boundary sub-material states are computed using provided state at a stagnation point and polynomial EOS. This avoids defining an imposed velocity (/IMPVEL).

Bernoulli theory is applied:

Gas is supposed to be a perfect gas.

law51_iform4

Format

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

/MAT/LAW51/mat_ID

mat_title

Blank Format

Iform

 

 

 

 

 

 

 

 

 

 

#Global Parameters

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

Scaletime

PEXT

 

 

 

 

 

 

#Material1 Parameters

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

E0mat_1

fct_IDsymbol_a_141

fct_IDdensity1

fct_IDE1

 

C1mat_1

 

 

C4mat_1

 

 

C0mat_1

 

 

 

 

 

 

#Material2 Parameters

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

E0mat_2

fct_IDsymbol_a_142

fct_IDdensity2

fct_IDE2

 

C1mat_2

 

 

C4mat_2

 

 

C0mat_2

 

 

 

 

 

 

#Material3 Parameters

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

E0mat_3

fct_IDsymbol_a_143

fct_IDdensity3

fct_IDE3

 

C1mat_3

 

 

C4mat_3

 

 

C0mat_3

 

 

 

 

 

hmtoggle_plus1Flag Definition

Field

Contents

SI Unit Example

mat_ID

Material identifier

(Integer, maximum 10 digits)

 

mat_title

Material title

(Character, maximum 100 characters)

 

Iform

Formulation flag

(Integer)

= 4: Gas Inlet (computed from data at stagnation point)

 

Scaletime

Abscissa scale factor for input functions (Comment 2)

Default = 1 (Real)

 

PEXT

External (ambient) pressure (Comment 3)

(Real)

symbol_Pa

Initial volumetric fraction (Comment 4)

(Real)

 

Initial density at stagnation point (Comment 1)

(Real)

symbol_kg

E0mat_i

Initial density energy at stagnation point (Comment 5)

(Real)

fail_energy

fct_IDsymbol_a_14i

(Optional) Volumetric fraction scaling function identifier (Comment 6)

= 0:

> 0:

(Integer)

 

fct_IDdensityi

(Optional) Volumetric fraction scaling function identifier

= 0:

> 0:

(Integer)

 

fct_IDEi

(Optional) Volumetric fraction scaling function identifier

= 0:

> 0:

(Integer)

 

C1mat_i

Coefficient for perfect gas EOS (Comment 5)

(Real)

symbol_Pa

C4mat_i

Perfect gas (symbol_y - 1) constant (Comment 5)

(Real)

 

C0mat_i

Coefficient for perfect gas EOS (Comment 5)

(Real)

symbol_Pa

hmtoggle_plus1Comments
1.Provided gas state from stagnation point is used to compute inlet gas state. Bernoulli theorem is applied:

This leads to inlet state:

   

Then global material state is determined by computing a mean value:

Pressure:

Density:

Energy:

2.Provided optional scale function can be used, such as f (Scaletime * t) is used, instead of f(t).
3.Parameter PEXT  takes into account ambient pressure in case you want to work with relative pressure . This parameter is required by RADIOSS for correct energy integration at each cycle. Otherwise, numerical EOS solving is generally incorrect. It represents pressure which must be added to EOS calculation to obtain total (physical) pressure. It has no influence on pressure contour in animation files.

Example using linear EOS:

Total pressure: , and also PEXT = 0

Relative Pressure: , and also PEXT = Pamb

4.Volumetric fractions enable the sharing of elementary volume within the three different materials.

For each material, must be defined between 0 and 1.

Sum of initial volumetric fractions must be equal to 1.

For automatic initial fraction of the volume, refer to /INIVOL.

5.Perfect gas EOS is . Generally it can be written using this general form , where C4 = (symbol_y - 1). This provides more flexibility, depending on whether pressure and energy can be total or relative:

where C4 = (symbol_y - 1) and PEXT = 0

This leads to usual form from.

where C4 = (symbol_y - 1), C0 = -P0 and PEXT = Pamb

where, , , , and PEXT = Pamb

6. flag is the minimum value for the computed pressure.

Since P = symbol_dp + PEXT, defining PEXT = 0 implies symbol_dp = P and symbol_dpmin = Pmin

Fluid materials pressure must remain positive to avoid any tensile strength, then

Pmin = 0 leads to symbol_dpmin = -PEXT

For solid materials, the default value for = 1030 is suitable.

7.EOS parameters must be consistent with gas EOS from adjacent MM-ALE domain.