|
[Sponsors] |
problem with mesh after some timesteps in icoFsiElasticNonLinULSolidFoam solver |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 17, 2019, 09:56 |
problem with mesh after some timesteps in icoFsiElasticNonLinULSolidFoam solver
|
#1 |
Senior Member
Hojatollah Gholami
Join Date: Jan 2019
Posts: 171
Rep Power: 7 |
Dear
I try to solve FSI problem with two or more elastic beams in flow channel. First, I generate mesh with ansys mechanical and import to openFoam-ext4.0, then checkMesh and it OK. uses createPatch to merge some boundary and still mesh OK. after running after some timesteps, appear errors "Floating point exception (core dumped)". I checkMesh and found "Failed 1 mesh checks" with this statement Checking geometry... This is a 2-D mesh Overall domain bounding box (-0.3 -0.025 0) (0.5 0.025 0.0002) Mesh (non-empty, non-wedge) directions (1 1 0) Mesh (non-empty) directions (1 1 0) Mesh (non-empty, non-wedge) dimensions 2 ***Number of edges not aligned with or perpendicular to non-empty directions: 153 Writing 306 points on non-aligned edges to set nonAlignedEdges Boundary openness (1.17707e-20 7.90055e-19 7.14214e-19) Threshold = 1e-06 OK. Max cell openness = 2.04795e-16 OK. Max aspect ratio = 170.202 OK. Minumum face area = 1.29252e-08. Maximum face area = 6.80809e-05. Face area magnitudes OK. Min volume = 2.58504e-12. Max volume = 1.36162e-08. Total volume = 7.88827e-06. Cell volumes OK. Mesh non-orthogonality Max: 50.0436 average: 12.3892 Threshold = 70 Non-orthogonality check OK. Face pyramids OK. Max skewness = 2.49004 OK. Failed 1 mesh checks. -------- Maybe it's due to dynamicMesh. My dynamicMeshDict is as: dynamicFvMesh dynamicMotionSolverFvMesh; twoDMotion yes; solver refVelocityLaplacian; diffusivity quadratic inverseDistance 2(elastic fix); nNonOrthogonalCorrectors 2; leastSquaresVolPoint yes; ---- I can't recognize why the error appear? Anyone Can help me? thanks a lot. |
|
January 17, 2019, 11:02 |
|
#2 |
Senior Member
anonymous
Join Date: Jan 2016
Posts: 416
Rep Power: 14 |
Hi!
I'm not so familiar with icoFsiElasticNonLinULSolidFoam, but based on your description it is seems like you have a 2D mesh, and i think the structure is moving out of the plane. ("***Number of edges not aligned with or perpendicular to non-empty directions: 153") Try to constrain it in order to stay in the plane. And you can visualize the bad points in paraview ("Writing 306 points on non-aligned edges to set nonAlignedEdges"), so you can check the location of the error. And try to use planeStrain to avoid the Poisson effect. (Maybe this won't be a good modelling approach for you but you can try to find the problem) |
|
January 18, 2019, 01:08 |
|
#3 |
Senior Member
Hojatollah Gholami
Join Date: Jan 2019
Posts: 171
Rep Power: 7 |
Dear simrego
I use flattenMesh to fix the problem. again I run the solver, but in first time step after some iteration give error. Now the checkMesh is OK. Time = 0.0001, iteration: 5 Maximal accumulated displacement of interface points: 0.00229892 Courant Number mean: 0.00785269 max: 4.97262 velocity magnitude: 14.1465 BiCGStab: Solving for Ux, Initial residual = 0.00175064, Final residual = 1.186e-07, No Iterations 3 BiCGStab: Solving for Uy, Initial residual = 0.00818076, Final residual = 7.47515e-07, No Iterations 3 Floating point exception (core dumped) ---------- is Anybody fix this error? |
|
January 18, 2019, 12:58 |
|
#4 |
Senior Member
Hojatollah Gholami
Join Date: Jan 2019
Posts: 171
Rep Power: 7 |
I change the parameters of fvscheme and the problem solved.
|
|
January 20, 2019, 23:12 |
|
#5 |
New Member
wulonglong
Join Date: Jan 2018
Posts: 7
Rep Power: 8 |
May i ask a question,
what is the difference between icoFsiElasticNonLinULSolidFoam and fsiFoam? |
|
January 21, 2019, 01:12 |
|
#6 |
Senior Member
Hojatollah Gholami
Join Date: Jan 2019
Posts: 171
Rep Power: 7 |
Dear wulonglong
I thinks the two solver have the same algorithm to solve FSI problem. The only reason that I use icoFsiElasticNonLinULSolidFoam, is due to separated files in the solver. I want to modify the fluid solver to add thermal equation. In my opinion, icoFsiElasticNonLinULSolidFoam is understandable than fsiFoam and easily we can add extra equation to it. |
|
March 21, 2019, 07:45 |
Dear Hgholami
|
#7 |
Member
...
Join Date: Jan 2019
Posts: 31
Rep Power: 7 |
Could you explain the specific details?Here i need the parameters to continue the case,once i run the case and it stopped without other reminds but "Floating point exception (core dumped)".
Thank you in advance. |
|
March 21, 2019, 08:10 |
Dear Nexfast
|
#8 | |
Member
...
Join Date: Jan 2019
Posts: 31
Rep Power: 7 |
Quote:
Also, i used Openfoam4.1 and i run the same case.But i can't see the solid to swing up and down,so i change the E of the solid,but it went wrong ,and give the information "Floating point exception (core dumped)". Can you explain the ways to tun the case in detail?I have spent much time in this problem,thank you in advance. |
||
March 21, 2019, 09:13 |
|
#9 | |||
Senior Member
Hojatollah Gholami
Join Date: Jan 2019
Posts: 171
Rep Power: 7 |
check this first fvscheme
Quote:
Quote:
Quote:
|
||||
March 21, 2019, 22:56 |
Dear Hgholami
|
#10 | |
Member
...
Join Date: Jan 2019
Posts: 31
Rep Power: 7 |
Quote:
Except this,did you change some other parameters,such as the E of the solid (compare to the basic case,because in another thread,you also saied you use some tools and use the solver of fsiFoam,then get the result.) Thank you in advance. |
||
March 22, 2019, 00:41 |
|
#11 |
Senior Member
Hojatollah Gholami
Join Date: Jan 2019
Posts: 171
Rep Power: 7 |
which solver do you want to use? fsiFoam or icoFsiElasticNonLinULSolidFoam
|
|
March 22, 2019, 04:11 |
Dear Hgholami
|
#12 |
Member
...
Join Date: Jan 2019
Posts: 31
Rep Power: 7 |
||
March 22, 2019, 05:37 |
|
#13 | |
Senior Member
Hojatollah Gholami
Join Date: Jan 2019
Posts: 171
Rep Power: 7 |
you can also use fsiFoam by installing FSI toolkits.
my configuration in icoFsiElasticNonLinULSolidFoam was Quote:
|
||
March 22, 2019, 06:34 |
Dear Hgholami
|
#14 |
Member
...
Join Date: Jan 2019
Posts: 31
Rep Power: 7 |
||
February 2, 2020, 10:53 |
problem with mesh after some timesteps in icoFsiElasticNonLinULSolidFoam solver
|
#15 |
New Member
DouglasFreds
Join Date: Jan 2020
Posts: 3
Rep Power: 6 |
Hi, Looks ok in my current ElmerGUI version. Maybe you have quite on old ElmerGUI? You could also try to translate it manually ElmerGrid 14 2 mymesh.msh -autoclean and the open the mesh in ElmerGUI. -Peter
|
|
Tags |
dynamicmeshdict, fsi, fsi 2-way |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
decomposePar problem: Cell 0contains face labels out of range | vaina74 | OpenFOAM Pre-Processing | 37 | July 20, 2020 06:38 |
[Other] engineFoam new mesh problem | ayhan515 | OpenFOAM Meshing & Mesh Conversion | 5 | August 10, 2015 09:45 |
[ICEM] problem in mesh output | mehrzad | ANSYS Meshing & Geometry | 2 | December 10, 2014 19:07 |
[ICEM] Problem making structural mesh on a surface | froztbear | ANSYS Meshing & Geometry | 1 | November 10, 2011 09:52 |
A Mesh or Solver setup problem | philippose | OpenFOAM Running, Solving & CFD | 3 | November 5, 2006 15:54 |