|
[Sponsors] | |||||
Write profile using TUI for multiple variables |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
New Member
Pier Angelo
Join Date: Sep 2011
Posts: 2
Rep Power: 0 ![]() |
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 |
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 35 ![]() ![]() |
Code:
file write-profile out.prof inwall () pressure temperature x-velocity y-velocity z-velocity ()
__________________
best regards ****************************** press LIKE if this message was helpful |
|
|
|
|
|
|
|
|
#3 |
|
New Member
Pier Angelo
Join Date: Sep 2011
Posts: 2
Rep Power: 0 ![]() |
Obviously I haven't' tried the right combination.
thanks a lot, that works. |
|
|
|
|
|
|
|
|
#4 |
|
Senior Member
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,841
Rep Power: 68 ![]() ![]() ![]() |
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. |
|
|
|
|
|
![]() |
| Tags |
| fluent, multiple variables, profile data, tui |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Initialize Profile Data Variables | aero_head | CFX | 5 | April 25, 2021 20:07 |
| write profile - journal file | mateus | FLUENT | 1 | June 13, 2006 05:26 |
| howto write step velocity profile with expressions | prabhu | CFX | 2 | May 23, 2006 10:41 |
| How to request cfx to write variables at a point? | Uday | CFX | 1 | February 6, 2006 00:42 |
| write profile - different length of columns | Ralf Schmidt | FLUENT | 1 | July 18, 2005 07:40 |