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

Pigging simulation using udf

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By MagFire

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 29, 2017, 03:36
Post Pigging simulation using udf
  #1
New Member
 
Join Date: Aug 2017
Posts: 1
Rep Power: 0
MagFire is on a distinguished road
Hi Everyone,

I want to simulate pigging* process in pipelines using udf in fluent. Currently, I am learning about udfs and their implementation. Basically what i want to do is to model a 2D rectangular pipe geometry of certain length and inside that i'll have another small rectangular geometry of pig of some guessed length near to inlet.
I'll be using water as fluid initially which will move the pig held in its path from inlet boundary to outlet boundary. Can somebody enlighten me with the kind of udf i should use for above mentioned work and the detailed procedure for how to hook it to proceed.

*Pigging is process used to clean and protect offshore and onshore pipelines and pig is a device that is sent at regular time intervals along the entire pipeline length to scrap off any deposited debris or wax


Thanks.
gowtham dada likes this.
MagFire is offline   Reply With Quote

Old   September 6, 2018, 08:01
Exclamation
  #2
New Member
 
Gowtham
Join Date: Jun 2018
Posts: 4
Rep Power: 7
gowtham dada is on a distinguished road
i m also working in the same problem.. did you got anything regarding this..
If you had any material kindly send it to me.
kindly contact anything regard this

gowthamdada10@gmail.com
__________________
Gowtham
gowtham dada is offline   Reply With Quote

Old   September 6, 2018, 21:10
Default
  #3
New Member
 
Anonymous
Join Date: Apr 2012
Posts: 5
Rep Power: 14
bplturner is on a distinguished road
You probably don't even need a UDF. It sounds like you can define that motion with a simple profile.
bplturner is offline   Reply With Quote

Old   September 10, 2018, 07:53
Default
  #4
New Member
 
Gowtham
Join Date: Jun 2018
Posts: 4
Rep Power: 7
gowtham dada is on a distinguished road
Quote:
Originally Posted by bplturner View Post
You probably don't even need a UDF. It sounds like you can define that motion with a simple profile.
Can you explain further?
Here i mention my my model. I have to move the tool (Pig) by giving high pressure in inlet
__________________
Gowtham
gowtham dada is offline   Reply With Quote

Old   September 10, 2018, 08:02
Exclamation
  #5
New Member
 
Gowtham
Join Date: Jun 2018
Posts: 4
Rep Power: 7
gowtham dada is on a distinguished road
Quote:
Originally Posted by bplturner View Post
You probably don't even need a UDF. It sounds like you can define that motion with a simple profile.
Can you explain further?
Here i mention my my model. I have to move the tool (Pig) by giving high pressure in inlet.

UDF for dynamic mesh.

#include "udf.h"
DEFINE_SDOF_PROPERTIES(projectile, prop, dt, time, dtime)
{
prop[SDOF_MASS] = 0.5;
prop[SDOF_IXX] = 0.0;
prop[SDOF_IYY] = 0.0;
prop[SDOF_IZZ] = 0.0;
printf ("\nprojectile: updated 6DOF properties");
}


Instead of UDF, i enabled SDOF condition and one DOF Translation. but i cant move the tool.
Attached Images
File Type: jpg Capture2.JPG (10.3 KB, 2 views)
File Type: jpg Capture.JPG (31.5 KB, 3 views)
__________________
Gowtham
gowtham dada is offline   Reply With Quote

Reply

Tags
fluent, pigging, udf


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
Fluent/icepak UDF for heat pipe simulation debuger Fluent UDF and Scheme Programming 0 July 19, 2017 12:05
Fluent Radiation/porous media Schmitt pierre-Louis FLUENT 26 September 1, 2016 10:29
WILLING TO PAY/ FREELANCER REQUIRED / small UDF coding force loads over body / 6DOF acasas CFD Freelancers 1 January 23, 2015 07:26
Simulation with UDF for species mass fraction and velocity profile virgy Fluent UDF and Scheme Programming 8 February 7, 2012 04:30
UDF to change Rotation Speed in a MRF simulation Mike FLUENT 3 September 27, 2011 06:46


All times are GMT -4. The time now is 01:55.