Adb

Create an AcuDbAssist instance.

Usage

adb = Adb( problemName = None, dirName = None, runId = None )

Parameters

problemName (string)
Name of the problem.
dirName (string)
Name of the working directory.
runId (integer)
Run number.

Return Value

None

Errors

The working directory must exist and have the required information.

Description

This routine creates an AcuDbAssist instance, which is 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 adb problem is given by problemName and the working directory that includes the information of adb is given by dirName. For example,
adb = Adb( problemName = "pump",
                     dirName = "ACUSIM.DIR",
                     runId = 1 )