/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.
Minimal input is possible with only 3 parameters: surf_ID, grbric_ID, and Vref
Format
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
/INTER/TYPE18/inter_ID | |||||||||
inter_title | |||||||||
surf_ID | grbric_ID | Igap | Ipres | Idel | Istf | ||||
Stfval | Vref | Gap | Tstart | Tstop |
Definition
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) |
|
Igap | Gap formulation flag.
11
(Integer) |
|
Ipres | Pressure correction flag.
(Integer) |
|
Idel | Node and segment deletion flag.
(Integer) |
|
Istf | Interface stiffness
definition flag. 2
(Integer) |
|
Stfval | Interface stiffness value
or stiffness scale factor. 2
3
4
(Real) |
or None |
Vref | Estimated reference
velocity between ALE materials and Lagrangian surfaces (only use if
Istf=2). 4 (Real) |
|
Gap | Interface gap. 5
(Real) |
|
Tstart | Start
time. (Real) |
|
Tstop | Time for temporary
deactivation. (Real) |
Comments
- Vref is the reference velocity and can be considered as the estimated relative velocity between ALE materials and Lagrangian surfaces. It is advised to use the maximum value expected during the simulation. For instance, for ditching applications, the initial impact velocity of the structure can be used. For IED or mine blast applications, the maximum material velocity in the shock wave impacting the structure can be used.
- If Istf=1, the recommended value of Stfval
is:Where,
- The (highest) fluid density.
- Reference velocity.
- Average surface area of the Lagrangian elements.
- If Istf=2, the stiffness value of the interface is automatically
calculated from Vref and a
scale factor Stfval with:
- It is advised to carry out a sensitivity study of the model with the interface stiffness. For that purpose, with Istf=2, the stiffness scale factor can be used and set to different values in each simulation (for instance the value can be changed from 1 to 2, 4, 10 and 100).
- Gap is the interface gap,
recommended value is 1.5 times of fluid element size (
) along the normal direction to contact. If gap
is not defined, it is computed using:
Where, is the maximum diagonal of fluid element, which is exactly like for a regular mesh.
- 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 with LAW5, 6 or 51.
- The accuracy of the interface is increased, if the mesh size of the ALE side is decreased. Thus, to increase the accuracy of the interface, it is recommended you refine the ALE mesh in the contact zone, and at least in the global normal direction of the Lagrangian surfaces.
- To increase accuracy, several TYPE18 interfaces with different gap and stiffness values can be used for different contact zones (for instance, for cases where the mesh size and/or reference velocity are varying substantially).
- If element deletion in case of material failure has been activated for the Lagrangian parts, it is highly recommended to use Idel=1 or 2.
- In the case of SPMD parallelization, each Lagrangian segment defined by surf_ID must be associated with an element (with a property assigned to it which can be /PROP/VOID).
- When gap is variable, the Gap value is ignored. When gap is constant, the Gap value is optional since it can be automatically estimated.