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

CFX-Post. Cubic volume and rectangular surface

Register Blogs Community New Posts Updated Threads Search

Like Tree4Likes
  • 1 Post By Lance
  • 3 Post By AlexVin

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 17, 2013, 12:10
Default CFX-Post. Cubic volume and rectangular surface
  #1
New Member
 
Join Date: Jul 2013
Posts: 9
Rep Power: 0
AlexVin is on a distinguished road
Hi all

i need help for two issues in cfx post.

1 how could I define a cubic volume in a solid/liquid domain to be able to probe the average temperature? For example, I would like to isolate a cube with center (x,y,z) and side s and then probe volumeAve(Temperature)@mycube : is there a way to do it directly in cfx post or I need to define that cube as a body in design modeler?

2 Similarly, I would like to measure the average temperature in a rectangular area defined on a surface, which can be either a plane or a boundary. Here i need a rectangle (x,y,l,w) and then probe areaAve(Temperature)@myrectangle. Again, is there a simpler way rather than defining a face in design modeler?

thank You very much.

Ale
AlexVin is offline   Reply With Quote

Old   October 17, 2013, 13:14
Default
  #2
New Member
 
Join Date: Jul 2013
Posts: 9
Rep Power: 0
AlexVin is on a distinguished road
Actually, I managed to define a rectangular area creating a rectangular Point-And-Normal plane. But the issue with the volume remains open...

Ale
AlexVin is offline   Reply With Quote

Old   October 18, 2013, 03:08
Default
  #3
Senior Member
 
Lance
Join Date: Mar 2009
Posts: 669
Rep Power: 22
Lance is on a distinguished road
One way that could work:
create an expression with step- or if-functions that gives the value 1 inside your cube and zero outside. Make a variable of that expression, and goto location/volume/isovolume and create an isovolume of your variable. Then you should be able to do volumeAve(Temperature)@isovolume
AlexVin likes this.
Lance is offline   Reply With Quote

Old   October 18, 2013, 04:29
Default
  #4
New Member
 
Join Date: Jul 2013
Posts: 9
Rep Power: 0
AlexVin is on a distinguished road
Quote:
Originally Posted by Lance View Post
One way that could work:
create an expression with step- or if-functions that gives the value 1 inside your cube and zero outside. Make a variable of that expression, and goto location/volume/isovolume and create an isovolume of your variable. Then you should be able to do volumeAve(Temperature)@isovolume
Perfect !!!

I defined an expression as

MyVolumeExpression = if ( X <200 [micron] && Y < 200 [micron] && Z < 200 [micron], 1, 0 )

then

MyVolumeVariable = MyVolumeExpression

then

Location->Volume->MyVolume

Method : Isovolume
Variable : MyVolumeVariable
Mode : At Value
Value : 1
Color : Variable
Variable : Temperature


Thanks a lot!
shubham jain, teojb and mz_uon like this.
AlexVin is offline   Reply With Quote

Old   June 20, 2017, 05:59
Default
  #5
New Member
 
L S D
Join Date: Oct 2012
Posts: 2
Rep Power: 0
lsd_tm is on a distinguished road
Quote:
Originally Posted by Lance View Post
One way that could work:
create an expression with step- or if-functions that gives the value 1 inside your cube and zero outside. Make a variable of that expression, and goto location/volume/isovolume and create an isovolume of your variable. Then you should be able to do volumeAve(Temperature)@isovolume
Thank you!!!
lsd_tm is offline   Reply With Quote

Old   July 14, 2021, 10:34
Default Volume Rending of custom volume shape
  #6
Member
 
Join Date: Apr 2020
Posts: 76
Rep Power: 6
mz_uon is on a distinguished road
Quote:
Originally Posted by AlexVin View Post
Perfect !!!

I defined an expression as

MyVolumeExpression = if ( X <200 [micron] && Y < 200 [micron] && Z < 200 [micron], 1, 0 )

then

MyVolumeVariable = MyVolumeExpression

then

Location->Volume->MyVolume

Method : Isovolume
Variable : MyVolumeVariable
Mode : At Value
Value : 1
Color : Variable
Variable : Temperature


Thanks a lot!
Hi
I am trying to create a volume rending in CFD-post. I created a custom volume using the method you described here. However, that object does not appear for selection in the Volume Rending option. Can you please suggest how that can be achieved?
I have not defined the volume in my meshing program earlier, so I have to rely on creating a volume limit using the expression you defined above.

Thanks
mz_uon is offline   Reply With Quote

Reply

Tags
cfx-post, cubic volume, rectangular user surface


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
Simulation of varying contact angles for a large droplet of water on a surface cp703 CFX 5 July 20, 2013 06:08
How to obtain the same volume of mesh Dome CFX 0 April 22, 2005 13:32
CFX 5.5 Roued CFX 1 October 2, 2001 16:49


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