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

Data type representing a yield force limit. More...

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

Public Attributes

logical active
 Yield limit activation flag. More...
 
real(dp), dimension(2) ysf
 Yield limit scaling factors. More...
 
type(enginetype), pointer engine
 Function for varying yield limit. More...
 
real(dp) yieldlimit
 Current yield limit, = ysf(1) + ysf(2)*engine. More...
 

Detailed Description

Data type representing a yield force limit.

Member Data Documentation

◆ active

logical springtypemodule::yieldlimittype::active

Yield limit activation flag.

◆ engine

type(enginetype), pointer springtypemodule::yieldlimittype::engine

Function for varying yield limit.

◆ yieldlimit

real(dp) springtypemodule::yieldlimittype::yieldlimit

Current yield limit, = ysf(1) + ysf(2)*engine.

◆ ysf

real(dp), dimension(2) springtypemodule::yieldlimittype::ysf

Yield limit scaling factors.


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