CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   Create Iso-surface from another Surface with TUI (https://www.cfd-online.com/Forums/fluent/50368-create-iso-surface-another-surface-tui.html)

Justin January 22, 2009 23:54

Create Iso-surface from another Surface with TUI
 
A few weeks ago I posted asking about creating an iso-surface from a zone in a journal file. It worked for creating a surface from a zone:

surface/iso-surface z-coordinate name() zoneID() z() q

How is this done when the iso-surface needs to be created from another surface?

abir November 6, 2011 03:48

Quote:

Originally Posted by Justin
;156164
A few weeks ago I posted asking about creating an iso-surface from a zone in a journal file. It worked for creating a surface from a zone:

surface/iso-surface z-coordinate name() zoneID() z() q

How is this done when the iso-surface needs to be created from another surface?

Dear Justin
Have you had the process of creating iso-surface form another surface. If you have please help me. I need it badly. Thanks. tajul000@yahoo.com

fox000002 November 6, 2011 23:14

Try this scheme procedure:

Code:

(define (hy-create-iso-surface-x name from-surf from-zone pos)
  (ti-menu-load-string
    (format #f "/surface/iso-surface x-coordinate ~a ~a () ~a () ~a ()" name from-surf from-zone pos)
  )
)



All times are GMT -4. The time now is 07:59.