How to make moving grid case computable in Star-CD

In Linux system, you should do a special treatment to make a case with moving grid computable. The following is the procedure:


 ~$ pmovlink  #changing mesh geom during analysis
> n
> xm
> casename
~$ starlink    #compile the executable file
~$ PMOV=./    #set environment PMOV variable
~$ PATH=$PMOV:$PATH  #add the PMOV to PATH
~$ ./YourExecutableFile > casename #start computing

If you have any problem, please contact with me.

By the way, you should an option to device section of the xorg.conf to avoid shading display, it should be as following:

Section "Device"
    ............
    Option "BackStoring" "True"
    ............
EndSection
   Send article as PDF   

One Reply to “How to make moving grid case computable in Star-CD”

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.