|
[Sponsors] |
January 21, 2021, 05:52 |
Text Command for creating a surface?
|
#1 |
New Member
yadhu
Join Date: Sep 2020
Posts: 17
Rep Power: 6 |
Hello guys , i am trying to create a plane surface and trying to write the temperature profile on that surface,
these are my codes for that (ti-menu-load-string (format #f "surface plane-surf-aligned ooooo~a wall-sink 0")) (ti-menu-load-string (format #f "file write-profile test.pro plane-13 () total-temperature () " ))\n the plane(plane-13) i am trying to create is aligned to wall sink, and at coordinate z=0, i am getting a error but, can anyone help me in this? regards |
|
January 21, 2021, 06:29 |
|
#2 |
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34 |
find TUI command to create plane you want and put it inside
Code:
(ti-menu-load-string (format #f " ")) Code:
(ti-menu-load-string (format #f " ~a " variable))
__________________
best regards ****************************** press LIKE if this message was helpful |
|
January 21, 2021, 08:52 |
|
#3 |
New Member
yadhu
Join Date: Sep 2020
Posts: 17
Rep Power: 6 |
Thanks for helping me out , but I couldn't find the TUI command to create a surface (say plane 12) aligned To a wall(say wall-1) at position z=0, if possible can you tell me the command?
Regards |
|
January 21, 2021, 22:43 |
|
#4 |
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34 |
type word "surface" in fluent console, press enter
you will see the list of available options Code:
delete-surface multiple-zone-surfaces quadric-slice group-surfaces partition-surface rake-surface imprint-surface plane rename-surface ..... it will ask surface name ans so on, this is a way for you to make this TUI command except plane-surf-aligned you may try to use other methods to create plan if needed
__________________
best regards ****************************** press LIKE if this message was helpful |
|
January 23, 2021, 10:45 |
|
#5 | |
New Member
yadhu
Join Date: Sep 2020
Posts: 17
Rep Power: 6 |
Quote:
|
||
January 23, 2021, 14:38 |
|
#6 |
Senior Member
Join Date: Nov 2013
Posts: 1,965
Rep Power: 27 |
Once you find the correct sequence of words, you can just put them on one line.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[snappyHexMesh] Surface triangulation using snappyHexMesh | shaileshbg | OpenFOAM Meshing & Mesh Conversion | 4 | October 17, 2019 05:42 |
[Gmsh] Error : Self intersecting surface mesh, computing intersections & Error : Impossible | velan | OpenFOAM Meshing & Mesh Conversion | 3 | October 22, 2015 12:05 |
[Gmsh] Problem with Gmsh | nishant_hull | OpenFOAM Meshing & Mesh Conversion | 23 | August 5, 2015 03:09 |
[DesignModeler] Imported 3D curve from text but cant generate surface | avidash | ANSYS Meshing & Geometry | 0 | May 21, 2015 07:37 |
Cluster ID's not contiguous in compute-nodes domain. ??? | Shogan | FLUENT | 1 | May 28, 2014 16:03 |