|
Posted January 12, 2017 at 04:13 by tanpeilai
Tags
Quote:
Originally Posted by KevinZ09
Here's a UDF I think should work, though haven't tried it. Either way, give it a shot, or compare it with yours, and see if it works. If not, or yours doesn't, let me know.
Code:
#include "udf.h"
#define P_outlet_ID 2
real flow; /* defined outside because will be used in multiple DEFINE macros */
DEFINE_ADJUST(adjust, domain)
{
/* "Parallelized" Sections */
#if !RP_HOST /* Compile
...
|
New Member
|
|
Views 1074
Comments 0
|