MBDyn-1.7.3
|
#include <limits>
#include <iostream>
#include <iomanip>
#include <cfloat>
#include <cassert>
#include <cmath>
#include <dataman.h>
#include <userelem.h>
#include "module-hydrodynamic_plain_bearing.h"
#include "hydrodynamic_plain_bearing_force.h"
Go to the source code of this file.
Classes | |
class | HydrodynamicPlainBearing |
struct | HydrodynamicPlainBearing::OutputOpt |
Macros | |
#define | CASE_GAUSS_POINT_NUM_(num) |
Functions | |
bool | hydrodynamic_plain_bearing_set (void) |
int | module_init (const char *module_name, void *pdm, void *php) |
This function registers our user defined element for the math parser. More... | |
#define CASE_GAUSS_POINT_NUM_ | ( | num | ) |
Referenced by HydrodynamicPlainBearing::HydrodynamicPlainBearing().
bool hydrodynamic_plain_bearing_set | ( | void | ) |
Definition at line 1094 of file module-hydrodynamic_plain_bearing.cc.
References SetUDE().
Referenced by module_init().
int module_init | ( | const char * | module_name, |
void * | pdm, | ||
void * | php | ||
) |
This function registers our user defined element for the math parser.
It is called when the "module load" statement appears in the input file.
Definition at line 1111 of file module-hydrodynamic_plain_bearing.cc.
References hydrodynamic_plain_bearing_set().