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

Data type representing a general function object. More...

Collaboration diagram for functiontypemodule::enginetype:
Collaboration graph
[legend]

Public Attributes

type(idtypeid
 General identification data. More...
 
type(functiontype), pointer func
 Pointer to the function shape. More...
 
type(sensorptrtype), dimension(:), pointer args
 Function argument sensors. More...
 
character(len=ldesc_p) tag
 Object identification tag. More...
 
real(dp) value
 Current function value for save. More...
 
integer savevar
 Flag indicating save to frs. More...
 
logical isused
 Indicates that function is used. More...
 

Detailed Description

Data type representing a general function object.

Member Data Documentation

◆ args

type(sensorptrtype), dimension(:), pointer functiontypemodule::enginetype::args

Function argument sensors.

◆ func

type(functiontype), pointer functiontypemodule::enginetype::func

Pointer to the function shape.

◆ id

type(idtype) functiontypemodule::enginetype::id

General identification data.

◆ isused

logical functiontypemodule::enginetype::isused

Indicates that function is used.

◆ savevar

integer functiontypemodule::enginetype::savevar

Flag indicating save to frs.

◆ tag

character(len=ldesc_p) functiontypemodule::enginetype::tag

Object identification tag.

◆ value

real(dp) functiontypemodule::enginetype::value

Current function value for save.


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