About 1,880,000 results
Open links in new tab
  1. 1.3. Scheme Basics - Ansys

    There are a number of Scheme concepts that are important to understand when creating your own Fluent interface. This section discusses those concepts that you are most likely to see in examples …

  2. A common requirement of Fluent users is the parameterization of simulations. In order to do this in Fluent, one needs to either write a Scheme loop within a journal file or write a Python/Perl/Ruby …

  3. FLUENT said, on information from FLUENT Germany, that no official Scheme documentation will be still released, because Scheme in the future will be replaced by Python as official scripting language.

  4. ANSYS Fluent Customization and Automation - LearnCAx

    Scheme programming can be very effectively used for automation of ANSYS Fluent. We can use it for post processing purpose, to automate whole process of simulation and report creation, as well as it …

  5. The Scheme Programming Language

    Jun 7, 2024 · Scheme demonstrates that a very small number of rules for forming expressions, with no restrictions on how they are composed, suffice to form a practical and efficient programming …

  6. Scheme Programing | PDF | Scheme (Programming Language)

    Scheme integrates with Fluent by allowing users to input Scheme commands directly into the Fluent command-line interface or by writing Scheme programs in a text editor and loading them into Fluent.

  7. The Scheme Programming Language, 4th Edition

    Assignment Section 2.1. Interacting with Scheme Section 2.2. Simple Expressions Section 2.3. Evaluating Scheme Expressions Section 2.4. Variables and Let Expressions Section 2.5. Lambda …

  8. 1.5. Text User Interface - Ansys

    The text user interface (TUI) in Fluent, also referred to as The Console, is written in a dialect of Lisp called Scheme. Users familiar with Scheme will be able to use the interpretive capabilities of the …

  9. FLUENT scheme language -- CFD Online Discussion Forums

    Oct 20, 2004 · I'd like to learn more about using the Scheme language with Fluent in the journal file. Unfortunately the Fluent user's guide does not contain all the command I could use.

  10. An Introduction to Scheme and its Implementation - Introduction

    If you're fluent in concepts of programming languages, and especially if you've programmed in Lisp, you may be able to breeze through this chapter to get a sense of what Scheme is about.