|
[Sponsors] |
October 27, 2017, 12:18 |
Error UDF results
|
#1 |
New Member
Angelina
Join Date: Dec 2016
Posts: 3
Rep Power: 10 |
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. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenFOAM - Validation of Results | Ahmed | OpenFOAM Running, Solving & CFD | 10 | May 13, 2018 19:28 |
lid driven cavity varying results | yasmil | OpenFOAM Running, Solving & CFD | 2 | October 6, 2016 22:42 |
interFoam simulation yields inconsistent results for alpha1 surface | Ralinus | OpenFOAM Running, Solving & CFD | 8 | January 13, 2014 09:54 |
CFD results not close to experimental results | cider | STAR-CCM+ | 0 | July 8, 2013 08:53 |
Different Results from Fluent 5.5 and Fluent 6.0 | Rajeev Kumar Singh | FLUENT | 6 | December 19, 2010 12:33 |