AcuSolve
AcuSolve

2021

  1. Home
  2. AcuConsole Customization Manual

    Customization of AcuConsole allowing you to improve your particular workflow.

  3. Miscellaneous Functions
  4. DeleteGeom ()

    Delete geometry.

  • What's New
  • Get Started
  • Tutorials
  • AcuSolve Training Manual
  • AcuSolve Validation Manual
  • AcuSolve Command Reference Manual
  • AcuSolve Programs Reference Manual
  • AcuSolve User-Defined Functions Manual
  • AcuConsole Mesh Generation Manual
  • AcuConsole Customization Manual
  • AcuTrace Command Reference Manual
  • AcuTrace User-Defined Functions Manual
  • AcuFieldView User Guide
  • AcuReport Reference Manual
  • AcuSolve Surface Processing
Index
AcuSolve

2021

AcuSolve
  • What's New

    View new features for AcuSolve 2021.

  • Get Started

    AcuSolve is a leading general purpose CFD solver that is capable of solving the most demanding industrial and scientific applications.

  • Tutorials

    Discover AcuSolve functionality with interactive tutorials.

  • AcuSolve Training Manual

    Introduction of background knowledge regarding flow physics and CFD as well as detailed information about the use of AcuSolve and what specific options do.

  • AcuSolve Validation Manual

    Collection of AcuSolve simulation cases for which results are compared against analytical or experimental results to demonstrate the accuracy of AcuSolve results.

  • AcuSolve Command Reference Manual

    AcuSolve command descriptions and corresponding examples.

  • AcuSolve Programs Reference Manual

    AcuSolve utility programs covering preparatory and post-processing as well as user-defined functions and utility scripts.

  • AcuSolve User-Defined Functions Manual

    Customization of AcuSolve allowing you to customize certain capabilities of the solver.

  • AcuConsole Mesh Generation Manual

    Instruction of the mesh generation capability in AcuConsole, a GUI based pre-processor for AcuSolve.

  • AcuConsole Customization Manual

    Customization of AcuConsole allowing you to improve your particular workflow.

    • General Structure

      AcuConsole has three main windows including the Data Tree, panel and the visualization window.

    • Main File

      Any number of custom user panels may be written. For each user panel, a tree item must be created. These are referred to as leave node tree items.

    • User Panels

      Each user panel must have an open function, containing the menu definitions, and a call to TreeItem(), to place an item on the Data Tree and hook it up to the panel function. In addition, it may contain any number of supporting functions and operations, including data initialization.

    • Standard Database Nodes

      The custom user panels may access and update any parameter in the database.

    • User Panel Example

      The following is an example of a simple user panel for simplifying a StaticMixer specification. For clarity, help arguments are omitted.

    • Set Command's Parameters (cmdSetXXX( ) )

      There are general functions written for each panel command to set the command's parameters to their default values and put the valid values in the database according to the defined path.

    • Database Access Functions
    • Registration Functions
    • Database Functions
    • Menu Functions
    • AcuSolve Input Functions
    • Data Tree Functions
    • Grouping Functions
    • Vis Window Functions
    • Miscellaneous Functions
      • AddUsrVar ()

        Add new variable through customized code.

      • Cad2Geom ()

        Convert CAD to discrete geometry.

      • ClodeDb ()

        Close the data base.

      • DeleteGeom ()

        Delete geometry.

      • DeleteMesh ()

        Delete mesh.

      • EdgDisplay ()

        Set the options for edge "Display."

      • ExecExtFunc ()

        Executes an extra function defined by you.

      • Exit ()

        Store all application settings, release resources, and finally close the application.

      • GetMainFlgs ()

        Return the geom_flag, mesh_flag and result_flag flags and current problem mode.

      • Include ()

        Run a panel file which is given as arguments to this function.

      • Mesh2Geom ()

        Convert mesh to discrete geometry.

      • NewDb ()

        Create and open a new data base.

      • OpenDb ()

        Open an existing data base.

      • ShowMeshCnn ()

        Highlight the mesh connectivity represented by item.

      • ShowMeshEdg ()

        Highlight a mesh edge.

      • ShowMeshPbc ()

        Highlight a mesh Pbc.

      • ShowMeshSrf ()

        Highlight the mesh surface represented by item.

      • ShowMeshZone ()

        Show different mesh zones for an item.

      • SrfDisplay ()

        Set the options for surface display.

      • SrfLayout ()

        Get a set of surface layout information.

      • VolDisplay ()

        Set the options for volume display.

      • VolLayout ()

        Get a set of volume layout information.

      • UpdItemColor ()

        Set the new items (model childs) color when the color scheme is set to Feature.

    • Tools
    • Process Automation
    • AcuDialog

      AcuDialog is a Python module that provides a dialog with different types of menus on it.

    • AcuDialog Menu Functions
  • AcuTrace Command Reference Manual

    Commands of AcuTrace, a particle tracer that runs as a post-processor to or a co-processor with AcuSolve.

  • AcuTrace User-Defined Functions Manual

    Instructions to define additional solution quantities of AcuTrace called user equations.

  • AcuFieldView User Guide

    Usage of AcuFieldView, an OEM version of Intelligent Light’s FieldView post-processing software.

  • AcuReport Reference Manual

    Instruction of the AcuReport tool, a standalone post-processor batch tool used to generate a report from an AcuSolve solution database.

  • AcuSolve Surface Processing

View All Altair HyperWorks Help

AcuSolve
AcuSolve

2021

  1. Home
  2. AcuConsole Customization Manual

    Customization of AcuConsole allowing you to improve your particular workflow.

  3. Miscellaneous Functions
  4. DeleteGeom ()

    Delete geometry.

  • What's New
  • Get Started
  • Tutorials
  • AcuSolve Training Manual
  • AcuSolve Validation Manual
  • AcuSolve Command Reference Manual
  • AcuSolve Programs Reference Manual
  • AcuSolve User-Defined Functions Manual
  • AcuConsole Mesh Generation Manual
  • AcuConsole Customization Manual
  • AcuTrace Command Reference Manual
  • AcuTrace User-Defined Functions Manual
  • AcuFieldView User Guide
  • AcuReport Reference Manual
  • AcuSolve Surface Processing
Index

DeleteGeom ()

Delete geometry.

Usage

DeleteGeom( )

Parameters

None

Return Value

None

Errors

None

Description

This routine deletes geometry. For example,
DeleteGeom( )

(c) 2021. Altair Engineering Inc. All Rights Reserved.

Intellectual Property Rights Notice | Technical Support