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

Data type representing a sensor object. More...

Collaboration diagram for sensortypemodule::sensortype:
Collaboration graph
[legend]

Public Attributes

type(idtypeid
 General identification data. More...
 
integer type
 Object type to be measured. More...
 
integer entity
 Result quantity type to be measured. More...
 
integer system
 Global/local flag for measured quantity. More...
 
integer dof
 Local dof index of measured quantity. More...
 
integer index
 Index to the measured object. More...
 
integer index2
 Index to 2nd measured object for relative sensors. More...
 
real(dp), pointer value
 Pointer to current sensor value. More...
 
logical allocvalue
 If .true., the value is allocated. More...
 

Detailed Description

Data type representing a sensor object.

Member Data Documentation

◆ allocvalue

logical sensortypemodule::sensortype::allocvalue

If .true., the value is allocated.

◆ dof

integer sensortypemodule::sensortype::dof

Local dof index of measured quantity.

◆ entity

integer sensortypemodule::sensortype::entity

Result quantity type to be measured.

◆ id

type(idtype) sensortypemodule::sensortype::id

General identification data.

◆ index

integer sensortypemodule::sensortype::index

Index to the measured object.

◆ index2

integer sensortypemodule::sensortype::index2

Index to 2nd measured object for relative sensors.

◆ system

integer sensortypemodule::sensortype::system

Global/local flag for measured quantity.

◆ type

integer sensortypemodule::sensortype::type

Object type to be measured.

◆ value

real(dp), pointer sensortypemodule::sensortype::value

Pointer to current sensor value.


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