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 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: pakk
Forum: Fluent UDF and Scheme Programming December 11, 2017, 03:32
Replies: 17
Views: 5,263
Posted By pakk
It is the same problem as before. ...

It is the same problem as before.


uvelocity = (real*)malloc((n)*sizeof(real));
If n=6, this means you have the following memory locations:


uvelocity[0]
uvelocity[1]
uvelocity[2]
Forum: Fluent UDF and Scheme Programming November 22, 2017, 05:00
Replies: 17
Views: 5,263
Posted By pakk
The same problem remains! You write data to ...

The same problem remains!
You write data to


velocity[0]
velocity[1]
velocity[2]
velocity[3]
velocity[4]
Forum: Fluent UDF and Scheme Programming November 21, 2017, 04:14
Replies: 17
Views: 5,263
Posted By pakk
The problem: "velocity[5]" does not exist! You...

The problem: "velocity[5]" does not exist! You start counting at 1, but you should start at 0, so use velocity[0] to velocity[4].
Showing results 1 to 3 of 3

 
Forum Jump

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