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

Error UDF results

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 27, 2017, 11:18
Default Error UDF results
  #1
New Member
 
Angelina
Join Date: Dec 2016
Posts: 3
Rep Power: 9
aaangie is on a distinguished road
Dear all.
My question is: i need to simulate a flow through a regenerator. Inlet boundary condition is periodic, imposed by
#include "udf.h"
#include "metric.h"
#include "mem.h"

DEFINE_PROFILE(vs,t,i)
{
face_t f;
real ti=CURRENT_TIME;
begin_f_loop(f,t)
{
F_PROFILE(f,t,i)=1.6*sin(33.33*M_PI*ti);
}
end_f_loop(f,t)
}

But in the results, for time=0.015 the velocity in the inlet is 2.57 and not 1.6 like it must to be.
Inlet velocity is biger that my imposed velocity.
What it can be? Is some thing is wrong?
Please, help me, Im desperate.
aaangie 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
OpenFOAM - Validation of Results Ahmed OpenFOAM Running, Solving & CFD 10 May 13, 2018 18:28
lid driven cavity varying results yasmil OpenFOAM Running, Solving & CFD 2 October 6, 2016 21:42
interFoam simulation yields inconsistent results for alpha1 surface Ralinus OpenFOAM Running, Solving & CFD 8 January 13, 2014 08:54
CFD results not close to experimental results cider STAR-CCM+ 0 July 8, 2013 07:53
Different Results from Fluent 5.5 and Fluent 6.0 Rajeev Kumar Singh FLUENT 6 December 19, 2010 11:33


All times are GMT -4. The time now is 00:19.