Writing Formulas

Members of Analysis

 

This task shows you how to manually create output values using Knowledgeware Formula command, instead of having them automatically created via a set called Sensors.

 

energy (Case: StaticSolution)
Computes the global energy in a static case solution.
Example
energy.1=energy("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")

 

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

 

reaction (`Finite Element Model\Clamp.1` ,`Finite Element Model\Static Case Solution.1` ,NULL,Force.1 ,Force.2 ,Force.3 ,Moment.1 ,Moment.2 ,Moment.3)
Computes reactions on connections or boundary conditions.

 

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

 

frequency (Case: FrequencySolution)
Computes a given frequency.
Example
Frequency.1=Frequency("Finite Element Model\Frequency Case Solution.1")

 

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

 

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

 

 
Back Up