Files
MultiPhysicsVault/.raw/AbaqusAnalysisUserGuide2/AbaqusAnalysisUserGuide2_133.md
T
김경종 b7f84e1c0f
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled
add documents
2026-05-29 15:59:56 +09:00

227 lines
25 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!-- source-page: 1321 -->
# 15.2.2 FINITE ELEMENT CONVERSION TO SPH PARTICLES
Products: Abaqus/Explicit Abaqus/CAE
# References
• “Continuum particle elements,” Section 33.2.1
• \*CONTACT
• \*INITIAL CONDITIONS
• \*OUTPUT
• \*SECTION CONTROLS
• \*SOLID SECTION
# Overview
You can take advantage of the intrinsic strengths of both Lagrangian finite element and SPH methods when modeling a body. You can define the model with Lagrangian finite elements and convert them to SPH particles either at the beginning of an analysis or after the deformation becomes significant. It is sometimes easier to create the mesh with Lagrangian finite elements, and Lagrangian finite elements are often more accurate for small deformations. SPH methods are well suited for large deformation.
You start by defining a part as usual. You mesh the part with C3D8R, C3D6, or C3D4 reducedintegration elements or a combination of these elements. You then specify that these “parent” elements are to convert to internally generated SPH particles when a user-specified criterion is met. Gravity loads, contact interactions, initial conditions, mass scaling, and output requests associated with the parent elements or nodes of the parent elements will be transferred appropriately to the generated particles upon conversion in an intuitive way as explained below. A special formulation is used to ensure the smoothest possible transition between the two modeling methods. The technique can use any of the materials available in Abaqus/Explicit (including user materials).
# Activating the conversion to SPH particles functionality
Two conversion techniques are available for converting Lagrangian finite elements to SPH particles: particles can be generated per parent element, or particles can be generated based on a uniform background grid.
The conversion technique of generating particles per parent element is intended to be used when the deformations in the original finite element mesh are significant and elements may distort. Traditionally, in such cases deletion of the soon-to-be distorted Lagrangian elements would be the only choice to allow the analysis to continue. Converting to SPH particles offers an improvement over the element deletion method because the generated particles are able to provide resistance to deformation beyond finite element distortion levels. Consequently, element deletion cannot be used together with element conversion.
<!-- source-page: 1322 -->
The conversion technique of generating particles based on a uniform background grid is intended to generate a uniform distribution of SPH particles at the beginning of the analysis. This is useful in applications where the SPH functionality is the preferred modeling method (such as when modeling fluids) and a uniform distribution of particles is desired because it usually leads to improved accuracy of results.
The element conversion to particles functionality is not active by default.
# Generating particles per parent element
You can control the number of particles generated per parent element and choose between one of four criteria to specify when the conversion is to be triggered.
Input File Usage: \*SECTION CONTROLS, ELEMENT CONVERSION=YES
Abaqus/CAE Usage: Mesh module: Mesh→Element Type: Conversion to particles: Yes
# Specifying the number of particles to be generated
By default, one particle is generated per parent element. You can control the number of particles generated per element by specifying the number of particles to be generated per parent element isoparametric direction. The total number of particles generated per element depends on the element type that is being converted. For example, if you specify 3 particles to be generated per isoparametric direction, upon conversion 27 particles would be generated from a C3D8R element, 18 from a C3D6 element, and 10 from a C3D4 element, as illustrated in Figure 15.2.21. A maximum value of seven particles per direction can be specified. The particles are evenly spaced inside the parent element such that they fill the volume as uniformly as possible. For example, if cubic parent elements are stacked in the user-defined mesh, the particles would be evenly spaced throughout the part.
![](images/page-1322_8e49befe4e7a2395ba3bfc1298efc70e321ad0b012d8052e087f57beaa073a21.jpg)
Figure 15.2.21 Internally generated particles per parent element illustrated for three particles per isoparametric direction.
You can control the number of particles generated per isoparametric direction as discussed in “Using section controls to convert continuum elements to particles” in “Section controls,” Section 27.1.4.
<!-- source-page: 1323 -->
# Time-based criterion
You can specify the time when the conversion of all the elements in the affected element set is to take place regardless of the deformation levels. This option is intended for applications where the SPH functionality is the preferred modeling method, such as fluid sloshing in a tank or a synthetic bird strike on an aircraft. If the conversion time is specified as zero, the conversion takes place at the beginning of the analysis. For example, fluid sloshing is a good candidate for using a time-based criterion if sloshing is expected to start at the beginning of the analysis. You can specify a later time at which the conversion takes place if extreme deformations do not occur until later in the analysis. A bird strike analysis is a potential candidate as the bird might travel for some time without any deformation prior to hitting the intended target.
You can control the time when the conversion is to occur as discussed in “Using section controls to convert continuum elements to particles” in “Section controls,” Section 27.1.4.
# Strain-based criterion
You can specify the absolute value of the maximum principal strain when the conversion of a given element is to take place. As elements deform, if the absolute value of the maximum principal strain is greater than the specified threshold, the parent elements will convert progressively to SPH particles. This option is intended for applications where the finite element method is the preferred modeling method but severe deformations could occur in certain regions. Examples include blast applications and crushing.
You can control the strain-based threshold upon which conversion is to occur as discussed in “Using section controls to convert continuum elements to particles” in “Section controls,” Section 27.1.4.
# Stress-based criterion
You can specify the absolute value of the maximum principal stress value at which the conversion of a given element takes place. As elements deform, if the absolute value of the maximum principal stress is greater than the specified threshold, the parent elements will convert progressively to SPH particles. This option is intended for the same candidate applications as those discussed for the strain-based criterion.
You can control the stress-based threshold upon which conversion is to occur as discussed in “Using section controls to convert continuum elements to particles” in “Section controls,” Section 27.1.4.
# User subroutinebased criterion
The user subroutinebased criterion provides the flexibility of a user subroutine implementation that allows you to implement your own conversion criterion. Element conversion can be controlled during the course of an Abaqus/Explicit analysis through any of the user subroutines that can actively modify state variables associated with a material point, such as VUSDFLD and VUMAT. You specify the state variable number controlling the element conversion flag. For example, specifying a state variable number of two indicates that the second state variable is the conversion flag in the user subroutine. The conversion state variable should be set to a value of one or zero. A value of one indicates that the element is active, while a value of zero indicates that Abaqus/Explicit should convert the element to particles. Since user subroutines have access via arguments (or in the case of the VUSDFLD subroutine via utility routines)
<!-- source-page: 1324 -->
to material point state data, the functionality provides a comprehensive means to define the conversion state variable.
Input File Usage: Use the following options to define a user subroutine-based conversion criterion:
*SECTION CONTROLS, ELEMENT CONVERSION=YES, CONVERSION CRITERION=USER
...
*MATERIAL
*DEPVAR, CONVERT=variable number
Abaqus/CAE Usage: Specifying a user subroutinebased criterion for element conversion is not supported in Abaqus/CAE.
# Conversion to particles formulation
When using the conversion technique of generating particles per parent element, particles are generated internally at the beginning of the preprocessing phase of the analysis, and they are placed in an inactive or dormant state. The particles are attached to the parent elements in a similar fashion as the nodes of embedded elements are attached (see “Embedded elements,” Section 35.4.1), and they follow the motion of the parent element nodes in an average sense. The inertial properties of the particles in this inactive state (while the parent finite elements are active) are disregarded automatically to avoid doubling the momentum at a given location. Similar to SPH particles defined directly as PC3D elements, particles generated from parent element sets associated with different section definitions will not interact with each other.
Upon conversion a number of internally generated particles per parent element are activated, as illustrated for various element types in Figure 15.2.21. The computational cost of the analysis can increase significantly after conversion takes place if a large number of particles are generated per element since a larger number of active elements needs to be processed. In addition, the computational cost increases because the stable time increment associated with the internally generated particles decreases as the particle density increases.
Upon conversion the state information (such as stress or equivalent plastic strain) associated with the element being converted is transferred to the generated particles to ensure the smoothest possible transition. The activated particles interact via the SPH formalism with both the previously activated particles and the neighboring inactive particles that are still embedded in active parent elements.
# Generating particles based on a uniform background grid
This conversion technique allows you to generate a uniform distribution of particles based on a uniform background grid. Using an initially uniform distribution of particles is usually recommended since it can help improve the accuracy of the results.
The origin of the background grid is placed at the center of mass of the element set to be converted. The finite elements in the set are converted to SPH particles at the beginning of the analysis. The particles are generated only at grid line intersections that are inside the volume of a parent element. All generated
<!-- source-page: 1325 -->
particles have the same volume and mass. Any parent element that does not contain a grid intersection has no generated particles associated with it.
You can control the spacing and orientation of the uniform background grid as discussed in “Using section controls to convert continuum elements to particles” in “Section controls,” Section 27.1.4.
Input File Usage: \*SECTION CONTROLS, ELEMENT CONVERSION=BACKGROUND GRID
Abaqus/CAE Usage: Generating particles based on a uniform background grid is not supported in Abaqus/CAE.
# Specifying the thickness of generated particles
The thickness of the particles is primarily used for resolving initial overclosures between the particles and the surfaces in the general contact domain. By default, Abaqus/Explicit determines the particle thickness such that no initial overclosures exist, as illustrated in Figure 15.2.22(b). You can specify a uniform thickness, although the particle thickness can expand beyond the original surface of the finite element mesh, as illustrated in Figure 15.2.22(a), which could lead to initial overclosures. The thickness of the particles does not affect the particles volume and mass.
You can specify the thickness of the generated particles to be either variable or uniform as discussed in “Using section controls to convert continuum elements to particles” in “Section controls,” Section 27.1.4.
# Automatically generated sets and surfaces
Since the particles are generated internally, you do not have the ability to define element sets, node sets, or surfaces associated with these particles. Consequently, a number of sets and surfaces are created internally for convenience. You can visualize these internal sets and surfaces via the usual techniques. Table 15.2.21, Table 15.2.22, and Table 15.2.23 describe the internally generated sets and surfaces.
Table 15.2.21 Internally generated element sets.
<table><tr><td>Internally generated element set</td><td>Description</td></tr><tr><td>ALL_GENERATED_ELEMENTS_SPH</td><td>All generated SPH particles in the entire model</td></tr><tr><td>ALL_PARENT_ELEMENTS_SPH</td><td>All parent elements in the entire model</td></tr><tr><td>UserDefinedElsetName_SECT_SPH</td><td>All generated particles associated with the UserDefinedElsetName element set used in the section definition</td></tr><tr><td>UserDefined_AElsetName_SPH</td><td>All generated particles associated with the element set UserDefined_AElsetName</td></tr></table>
<!-- source-page: 1326 -->
![](images/page-1326_34ec497de40569b2770b443af446409ccfaec63e832916ecd9c6b74fca05eff1.jpg)
<details>
<summary>natural_image</summary>
Grid pattern with blue spheres arranged in rows and a red outlined rectangular boundary (no text or symbols)
</details>
(a) particles with uniform thickness
![](images/page-1326_20ff3e000338c28727d837247f5067fdd9a96e74150a3efe0ce93965f301baff.jpg)
<details>
<summary>natural_image</summary>
Grid pattern with blue circles and a red outlined rectangular overlay (no text or symbols)
</details>
(b) particles with variable thickness
Figure 15.2.22 Internally generated particles based on a uniform background.
Table 15.2.22 Internally generated node sets.
<table><tr><td>Internally generated node set</td><td>Description</td></tr><tr><td>ALL_PARENT_ELEMENT_NODES_E_SPH</td><td>All nodes of all parent elements in the entire model</td></tr></table>
<!-- source-page: 1327 -->
<table><tr><td>Internally generated node set</td><td>Description</td></tr><tr><td>ALL_GENERATED_NODES_SPH</td><td>All nodes of all generated particles in the entire model</td></tr><tr><td>UserDefinedElsetName_SECT_E_SPH</td><td>All nodes of generated particles associated with the UserDefinedElsetName element set used in the section definition</td></tr><tr><td>UserDefined_ANsetName_SPH</td><td>Nodes of generated particles from parent elements touching nodes of the UserDefined_ANsetName node set</td></tr></table>
Table 15.2.23 Internally generated surfaces.
<table><tr><td>Internally generated surfaces</td><td>Description</td></tr><tr><td>UserDefinedElsetName_PARENT_EE_SPH</td><td>Element-based surface containing all facets of all elements associated with the UserDefinedElsetName element set used in the section definition</td></tr><tr><td>UserDefinedElsetName_SECT_NE_SPH</td><td>Node-based surface with all nodes of all generated particles associated with the UserDefinedElsetName element set used in the section definition</td></tr><tr><td>UserDefinedSurfaceName_NS_SPH</td><td>Node-based surface containing all nodes of generated particles associated with the elements used in the definition of the UserDefinedSurfaceName element-based surface</td></tr></table>
These sets and surfaces are used by features that are automatically generated internally, such as loads, initial conditions, mass scaling, contact definitions, and output requests. These internally generated features extend the features that you have defined for the associated parent sets and surfaces to internally generated particles. In all cases the internally generated features preserve the attributes that you have defined.
# Initial conditions
Initial conditions (see “Initial conditions in Abaqus/Standard and Abaqus/Explicit,” Section 34.2.1) cannot be specified directly for the generated particles. However, a subset of the possible initial conditions (stresses, velocity and rotating velocity) is applied to the generated particles automatically. You specify these initial conditions on the original element or node set you have defined in the model, and they are applied appropriately to the associated generated particles. The initial conditions are
<!-- source-page: 1328 -->
applied via the internally created sets described above; hence, you must use an element or node set rather than element or node numbers when applying initial conditions.
Initial stresses specified on parent elements are applied to the generated particles. This feature is leveraged in cases where parent elements convert to particles at the very beginning of the analysis (time zero). All other initial conditions associated with elements are taken into account for the generated particles as long as the parent elements convert to particles after the first increment in the analysis. The state transfer mechanism described above appropriately transfers the information to particles and, hence, initial conditions are accounted for correctly in the particles.
# Boundary conditions
Boundary conditions (see “Boundary conditions in Abaqus/Standard and Abaqus/Explicit,” Section 34.3.1) cannot be applied directly to the generated particles. Boundary conditions applied to nodes of the parent elements are not transferred to the generated particles. However, you can use contact interactions to enforce boundary conditions as explained in “Interactions.”
Temperature and field variables specified on node sets that include parent element nodes are extended to the generated particles. Abaqus/Explicit generates corresponding temperature and field variables definitions internally via the internal node sets described in “Automatically generated sets and surfaces.” If all of the nodes of a particular parent element have the same value at a given time, the generated particles would have that same value as well. If different values are specified, no interpolation occurs. Instead, the value of the last definition is used.
# Loads
The loading types available for an explicit dynamic analysis are explained in “Applying loads: overview,” Section 34.4.1. Concentrated nodal loads cannot be applied to generated particles. Gravity loads specified on the parent elements are the only distributed loads that are transferred upon conversion to the generated particles.
# Material options
Any of the material models in Abaqus/Explicit can be used with the conversion technique.
# Elements
When using the conversion technique and C3D8R, C3D6, and/or C3D4 reduced-integration parent elements to define the part, PC3D elements are generated internally at the beginning of the analysis; the parent elements are active, and the PC3D elements are inactive. Upon conversion the active status switches. At no time are a parent element and the associated generated particles both active. By default, the Visualization module automatically displays only the elements that are active at any given time.
Particle mass (and volume) is computed automatically from the mass (volume) of the parent element. All particles associated with a specific parent element will have the same mass (volume). The SPH smoothing length and domain required for the SPH formalism are computed in the same fashion as in the case when you define PC3D elements directly (see “Smoothed particle hydrodynamics,” Section 15.2.1).
<!-- source-page: 1329 -->
If mass scaling is defined on element sets containing parent elements, Abaqus/Explicit internally generates mass scaling definitions associated with the corresponding internal element sets described in “Automatically generated sets and surfaces.”
# Constraints
Constraints such as couplings or ties cannot be applied directly to the generated particles. However, constraints can be defined on nodes and surfaces associated with the parent element nodes and faces. If such constraints are used to attach parent elements to other Lagrangian bodies or they are used to drive the motion of a part, care must be exercised when the parent element faces involved in such constraints convert to particles. The constraint may be nullified upon parent element conversion and, consequently, the connection to other parts (in the case of tie constraints) or to the driving feature (in the case of coupling constraints) would no longer be realized. Hence, in certain cases you may need to place these constraints far enough from the parent elements that can convert for the constraints to be active throughout the analysis.
Element sets that are marked for possible conversion to particles but that are also part of the rigid body definition will never convert because the rigid body constraint is always enforced on the parent elements.
# Interactions
Bodies modeled with elements that may convert to particles can interact with other finite elementmeshed or analytical bodies via contact. Upon conversion the internally generated particles may also interact via contact with these bodies but only via the general contact functionality.
By default, if general contact interactions are included in your model, contact inclusions and exclusions involving internal node-based surfaces associated with the internal particles are generated. User-specified contact inclusions and exclusions referencing element-based surfaces that include convertible elements will also be reflected in internally generated requests. Table 15.2.24 and Table 15.2.25 show all correspondences. The naming convention used for the internally generated surfaces is explained in “Automatically generated sets and surfaces” above.
Table 15.2.24 Internally generated contact inclusions.
<table><tr><td>User-defined contact inclusion</td><td>Internally generated contact inclusions</td></tr><tr><td>*CONTACT INCLUSIONS, ALL EXTERIOR</td><td>blank, AllUserElsets_SECT_NE_SPH</td></tr><tr><td>blank, UserElemBased</td><td>blank, UserElemBased_NS_SPH</td></tr><tr><td>UserElemBased,</td><td>None</td></tr><tr><td>UserElemBased1, UserElemBased2</td><td>UserElemBased1, UserElemBased2_NS_SPH and UserElemBased2, UserElemBased1_NS_SPH</td></tr></table>
<!-- source-page: 1330 -->
Table 15.2.25 Internally generated contact exclusions.
<table><tr><td>User-defined contact exclusion</td><td>Internally generated contact exclusions</td></tr><tr><td>Always, regardless of user definitions</td><td>UserElemBased_PARENT_EE_SPH,UserElemBased_SECT_NE_SPH</td></tr><tr><td>blank, UserElemBased</td><td>blank, UserElemBased_NS_SPH</td></tr><tr><td>UserElemBased,</td><td>None</td></tr><tr><td>UserElemBased1, UserElemBased2</td><td>UserElemBased1, UserElemBased2_NS_SPH and UserElemBased2, UserElemBased1_NS_SPH</td></tr></table>
As shown in the second row of Table 15.2.25, contact between the generated particles and the faces of the associated parent elements is always excluded from the general contact domain. The activated internal particles will interact with the neighboring yet inactive particles still attached to parent elements with exposed faces via the SPH formalism.
The contact interaction for the generated particles is the same as any contact interaction between a node-based surface (associated with the internal particles) and an element-based or analytical surface. All interaction types and formulations available for contact involving a node-based surface are allowed, including cohesive behavior. Different contact properties can be assigned via the usual options. The contact control and property assignment options used for pairs of surfaces that involve parent elements that can convert to particles will be reflected in internally generated assignments for the internal particlebased surfaces. Table 15.2.26 shows the internally generated assignments associated with user-defined requests.
Table 15.2.26 Internally generated contact control and property assignments.
<table><tr><td>User-defined contact inclusion</td><td>Internally generated contact inclusions</td></tr><tr><td>blank, blank</td><td>blank, AllUserElsets_SECT_NE_SPH</td></tr><tr><td>blank, UserElemBased</td><td>blank, UserElemBased_NS_SPH</td></tr><tr><td>UserElemBased,</td><td>UserElemBased, UserElemBased_NS_SPH</td></tr><tr><td>UserElemBased1, UserElemBased2</td><td>UserElemBased1, UserElemBased2_NS_SPH and UserElemBased2, UserElemBased1_NS_SPH</td></tr></table>
The generated particles may have different contact thicknesses since they are computed automatically at the beginning of the analysis. If one or two particles per isoparametric direction are requested to be generated upon conversion, all generated particles will have a contact thickness such that they are barely touching the closest face of the parent element. If three or more particles per direction are requested, some of the particles will not be touching the faces of the parent element. For these particles, the contact thickness will be the minimum thickness of all of the particles that are touching the parent element faces on that parent element.