/MAT/LAW37 (BIPHAS)
Block Format Keyword Describes the hydrodynamic bi-material liquid gas material. It is not recommended to use multi-material laws with Radioss single precision engine.
Format
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
/MAT/LAW37/mat_ID/unit_ID or /MAT/BIPHAS/mat_ID/unit_ID | |||||||||
mat_title | |||||||||
Psh | |||||||||
Definition
Field | Contents | SI Unit Example |
---|---|---|
mat_ID | Material
identifier. (Integer, maximum 10 digits) |
|
unit_ID | Unit Identifier (Integer, maximum 10 digits) |
|
mat_title | Material
title. (Character, maximum 100 characters) |
|
Psh | Pressure
shift. 5 Default: (Real) |
|
Liquid
reference density. (Real) |
||
Liquid bulk
modulus. (Real) |
||
Initial mass
fraction liquid proportion.
(Real) |
||
Shear
kinematic viscosity (
). (Real) |
||
Volumetric
viscosity (kinematic) for liquid:
Default = 0: Stokes Hypothesis ( ) (Real) |
||
Reference
gas density. (Real) |
||
Perfect gas
constant. (Real) |
||
Reference
gas initial pressure. (Real) |
||
Shear
kinematic viscosity =
. (Real) |
||
Volumetric
viscosity (kinematic) for gas:
Default = 0: Stokes Hypothesis ( ). (Real) |
Example
#RADIOSS STARTER
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
#- 1. MATERIALS:
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/UNIT/1
unit for mat
g mm ms
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/MAT/LAW37/1/1
air (unit g_mm_ms)
# Psh
0
# RHO_l0 C_l ALPHA_l NU_l NU_VOL_l
.001 2089 0 1.787e-3 0
# RHO_G0 GAMMA P0 NU_g NU_VOL_g
1.22E-6 1.4 .1 1.48e-2
/ALE/MAT/1
# Modif. factor.
0
/MAT/LAW37/2/1
water (unit g_mm_ms)
# Psh
0
# RHO_l0 C_l ALPHA_l NU_l NU_VOL_l
.001 2089 1 1.787e-3 0
# RHO_G0 GAMMA P0 NU_g NU_VOL_g
1.22E-6 1.4 .1 1.48e-2
/ALE/MAT/2
# Modif. factor.
0
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
#enddata
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
Comments
- For each
cycle equilibrium is computed between liquid and gas:
Liquid EOS:
(1) with bulk modulus
Where,- Initial liquid density
- Initial sound speed
Gas EOS:(2) Where,- P
- Pressure
- Specific volume
Stress Tension(3) (4) Where,- Stress tension
- Spherical stress tension
- Viscous stress tension
- Shear viscosity (kinematic)
- Dilatation viscosity (kinematic)
- Multi-material LAW51 (/MAT/MULTIMAT) can emulate LAW37.
Anti-diffusive technique using MUSCL method is under implementation. It is already available for LAW51 (/ALE/MUSCL).
- If inlet/outlet are needed LAW51 must be used instead. LAW51 has multi- material inlet/outlet formulations.
- In Animation
files:
/ANIM/ELEM/DENS37 enables to output submaterial densities.
/ANIM/BRIC/VFRAC allows to output volumetric fractions for each submaterial.
Refer to Time Histories in the Radioss Starter Input Manual, or to /ANIM/Eltyp/Restype in the Radioss Engine Input Manual.
- By Default
. This means that computed pressure is
shifted so that at initial time output pressure value relative to
value is 0.0.To use total pressure, Psh must be nullify using a small value such as -1e-20 Pressure P could be exported in animation with /ANIM/ELEM/P.
Relative Pressure Psh=-P0 (Default)
Total Pressure Psh = -1e-20
Initial Condition: Expansion: Compression: - Internal Energy is not computed with LAW37. Nevertheless, adiabatic
condition
is used through polytropic process
equation:
(5) - LAW37 is not compatible with elementary boundary conditions (/EBCS).