/INTER/TYPE18
Block Format Keyword This interface manages indirect coupling between ALE and Lagrange for FSI applications. A penalty method is used and requires stiffness and gap values.
Format
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
/INTER/TYPE18/inter_ID | |||||||||
inter_title | |||||||||
surf_ID | grbric_ID | Ipres | Idel | ||||||
Stfval | Gap | Tstart | Tstop | ||||||
VISs | Bumult | ||||||||
Blank Format |
Definitions
Field | Contents | SI Unit Example |
---|---|---|
inter_ID | Interface
identifier. (Integer, maximum 10 digits) |
|
inter_title | Interface
title. (Character, maximum 100 characters) |
|
surf_ID | Lagrangian surface
identifier. (Integer) |
|
grbric_ID | Eulerian or ALE brick
elements group identifier. Used for 3D
analysis. (Integer) |
|
Ipres | Pressure correction flag.
(Integer) |
|
Idel | Node and segment deletion flag.
(Integer) |
|
Stfval | Interface stiffness value.
3
(Real) |
|
Gap | Interface gap. 4
(Real) |
|
Tstart | Start
time. (Real) |
|
Tstop | Time for temporary
deactivation. (Real) |
|
VISs | Critical damping
coefficient on interface stiffness. (Real) |
|
Bumult | Sorting factor to speed up
the sorting algorithm. Default set to 0.20 (Real) |
Comments
- In case of SPMD parallelization, each Lagrangian segment defined by surf_ID must be associated with an element which could be a void element assigned /PROP/VOID.
- The default value for Bumult automatically increased to 0.30 for models which have more than 1.5 million nodes and to 0.40 for models with more than 2.5 million of nodes.
- Recommended value of
Stfval is:
(1) Where,- The (highest) fluid density
- Estimated relative velocity of the phenomenon
- Average surface area of the Lagrangian elements
- If the fluid is incompressible (ditching, sloshing), use the relative velocity between the Lagrangian surface and the Eulerian or ALE nodes (for example, in ditching it will be the initial velocity of the structure).
- If:
- The fluid is compressible but the velocity of the phenomenon is not supersonic, use the highest sound speed among the Eulerian or ALE material nodes (for example, if water and air, refer to water)
- Compressible and transonic (for example: 0.9 < Mach <
1.1), replace:
with
Where,- Speed of the phenomenon
- Speed of sound in the fluid
- Average surface area of the Lagrangian elements
- Compressible and supersonic (that is, Mach > 1), use the velocity of the shockwave (generally, but not always, the impact velocity).
- For detonation, use the Chapman Jouguet velocity.
- Gap is the interface gap, recommended value is 1.5 times of fluid element size along the normal direction to contact.
- Prior to version 2020, the fluid Eulerian or ALE nodes were defined using a grnd_IDs in line 1 field 1. This input format is still supported for legacy models.