CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT > Fluent UDF and Scheme Programming

error 2223

Register Blogs Community New Posts Updated Threads Search

Like Tree4Likes
  • 1 Post By pakk
  • 1 Post By pakk
  • 1 Post By `e`
  • 1 Post By `e`

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   January 3, 2016, 19:04
Default error 2223
  #1
New Member
 
ehsan
Join Date: Oct 2015
Location: tehran
Posts: 26
Rep Power: 10
ehsan105 is on a distinguished road
..\..\src\DPM.c(124) : error C2223: left of '->stochastic_p' must point to struct/union
-----------------------------
if ( DPM_STOCHASTIC_P(P_INJECTION(p)) )
{
/* Reflect turbulent fluctuations also */
/* Compute normal velocity. */
dum = 0;
for(i=0; i<idim; i++)
dum += p->V_prime[i]*normal[i];
/* Subtract off normal velocity. */
for(i=0; i<idim; i++)
p->V_prime[i] -= 2.*dum*normal[i];
}
return PATH_ACTIVE;
}
-----------------------------

How do I solve this error?

Plz guid me
ehsan105 is offline   Reply With Quote

 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On



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