Acs()
Load an .acs database file.
Usage
acs = Acs( fileName = None )
Parameters
- fileName (string)
- .acs database file name.
Return Value
- acs (database object)
- A DB instance
Description
acs = Acs()
View new features for AcuSolve 2020.1.
AcuSolve is a leading general purpose CFD solver that is capable of solving the most demanding industrial and scientific applications.
Discover AcuSolve functionality with interactive tutorials.
Introduction of background knowledge regarding flow physics and CFD as well as detailed information about the use of AcuSolve and what specific options do.
Collection of AcuSolve simulation cases for which results are compared against analytical or experimental results to demonstrate the accuracy of AcuSolve results.
AcuSolve command descriptions and corresponding examples.
AcuSolve utility programs covering preparatory and post-processing as well as user-defined functions and utility scripts.
Customization of AcuSolve allowing you to customize certain capabilities of the solver.
Instruction of the mesh generation capability in AcuConsole, a GUI based pre-processor for AcuSolve.
Customization of AcuConsole allowing you to improve your particular workflow.
Commands of AcuTrace, a particle tracer that runs as a post-processor to or a co-processor with AcuSolve.
Instructions to define additional solution quantities of AcuTrace called user equations.
Usage of AcuFieldView, an OEM version of Intelligent Light’s FieldView post-processing software.
Instruction of the AcuReport tool, a standalone post-processor batch tool used to generate a report from an AcuSolve solution database.
This module creates the .tex file based on the LaTex formatting system by using various methods that work on the report, such as addFigure, addSection and addTable.
The role of this module is to create an interface to the Acudb module for opening and extracting the last AcuSolve solution database, and transferring its data to the report and plotting them.
The role of this part is to create a module to facilitate transferring information from Acs (AcuConsole database file) to Report.
This module defines the curve method for drawing an interpolated curve and the plot method that plots the curve(s) into an image file.
The 3D plot part role is used to show and change the 3D visualization view of the problem.
The .rep file may look something like the example shown below.
Each program requires zero or more command-line options to run.
Load an .acs database file.
Get an array par value from the database.
Get a bool par value from database.
Get a list of child nodes.
Get a list of child pars.
Get a color par value from database.
Get a dictionary par value from database.
Get a directory par value from database.
Get an enum par value from database.
Get a file par value from database.
The content of the par is put in the file, and the name of the file is returned.
Get a font par value from database.
Get an integer par value from database.
Get a list par value from database.
Get a par value from the database.
Get a password par value from database.
Get a real par value from database.
Get a ref par value from database.
Get a refs par value from database.
Get a string par value from the database.
Get a tab par value from database.
Get a tarea par value from the database.
Get the type of the par value from the database.
Get par values from the database.
This module defines methods that get data from the database and adds them to the report (.tex) file and are used by the .rep file.
Display, transparency, transparency value, color, visibility, line width and point size of the "Surface actors", "Volume Actors", "PBC Actors", "NBC Actors", "Iso-Surface Actors" and "Cut-Plane Actors" can be set through the following functions.
Below are some useful tags in the LaTex formatting system.
Instruction of the AcuReport tool, a standalone post-processor batch tool used to generate a report from an AcuSolve solution database.
Load an .acs database file.
Load an .acs database file.
acs = Acs( fileName = None )
acs = Acs()
(c) 2020. Altair Engineering Inc. All Rights Reserved.