|
[Sponsors] |
[ANSYS Meshing] negative cell volume detected while running ANSYS Fluent UDF |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 30, 2016, 00:52 |
negative cell volume detected while running ANSYS Fluent UDF
|
#1 |
New Member
Join Date: Mar 2016
Posts: 8
Rep Power: 10 |
HI
I am trying to simulate vortex induced vibrations in a cylinder (2D). I am trying to achieve this using udf and six degree of freedom solver with smoothing and remeshing in Fluent. I keep getting an error -negative cell volume detected while running the simulation. I tried reducing the time step and increasing the stiffness constant. It still shows the same issue. Could someone please help me solve this problem. thank you |
|
April 12, 2016, 06:45 |
|
#2 |
Senior Member
Paritosh Vasava
Join Date: Oct 2012
Location: Lappeenranta, Finland
Posts: 732
Rep Power: 23 |
Can you post details of the 'Dynamic Mesh Zones' setup?
|
|
April 12, 2016, 18:38 |
|
#3 |
New Member
Join Date: Mar 2016
Posts: 8
Rep Power: 10 |
Hi,
The geometry includes a circle in a rectangular domain I have kept a velocity inlet (0.4m/s) and pressure outlet. The fluid body mesh is deforming. The cylinder (0.27m diameter) is rigid with 6DOF activated and the following UDF code, #include "udf.h" DEFINE_SDOF_PROPERTIES(udfcyl, prop, dt, time, dtime) { real cgx; real cgy; real k = 718.88; cgx = DT_CG(dt)[0]; cgy = DT_CG(dt)[1]; prop[SDOF_MASS] = 6146.18; prop[SDOF_ZERO_ROT_X] = TRUE; prop[SDOF_ZERO_ROT_Y] = TRUE; prop[SDOF_ZERO_ROT_Z] = TRUE; prop[SDOF_IXX] = 208.72; prop[SDOF_IYY] = 208.72; prop[SDOF_LOAD_F_X] = -k*cgx; prop[SDOF_LOAD_F_Y] = -k*cgy; } |
|
April 13, 2016, 04:18 |
|
#4 |
Senior Member
Paritosh Vasava
Join Date: Oct 2012
Location: Lappeenranta, Finland
Posts: 732
Rep Power: 23 |
Could you post the numbers you have used for 'smoothing' and 'remeshing' in the 'Mesh Methods Settings.'?
|
|
April 14, 2016, 01:45 |
|
#5 |
New Member
Join Date: Mar 2016
Posts: 8
Rep Power: 10 |
in smoothing, I've taken the spring constant as 0.1 and rest as default values,
in remeshing min length=2.4cm, max length =7.9cm, max skewness=0.7, remesh interval=1 these are basically the default values. |
|
April 14, 2016, 02:40 |
|
#6 |
Senior Member
Paritosh Vasava
Join Date: Oct 2012
Location: Lappeenranta, Finland
Posts: 732
Rep Power: 23 |
I recommend that you get the 'Mesh Scale Info' and modify the re-meshing numbers according to the Mesh scale.
Also check the mesh size at the surface of the cylinder and reduce your time-step so that the distance traveled by cylinder per time step is less than the smallest mesh elements. This will help you avoid negative cell volumes in case your mesh is not modifying properly. I am sue you know this but I write anyways, use 'preview mesh motion' before you start the actual simulation. |
|
April 14, 2016, 16:50 |
|
#7 |
New Member
Join Date: Mar 2016
Posts: 8
Rep Power: 10 |
I will keep that in mind. Thank you for the help !
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[blockMesh] Errors during blockMesh meshing | Madeleine P. Vincent | OpenFOAM Meshing & Mesh Conversion | 51 | May 30, 2016 11:51 |
Dynamic Mesh failed. Negative Cell Volume Detected | Sufyan Abushaala | Main CFD Forum | 0 | August 27, 2014 05:51 |
The fluent stopped and errors with "Emergency: received SIGHUP signal" | yuyuxuan | FLUENT | 0 | December 3, 2013 23:56 |
Negative cell volume problem in-cylinder | ziani.lotfi | FLUENT | 0 | April 11, 2012 08:54 |
channelFoam for a 3D pipe | AlmostSurelyRob | OpenFOAM | 3 | June 24, 2011 14:06 |