Analysis Operators

 
 
  • bucklingfactors (Case: StaticSolution)
    Computes a list of buckling factors.
    Example
    Bucklingfactors.1=BucklingFactors("Finite Element Model\Buckling Case Solution.1")

 

 
  • dispmax (Case: StaticSolution)
    Computes the nodal maximum displacement.
    Example
    length.1=dispmax("Finite Element Model\Static Case Solution.1")

 

 
  • energy (Case: StaticSolution)
    Computes the global energy in a static case solution.
    Example
    energy.1=energy("Finite Element Model\Static Case Solution.1")

 

 
  • frequencies (Case: StaticSolution)
    Computes all the frequencies.
    Example
    FrequenciesList.1=Frequencies("Finite Element Model\Frequencies Case Solution.1")

 

 
  • frequency (Case: StaticSolution, Number: Integer)
    Computes a given frequency.
    Example
    Frequency.1=Frequency("Finite Element Model\Frequency Case Solution.1")

 

 
  • globalerror (Case: StaticSolution)
    Computes the global error percentage of a static case.
    Example
    percentage.1=globalerror("Finite Element Model\Static Case Solution.1")

 

 
  • misesmax (Case: StaticSolution)
    Computes the maximum value of the nodal VonMises stress.
    Example
    misesmax.1=misesmax("Finite Element Model\Static Case Solution.1")

 

 
  • reaction (Entity: EntityForReaction, Case: StaticSolution, Axis:Axis System))
    Computes reactions on connections or boundary conditions.