GetAnalysisDetails

<< Click to Display Table of Contents >>

Navigation:  Flexcom > Theory > Postprocessing > Custom Postprocessing > Database Access Routines > Database Access Routines >

GetAnalysisDetails

Previous pageNext page

GetAnalysisDetails

Returns the analysis name/title, gravity constant and two flags indicating if this is a static analysis and if the time-step is fixed or variable.

Syntax

Value = GetAnalysisDetails( 

  static_flag,

  fixed_tstep,

  gravity,

  analysisname)

 

Description of arguments

Argument

Description

static_flag

Flag to indicate if this is a static analysis or not. Integer scalar (output)

1 – static analysis

0 – otherwise

fixed_tstep

Flag to indicate if a fixed time-step was used. Integer scalar (output)

1 – fixed time-step

0 – variable time-step

gravity

Gravity Constant. Real scalar (output)

analysisname

Analysis name/title. Character string (output)

 

Return Value

Value

Description

0

Successful

A positive value

Minimum length of the character string to be allocated before calling this function. Nothing is transfered in the string. Set the length of the character string at least of the returned value and call this function again.