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 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: mrwan
Forum: Fluent UDF and Scheme Programming October 30, 2017, 16:38
Replies: 70
Views: 9,484
Posted By mrwan
stop program by missed semicolons

#include "udf.h"
DEFINE_PROFILE(vary,t,i)
{
real pressure;
face_t f;
begin_f_loop(f,t)
{
pressure = F_P(f,t);
if(pressure <= 0)
F_PROFILE(f,t,i) = 1;
Showing results 1 to 1 of 1

 
Forum Jump

All times are GMT -4. The time now is 15:05.