OpenSTAAD V8i

Command.PerformPDeltaAnalysisNoConverge

Performs a second order, P-Delta analysis of the current structure and produce output with specified print option. Here, the program will perform the specified number of iterations whether or not the solution converges.

VB Syntax

Command.PerformPDeltaAnalysisNoConvergeNumberOfIteration, PrintOption

Where:

NumberOfIteration

An integer variable, which specify the no of iteration to be performed.

PrintOption

An integer variable, which specifies your choice of print command with P-Delta analysis command. The values may vary as:

0 = No Print

1 = Print Load Data

2 = Print Statics Check

3 = Print Statics Load

4 = Print Mode Shapes

5 = Print Both

6 = Print All

VB Example

Dim intNumberOfIteration as Integer
Dim intPrintOption as Integer
intNumberOfIteration = 25
intPrintOption = 0
'Get the application object --
'P-Delta Analysis no Converge
objOpenSTAAD.Command.PerformPDeltaAnalysisNoConverge intNumberOfIteration,  intPrintOption

Reference Materials

Analyze

Command.PerformAnalysis

Command.PerformPDeltaAnalysisConverge