MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
module-hydrodynamic_plain_bearing.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool hydrodynamic_plain_bearing_set (void)
 

Function Documentation

bool hydrodynamic_plain_bearing_set ( void  )

Definition at line 1094 of file module-hydrodynamic_plain_bearing.cc.

References SetUDE().

Referenced by module_init().

1095 {
1097 
1098  if (!SetUDE("hydrodynamic_plain_bearing_with_offset", rf))
1099  {
1100  delete rf;
1101  return false;
1102  }
1103 
1104  return true;
1105 }
bool SetUDE(const std::string &s, UserDefinedElemRead *rude)
Definition: userelem.cc:97

Here is the call graph for this function: