Enum AnalysisType

Represents various types of analysis

Namespace: TSD.API.Remoting.Solver
Assembly: TSD.API.Remoting.dll
Syntax
public enum AnalysisType

Fields

Name Value Description
FEChaseDownFEChaseDown = 7

FE chase-down analysis

FirstOrderLinearFirstOrderLinear = 2

First order linear analysis

FirstOrderLinearStagedConstructionFirstOrderLinearStagedConstruction = 14

First order linear staged construction analysis

FirstOrderNonLinearFirstOrderNonLinear = 3

First order non-linear analysis

FirstOrderNonLinearStagedConstructionFirstOrderNonLinearStagedConstruction = 15

First order non-linear staged construction analysis

FirstOrderRsaSeismicFirstOrderRsaSeismic = 11

First order response spectrum seismic analysis

FirstOrderVibrationFirstOrderVibration = 8

First order vibration analysis

GrillageChaseDownGrillageChaseDown = 6

Grillage chase-down analysis

NoneNone = 1

None

SecondOrderBucklingSecondOrderBuckling = 9

Second order buckling analysis

SecondOrderLinearSecondOrderLinear = 4

Second order linear analysis

SecondOrderLinearStagedConstructionSecondOrderLinearStagedConstruction = 16

Second order linear staged construction analysis

SecondOrderNonLinearSecondOrderNonLinear = 5

Second order non-linear analysis

SecondOrderNonLinearStagedConstructionSecondOrderNonLinearStagedConstruction = 17

Second order non-linear staged construction analysis

SecondOrderRsaSeismicSecondOrderRsaSeismic = 12

Second order response spectrum seismic analysis

SeismicVibrationSeismicVibration = 10

Seismic vibration analysis

SequentialLoadingSequentialLoading = 13

Sequential loading analysis

UnknownUnknown = 0

Unknown analysis

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next