/EOS/TABULATED
Block Format Keyword Describes the tabulated equation of state .
Format
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
/EOS/IDEAL-GAS/mat_ID/unit_ID | |||||||||
eos_title | |||||||||
fct_IDA | XscaleA | FscaleA | |||||||
fct_IDB | XscaleB | FscaleB | |||||||
E0 | Psh |
Definition
Field | Contents | SI Unit Example |
---|---|---|
mat_ID | Material identifier. (Integer, maximum 10 digits) |
|
unit_ID | (Optional) Unit
identifier. (Integer, maximum 10 digits) |
|
eos_title | EOS title. (Character, maximum 100 characters) |
|
fct_IDA | Function identifier for function
A. Default = 0 (Integer) |
|
XscaleA | Scale factor for function A(
) abscissa. Default = 1.0 (Real) |
|
FscaleA | Scale factor for function A(
) ordinate. Default = 1.0 (Real) |
|
fct_IDB | Initial
pressure. (Real) |
|
XscaleB | Scale factor for function B(
) abscissa. Default = 1.0 (Real) |
|
FscaleB | Scale factor for function B(
) ordinate. Default = 1.0 (Real) |
|
E0 | Initial value for
E. (Real) |
|
Psh | Pressure
shift. (Real) |
|
Reference density. Default = material density (Real) |
Example
#RADIOSS STARTER
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/BEGIN
Sample_for_air
2022 0
g mm ms
g mm ms
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/MAT/HYDRO/7/1
AIR
# RHO_I RHO_0
1.22e-6 0
# Knu Pmin
1.5E-2 0
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/ALE/MAT/7
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/EOS/TABULATED/7
Ideal Gas using tabulated EoS P(µ)=A(µ)+B(µ)*E ; units {g,mm,ms} ; P(0)=0.1 MPa
# A_func XscaleA FscaleA
0 0 0
# B_func XscaleB FscaleB
1002 1.000000 1.000000
# E0 PSH RHO0
0.25 0.1 1.22e-6
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/FUNCT/1002
EOS FUNCT - B(µ) = (GAMMA-1).(1+µ) ; where gamma=1.4 ; units {g,mm,ms}
# X Y
-1 0.0
0 0.4
9 4.0
99 40.0
9999 4000.0
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
#ENDDATA
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
Comments
- Tabulated EoS is defined with:
(1) Where,- is defined as
- is (SI unit J/m3 or Pa)
- and
- are user-defined functions
- Optional scale factors are introduced such as:
(2) with and , are constant parameters.
Consequently, the same equation of state can be built using /EOS/IDEAL-GAS-VT (Volume Temperature) defining the special case of a constant function:(3) - Equations of state are used by
Radioss to compute the hydrodynamic pressure and are
compatible with the material laws:
- /MAT/LAW3 (HYDPLA)
- /MAT/LAW4 (HYD_JCOOK)
- /MAT/LAW6 (HYDRO or HYD_VISC)
- /MAT/LAW10 (DPRAG1)
- /MAT/LAW12 (3D_COMP)
- /MAT/LAW49 (STEINB)
- /MAT/LAW102 (DPRAG2)
- /MAT/LAW103 (HENSEL-SPITTEL)