CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   all entities gambit journal (https://www.cfd-online.com/Forums/fluent/42618-all-entities-gambit-journal.html)

Andrew Garrard October 19, 2006 07:28

all entities gambit journal
 
Is there a command that can be used in a Gambit jouranl that allows all entites to be selected.

Something like:

volume create translate allfaces vector 0 0 20


greg November 2, 2006 05:43

Re: all entities gambit journal
 
Hi Andrew,

i know that you can use the below command to move all faces (in this case three faces) by a vector.

face move "face.1" "face.2" "face.3" offset 0 0 20

is this what you are meaning?

calemarie April 30, 2010 07:53

Quote:

Originally Posted by Andrew Garrard
;136421
Is there a command that can be used in a Gambit jouranl that allows all entites to be selected.

Something like:

volume create translate allfaces vector 0 0 20

This ought to come a little late (3 years and a half!), but for those who wander on the internet looking for solutions, LISTENTITY keyword should do the trick here:

$f_select=LISTENTITY(t_fa) would select all faces in domain
$f_select_associated=LISTENTITY(t_fa,t_vo,"volume. 1") would select all faces associated with volume volume.1.

calemarie


All times are GMT -4. The time now is 22:09.