CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

Particle displacement 6DOF

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 2, 2017, 14:01
Default Particle displacement 6DOF
  #1
New Member
 
David
Join Date: Jan 2017
Posts: 16
Rep Power: 9
daviqperez is on a distinguished road
Hello everyone.

Im trying to move a 4 mm particle on a normal flow of a pipe 10 mm inlet and 200 mm lenght with the 6DOF implementation, but every time i start the simulation i get a negative volumen cell and my particle move far away from my mesh.

i want to make something like this videos:


https://www.youtube.com/watch?v=_VLUbhNz6Dk
https://www.youtube.com/watch?v=lVmNGA3w-gs
https://www.youtube.com/watch?v=Jfqpv3jQH_A

my set up:

transient analysis
Laminar flow
material water
velocity-inlet: 0.005 m/s
Pressure-outlet: 0

Dynamic mesh:

smoothing (spring factor 0.5)+ remeshing (default parameters) + 6DOF (gravity 0)

Solution Methods:

p-v : simple
pressure: second order
momentom: second order


This its my UDF

#include "udf.h"


DEFINE_SDOF_PROPERTIES(falling_box, prop, dt, time, dtime)
{
prop[SDOF_MASS] = 7e-4;
prop[SDOF_IZZ] = 1.0993061e-6;
prop[SDOF_IXX] = 1.0993061e-6;
prop[SDOF_IYY] = 1.0993061e-6;

prop[SDOF_ZERO_ROT_Z] = TRUE;
prop[SDOF_ZERO_ROT_X] = TRUE;
prop[SDOF_ZERO_ROT_Y] = TRUE;


printf ("\n2d_test_box: Updated 6DOF properties");
}
Attached Images
File Type: jpg Sin título2.jpg (129.9 KB, 12 views)
File Type: jpg Sin título.jpg (90.7 KB, 12 views)
daviqperez is offline   Reply With Quote

Old   October 3, 2017, 10:13
Default
  #2
New Member
 
David
Join Date: Jan 2017
Posts: 16
Rep Power: 9
daviqperez is on a distinguished road
Finnaly i do it, i was setting wrong my mass for my 2D particle. The mass need to be calculate with 1m depth. i will try know to run the 3D case and i will update if i need help or i got it.
daviqperez is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Particle tracking error alchem OpenFOAM Bugs 5 May 6, 2017 17:30
snappyhexmesh remove blockmesh geometry philipp1 OpenFOAM Running, Solving & CFD 2 December 12, 2014 11:58
[snappyHexMesh] determining displacement for added points CFDnewbie147 OpenFOAM Meshing & Mesh Conversion 1 October 22, 2013 10:53
injection problem Mark New FLUENT 0 August 4, 2013 02:30
DPM UDF particle position using the macro P_POS(p)[i] dm2747 FLUENT 0 April 17, 2009 02:29


All times are GMT -4. The time now is 17:24.