|
[Sponsors] |
August 29, 2017, 04:36 |
Pigging simulation using udf
|
#1 |
New Member
Join Date: Aug 2017
Posts: 1
Rep Power: 0 |
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. |
|
September 6, 2018, 09:01 |
|
#2 |
New Member
Gowtham
Join Date: Jun 2018
Posts: 4
Rep Power: 8 |
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 |
|
September 6, 2018, 22:10 |
|
#3 |
New Member
Anonymous
Join Date: Apr 2012
Posts: 5
Rep Power: 14 |
You probably don't even need a UDF. It sounds like you can define that motion with a simple profile.
|
|
September 10, 2018, 08:53 |
|
#4 | |
New Member
Gowtham
Join Date: Jun 2018
Posts: 4
Rep Power: 8 |
Quote:
Here i mention my my model. I have to move the tool (Pig) by giving high pressure in inlet
__________________
Gowtham |
||
September 10, 2018, 09:02 |
|
#5 | |
New Member
Gowtham
Join Date: Jun 2018
Posts: 4
Rep Power: 8 |
Quote:
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.
__________________
Gowtham |
||
Tags |
fluent, pigging, udf |
|
|
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 13:05 |
Fluent Radiation/porous media | Schmitt pierre-Louis | FLUENT | 26 | September 1, 2016 11:29 |
WILLING TO PAY/ FREELANCER REQUIRED / small UDF coding force loads over body / 6DOF | acasas | CFD Freelancers | 1 | January 23, 2015 08:26 |
Simulation with UDF for species mass fraction and velocity profile | virgy | Fluent UDF and Scheme Programming | 8 | February 7, 2012 05:30 |
UDF to change Rotation Speed in a MRF simulation | Mike | FLUENT | 3 | September 27, 2011 07:46 |