|
[Sponsors] |
CFX-Post. Cubic volume and rectangular surface |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 17, 2013, 13:10 |
CFX-Post. Cubic volume and rectangular surface
|
#1 |
New Member
Join Date: Jul 2013
Posts: 9
Rep Power: 0 |
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 |
|
October 17, 2013, 14:14 |
|
#2 |
New Member
Join Date: Jul 2013
Posts: 9
Rep Power: 0 |
Actually, I managed to define a rectangular area creating a rectangular Point-And-Normal plane. But the issue with the volume remains open...
Ale |
|
October 18, 2013, 04:08 |
|
#3 |
Senior Member
Lance
Join Date: Mar 2009
Posts: 669
Rep Power: 22 |
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 |
|
October 18, 2013, 05:29 |
|
#4 | |
New Member
Join Date: Jul 2013
Posts: 9
Rep Power: 0 |
Quote:
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! |
||
June 20, 2017, 06:59 |
|
#5 | |
New Member
L S D
Join Date: Oct 2012
Posts: 2
Rep Power: 0 |
Quote:
|
||
July 14, 2021, 11:34 |
Volume Rending of custom volume shape
|
#6 | |
Member
Join Date: Apr 2020
Posts: 76
Rep Power: 6 |
Quote:
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 |
||
Tags |
cfx-post, cubic volume, rectangular user surface |
|
|
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 07:08 |
How to obtain the same volume of mesh | Dome | CFX | 0 | April 22, 2005 14:32 |
CFX 5.5 | Roued | CFX | 1 | October 2, 2001 17:49 |