|
[Sponsors] |
December 21, 2007, 15:23 |
angular motion udf request
|
#1 |
Guest
Posts: n/a
|
i'm having a rotating cylinder problem which is rotating along x -direction, which is dynamic mesh.i'm getting an error with CG motion,the error is"incorrect cg motion udf unsteady velocity. i'm attaching the program plz tell the necessaryu modifications in it. pls help me.... #include "udf.h" DEFINE_PROFILE(unsteady_velocity, thread, position) {
face_t f; real t = CURRENT_TIME; real w; if (t<=0.1) { w = 52.3 * t; begin_f_loop(f, thread) { F_PROFILE(f, thread, position) = w * t; } end_f_loop(f, thread) } else { w = 5.23; begin_f_loop(f, thread) { F_PROFILE(f, thread, position)= w* t; } end_f_loop(f, thread) } } |
|
December 21, 2007, 15:24 |
Re: angular motion udf request *NM*
|
#2 |
Guest
Posts: n/a
|
|
|
December 22, 2007, 00:55 |
Re: angular motion udf request
|
#3 |
Guest
Posts: n/a
|
Hi, Can u please explain clearly a) the purpose of ur udf b) what ur are expecting from ur udf c) what is the logic behind this current udf
i did not understand the 52.3 value in ur udf this may help me in looking up through ur code. can u please explain what exactly u what to do in ur problem regards |
|
December 22, 2007, 01:16 |
Re: angular motion udf request
|
#4 |
Guest
Posts: n/a
|
Hi, or even u can look at this udf DEFINE_CG_MOTION this seems to be appropriate udf for ur problem.
This is what I understood from ur request. May this help u. Regards |
|
December 22, 2007, 11:04 |
Re: angular motion udf request
|
#5 |
Guest
Posts: n/a
|
a cylinder is rotating in a rectagular tunnel with an angular velocity of 5 rad/sec (in steady case). In Unsteady case consider rotation of the cylinder for time =0.1 sec, theta=30 degees with linear profile.
|
|
December 22, 2007, 13:18 |
Re: angular motion udf request
|
#6 |
Guest
Posts: n/a
|
hi, i have a problem.. on a plate...
plate will be in the tunnel.. at 15 degrees to x axis. i need the UDF for steady state and also for un steady state where the plate moves for every 5 degrees .. can i get the UDF program for steady and unsteady state.. please.. can anybody help me out... |
|
December 24, 2007, 01:43 |
Re: angular motion udf request
|
#7 |
Guest
Posts: n/a
|
Hi, Do you think that the plate is going to move by 5 degrees for every time step or each 5 degree is a saperate case
bye Ramesh |
|
December 24, 2007, 01:52 |
Re: angular motion udf request
|
#8 |
Guest
Posts: n/a
|
or u can also use outflow boundary conditions # Pressure far-field boundary conditions are used to model a free-stream compressible flow at infinity, with free-stream Mach number and static conditions specified. This boundary type is available only for compressible flows.
# Outflow boundary conditions are used to model flow exits where the details of the flow velocity and pressure are not known prior to solution of the flow problem. They are appropriate where the exit flow is close to a fully developed condition, as the outflow boundary condition assumes a zero normal gradient for all flow variables except pressure. They are not appropriate for compressible flow calculations. |
|
December 24, 2007, 01:54 |
Re: angular motion udf request
|
#9 |
Guest
Posts: n/a
|
sorry this is not for u i wrote in a wrong place
|
|
December 24, 2007, 09:45 |
Re: angular motion udf request
|
#10 |
Guest
Posts: n/a
|
5 degrees for every time step....
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF problem: incorrect grid motion | Fil | FLUENT | 5 | December 19, 2020 10:16 |
Grid motion with UDF | fivos | Fluent UDF and Scheme Programming | 5 | June 30, 2018 09:50 |
Moving mesh | Niklas Wikstrom (Wikstrom) | OpenFOAM Running, Solving & CFD | 122 | June 15, 2014 07:20 |
Fluent UDF Discontinuous Motion | lequi7 | Fluent UDF and Scheme Programming | 2 | November 4, 2011 00:18 |
UDF error CG Motion | Alex | FLUENT | 0 | March 22, 2006 18:40 |