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 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: blackmask
Forum: Fluent UDF and Scheme Programming July 14, 2013, 20:56
Replies: 3
Views: 1,569
Posted By blackmask
In order to use "fmod" you have to include...

In order to use "fmod" you have to include "math.h", which I think "udf.h" should have included that header. You should add a line

#include <math.h>
Forum: Fluent UDF and Scheme Programming July 11, 2013, 21:22
Replies: 3
Views: 1,569
Posted By blackmask
The signal appear to be periodic so it is simple...

The signal appear to be periodic so it is simple to implement.

#include "udf.h"
#define TPER 0.02
#define PAMP 12000.0

DEFINE_PROFILE(unsteady_pressure, thread, position)
{
face_t f;
...
Showing results 1 to 2 of 2

 
Forum Jump

All times are GMT -4. The time now is 09:35.