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

PROBLEM COMPILING!!! PLEASE HELP!

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 7, 2005, 08:59
Default PROBLEM COMPILING!!! PLEASE HELP!
  #1
Toni Cominceanu
Guest
 
Posts: n/a
I HAVE A PROBLEM AND I DO NOT KNOW WHAT TO DO. I WANT TO PUT A SINUSOIDAL VARIABLE VELOCITY_INLET. I WROTE THIS IN C++: " /************************************************** ********************/ /* unsteady.c */ /* UDF for specifying a transient velocity profile boundary condition */ /************************************************** ********************/

#include "udf.h"

DEFINE_PROFILE(unsteady_velocity, thread, position) { face_t f; begin_f_loop(f, thread)

{

real t = RP_Get_Real("flow-time");

F_PROFILE(f, thread, position) = 0.0 + 90.0*sin(188.5*t);

} end_f_loop(f, thread) } " AND WHEN I PUT THE NAME "unsteady.c" IN INTERPRETED UDFs UNDER SOURCE FILE IN FLUENT 6.012 IT SAY THIS: "cpp -IC:\FLUENT.INC\fluent6.0/src -IC:\FLUENT.INC\fluent6.0/cortex/src -IC:\FLUENT.INC\fluent6.0/client/src -IC:\FLUENT.INC\fluent6.0/multiport/src -I. -DUDFCONFIG_H="" unsteady.c error: udf compiler: cannot execute cpp -IC:\FLUENT.INC\fluent6.0/src -IC:\FLUENT.INC\fluent6.0/cortex/src -IC:\FLUENT.INC\fluent6.0/client/src -IC:\FLUENT.INC\fluent6.0/multiport/src -I. -DUDFCONFIG_H="" unsteady.c "

WHAT CAN I DO, PLEASE TELL ME. I NEED TO MAKE A DIRECTORY AND SAVE "unsteady.c" THERE, OR WHAT... I DON'T KNOW WHAT TO DO.

THANKS!
  Reply With Quote

Old   May 9, 2005, 03:04
Default Re: PROBLEM COMPILING!!! PLEASE HELP!
  #2
rom
Guest
 
Posts: n/a
the error message says "cannot find cpp" wich means you dont have installed microsoft visual c (msvc) or you dont have the path to it set correctly. if you dont want msvc you can use the contributed cpp from fluent to interpret you udf.

good luck

rom
  Reply With Quote

Old   May 9, 2005, 04:19
Default Re: PROBLEM COMPILING!!! PLEASE HELP!
  #3
Toni Cominceanu
Guest
 
Posts: n/a
i found the problem. i put my .c file in the same directory (...\ntbin\ntx86) with my .cas file. thanks any way!
  Reply With Quote

Old   May 17, 2005, 02:12
Default Re: PROBLEM COMPILING!!! PLEASE HELP!
  #4
CEREN ALPAT
Guest
 
Posts: n/a
Study of overall heat transfer of houses with partly curved roofs. This task has two parts. Part 1 is a common study of laminar flow over a flat plate. Part 2 is a study of convective heat transfer in an external flow (2D) over an area containing a house with special type of architecture with cylindrical or spherical roofs which have effects on convective heat transfer over the house.

The case study contains turbulent steady incompressible flow.

  Reply With Quote

Reply


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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem compiling OpenFoamTurbo troy OpenFOAM 3 December 4, 2020 14:08
my problem wuth UDF compiling m.beh FLUENT 3 November 22, 2011 00:47
Problem in Compiling the solver m.maneshi OpenFOAM Running, Solving & CFD 4 November 3, 2010 02:07
problem in compiling UDF ammi reddy FLUENT 1 December 1, 2006 06:45
UDF compiling problem in Windows Mazyar FLUENT 1 April 26, 2006 01:48


All times are GMT -4. The time now is 12:37.