FEDEM Solver  R8.0
Source code of the dynamics solver
Public Attributes | List of all members
springtypemodule::springyieldtype Type Reference

Data type representing a spring yield object. More...

Collaboration diagram for springtypemodule::springyieldtype:
Collaboration graph
[legend]

Public Attributes

type(idtypeid
 General identification data. More...
 
type(yieldlimittypepos
 Yield force limit on tension. More...
 
type(yieldlimittypeneg
 Yield force limit on compression. More...
 
logical hasdeflectionmax
 Max yield deflection activation flag. More...
 
real(dp) deflectionmax
 Max yield deflection before failure. More...
 

Detailed Description

Data type representing a spring yield object.

Member Data Documentation

◆ deflectionmax

real(dp) springtypemodule::springyieldtype::deflectionmax

Max yield deflection before failure.

◆ hasdeflectionmax

logical springtypemodule::springyieldtype::hasdeflectionmax

Max yield deflection activation flag.

◆ id

type(idtype) springtypemodule::springyieldtype::id

General identification data.

◆ neg

type(yieldlimittype) springtypemodule::springyieldtype::neg

Yield force limit on compression.

◆ pos

type(yieldlimittype) springtypemodule::springyieldtype::pos

Yield force limit on tension.


The documentation for this type was generated from the following file: