Modelling of high-contrast composite material #583
-
Hello, I would like to know if it is possible to solve the following problem with this code out-of-the-box or if it would be necessary to implement additional features (without considering the required input files). The problem is as follows: Consider a 2D planar rectangle composed of a matrix (white) and fiber material (green). The left side is fixed, and the right side has a prescribed displacement in the direction of the fibers equal to half of the rectangle's length (and is fixed in the perpendicular direction). This is proving to be a challenge when considering the finite element method because the composite involves materials with extremely different compliances: the fiber is approximately 10 orders of magnitude stiffer than the matrix (which is at 330°C). Considering this type of discretization, the extreme strain localization occurring in the matrix between the fibers leads to severely distorted elements (as shown below). Therefore, I am considering solving this problem using a meshless method, although I lack experience with this type of formulations. Initial configuration: Final configuration (50% of elongation): In summary, I need to model a composite specimen composed of two elastic materials with extremely different stiffnesses under large strains to evaluate the feasibility of using a meshless method to solve this problem. If it works, the next step would be to model the matrix material as a viscoelastic material (with a given Prony series) but that can be analysed later on. Thank you for your assistance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Do you mean 10 order of magnitude or magnitude of order 10? What is the the present issue when you are using fem for the simulation? |
Beta Was this translation helpful? Give feedback.
-
@MiguelVCarvalho Although particle method has better isotropic property, it would require as test case to have a check as the maximum strain in this problem is very large. Since SPHinXsys is explicit method, modeling the fiber as rigid body ( actually very reasonable in this case) would leads to much faster simulation. As SPHinXsys is still in its development, the rigid body modeling now requires Simbody. However, this case may use simpler model which can be a simplified version from the present Simbody-coupling function. |
Beta Was this translation helpful? Give feedback.
Do you mean 10 order of magnitude or magnitude of order 10? What is the the present issue when you are using fem for the simulation?