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

Write profile using TUI for multiple variables

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By AlexanderZ

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 17, 2022, 10:16
Default Write profile using TUI for multiple variables
  #1
New Member
 
Pier Angelo
Join Date: Sep 2011
Posts: 2
Rep Power: 0
Pier.Brt is on a distinguished road
Hi all

Can anyone please help?
What is the syntax for writing profiles for multiple variable using TUI?

Say I want to write a file named as out.prof for pressure, x,y and z velocity on my boundary named as "inwall".

The core below is my understanding.

/file/write-profile out.prof inwall , pressure, temperature, x-velocity, y-velocity, z-velocity

I have tried various combinations, with and without the ",".

Thanks in advance
Pier
Pier.Brt is offline   Reply With Quote

Old   January 18, 2022, 02:20
Default
  #2
Senior Member
 
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34
AlexanderZ will become famous soon enoughAlexanderZ will become famous soon enough
Code:
file write-profile out.prof inwall () pressure  temperature  x-velocity  y-velocity  z-velocity ()
Pier.Brt likes this.
__________________
best regards


******************************
press LIKE if this message was helpful
AlexanderZ is offline   Reply With Quote

Old   January 18, 2022, 08:20
Default
  #3
New Member
 
Pier Angelo
Join Date: Sep 2011
Posts: 2
Rep Power: 0
Pier.Brt is on a distinguished road
Obviously I haven't' tried the right combination.

thanks a lot, that works.
Pier.Brt is offline   Reply With Quote

Old   January 18, 2022, 10:56
Default
  #4
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,672
Rep Power: 65
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
To explain what is happening... It has nothing to do with commas

You are telling Fluent to write a profile on a list of surfaces and you always need to terminate the list with a pair of parentheses (). In your case, you have only one surface (named inwall). Likewise, you need to provide a list of field variables you want to write and terminate that list with (). Any time you enter multiple names for a prompt (i.e. pressure and then temperature), you can be damn sure a pair of () should follow.
LuckyTran is offline   Reply With Quote

Reply

Tags
fluent, multiple variables, profile data, tui


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
Initialize Profile Data Variables aero_head CFX 5 April 25, 2021 19:07
write profile - journal file mateus FLUENT 1 June 13, 2006 04:26
howto write step velocity profile with expressions prabhu CFX 2 May 23, 2006 09:41
How to request cfx to write variables at a point? Uday CFX 1 February 5, 2006 23:42
write profile - different length of columns Ralf Schmidt FLUENT 1 July 18, 2005 06:40


All times are GMT -4. The time now is 13:39.