|
[Sponsors] | |||||
|
|
|
#1 |
|
Senior Member
Join Date: Jan 2014
Posts: 179
Rep Power: 13 ![]() |
Hi guys,
just a simple question, i want to create in my internal field a surface of one cell in width (length x and width y are the base coordinates, z is height) over the whole domain. Therefore I used following topoSetDict code: Code:
actions
(
{
name vortex;
type faceSet;
action new;
source boxToFace;
sourceInfo
{
box (0.5 0 0)(0.6 1 0.5);
}
}
{
name vortexZone;
type faceZoneSet;
action new;
source setToFaceZone;
sourceInfo
{
faceSet vortex;
}
}
);
Thanks in advance |
|
|
|
|
|
|
|
|
#2 | |
|
Member
Howar
Join Date: Mar 2015
Posts: 53
Rep Power: 12 ![]() |
Quote:
|
||
|
|
|
||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using a Plane id in Fluent UDF | cdf_user | Fluent UDF and Scheme Programming | 13 | October 17, 2023 01:06 |
| [General] 2 datas on one plot | Akuji | ParaView | 46 | December 1, 2013 15:06 |
| Warning 097- | AB | Siemens | 6 | November 15, 2004 05:41 |
| monitoring cell | Jane | Siemens | 2 | March 4, 2004 22:01 |
| cell to cell relation | CMB | Siemens | 1 | December 4, 2003 05:05 |