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

Search Results

Register Blogs Community New Posts Updated Threads Search

Showing results 1 to 17 of 17
Search took 0.00 seconds.
Search: Posts Made By: colopolo
Forum: FLUENT July 24, 2013, 23:02
Replies: 26
Views: 2,847
Posted By colopolo
sorry abou that. Meanwhile I modified a little...

sorry abou that. Meanwhile I modified a little bit and finally it works well!!
I reallly apprieciate your great support. Thanks.
I always thanks your help from the begining this thread.
I will...
Forum: FLUENT July 24, 2013, 20:58
Replies: 26
Views: 2,847
Posted By colopolo
Attached file is a very simple test domain which...

Attached file is a very simple test domain which has same coordinate of the input data.
could you check it if you have time?

Thanks in advance
Forum: FLUENT July 24, 2013, 20:49
Replies: 26
Views: 2,847
Posted By colopolo
After loading code, I defiend velocity inlet as...

After loading code, I defiend velocity inlet as udf u_profile::libudf at boundary condition.
Then simply run it but assigned velocity is zero at the inlet surface.

um.....
Forum: FLUENT July 24, 2013, 20:30
Replies: 26
Views: 2,847
Posted By colopolo
Great. Thanks Blackmask!!. Finally I forward...

Great. Thanks Blackmask!!.
Finally I forward one step.

I defined velocity inlet as udf u_profile::libudf after load your code.
then I simply run it but the assigned velocity is zero at inlet...
Forum: FLUENT July 24, 2013, 19:04
Replies: 26
Views: 2,847
Posted By colopolo
I am still getting the same error (still library...

I am still getting the same error (still library error).
In your system, If you didn't get any error, please kindly inform me your system environment sush as, os, version of visual studio, sdk...
Forum: FLUENT July 24, 2013, 03:49
Replies: 26
Views: 2,847
Posted By colopolo
I am sorry for late reply. I was out of office. ...

I am sorry for late reply. I was out of office.

Yes. The above error was happend when I compiled your code without "#include<stdio.h>".

When I compiled your original code,

Copied...
Forum: FLUENT July 17, 2013, 01:01
Replies: 26
Views: 2,847
Posted By colopolo
#include "udf.h" #define NY 5 #define NZ 5 ...

#include "udf.h"
#define NY 5
#define NZ 5
#define NT 10

float data[NY][NZ][NT];

void data_from_it (int it) {
FILE *fp;
float tmp, data[NY][NZ][NT];
Forum: FLUENT July 16, 2013, 21:43
Replies: 26
Views: 2,847
Posted By colopolo
First, I compiled your udf but I got an error. ...

First, I compiled your udf but I got an error.
..\..\src\mapped01.c(14) : warning C4996: 'sprintf'이(가) deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) :...
Forum: FLUENT July 9, 2013, 19:06
Replies: 26
Views: 2,847
Posted By colopolo
Sorry to bother you and very appreciate you help...

Sorry to bother you and very appreciate you help me !!
Forum: FLUENT July 9, 2013, 02:01
Replies: 26
Views: 2,847
Posted By colopolo
this file is my input file. the length of ...

this file is my input file.
the length of sample data is 10 data with y and z coordinate.
Forum: FLUENT July 9, 2013, 01:36
Replies: 26
Views: 2,847
Posted By colopolo
#include<stdio.h> #include "udf.h" #define NY...

#include<stdio.h>
#include "udf.h"
#define NY 5
#define NZ 5
#define NT 20

float data[NY][NZ];

void data_from_it (int it) {
FILE *fp;
Forum: FLUENT July 8, 2013, 21:51
Replies: 26
Views: 2,847
Posted By colopolo
Thanks again. I owe you a lot.

Thanks again. I owe you a lot.
Forum: FLUENT July 8, 2013, 21:26
Replies: 26
Views: 2,847
Posted By colopolo
I am sorry to bother you. I mistake my data type....

I am sorry to bother you. I mistake my data type.
there is no time column (1st column). actually data 1 is a velocity at time step 0.01, data 2 is a vel. at time step 0.02..
in this case, could...
Forum: FLUENT July 8, 2013, 20:49
Replies: 26
Views: 2,847
Posted By colopolo
Thank for your kindness.

Thank for your kindness.
Forum: FLUENT July 8, 2013, 19:41
Replies: 26
Views: 2,847
Posted By colopolo
Very thanks!!! Could you mind if I have more...

Very thanks!!!
Could you mind if I have more questions?

1. do I use 'fscanf' after defined 'real mydata[NX*NY][2000]?
2. data[find_the_index(x[0],x[1])][it]
-> what kind of array type can be...
Forum: FLUENT July 8, 2013, 04:45
Replies: 26
Views: 2,847
Posted By colopolo
Thanks for your comment. I cannot make profile of...

Thanks for your comment. I cannot make profile of my random data.
Forum: FLUENT July 8, 2013, 02:05
Replies: 26
Views: 2,847
Posted By colopolo
assign transient random data to inlet face

Dear All.

Could you tell me how to import/assign time series of velocity at each node (y-z plane) of inlet face?

My transient velocity data is random data so It can't be defined as a profile...
Showing results 1 to 17 of 17

 
Forum Jump

All times are GMT -4. The time now is 07:34.