|
[Sponsors] |
October 26, 2000, 06:36 |
could someone tell me how to create a shell
|
#1 |
Guest
Posts: n/a
|
I have made the mesh using Gridgen and read it in the Star-CD.Now I want to create the shells where are set into inlets.Could you tell me how to create the shells and read them into another model?Thanks very much!
|
|
October 28, 2000, 20:11 |
Re: could someone tell me how to create a shell
|
#2 |
Guest
Posts: n/a
|
Try the following in star-cd:
1.cset,news,fluid $live,surface this will create a shell on the surface of the fluid volume mesh. you can get the shell cell type in the output window after "live surface" is done.Let's say it is ctype 100. 2.cset,news,type,100 $cplot $cset,subs,zone just zoom in and pick up the cells you need for the inlet boundaries. 3.cset,inver 4.cdel,cset 5.cset,all 6.vset,news,cset 7.vset,inver 8.vdel,vset 9.vcom,1,1e9$y 10.ccom$y 11.cwrite,for_inlet.cel,all, 12.vwrite,for_inlet.vrt,all 13.quit,nosave (don't save your .mdl file !!) Now in the working directroy,you have two files,for_inlet.cel and for_inlet.vrt.Open a new prostar,and resume another model. 1.*get,mxv,mxve (get the max vertex number) 2.*set,voff,mxv + 1 (to be safe) 3.cread,for_inlet.cel,voff (read in cells) 4.vread,for_inlet.vrt,voff (read in vertices) you have the shells in the new model. |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CCM+ & ssh shell on IBM | Petr | Siemens | 0 | December 5, 2008 04:29 |
FSI- shell | Federica | Main CFD Forum | 0 | February 28, 2007 19:50 |
no boundary on shell | Ted Crilly | Siemens | 10 | March 18, 2005 10:20 |
Shell | Aline | Siemens | 6 | July 7, 2004 03:30 |
3-D mesh from 2-D shell | Hassaneen | Siemens | 1 | August 18, 2000 08:00 |