Home
last modified time | relevance | path

Searched refs:node_force (Results 1 – 3 of 3) sorted by relevance

/dports/cad/tochnog/Sources/Tochnog-Latest-jan-2014/
H A Dcontact.cc45 ddum[MNOL], *tar_coord=NULL, *node_force=NULL, in parallel_contact() local
71 node_force = get_new_dbl( MDIM ); in parallel_contact()
505 node_force[idim] = node_rhside[ipuknwn] * slip_dir[idim]; in parallel_contact()
508 array_size(node_force,ndim)>=0.5*contact_friction*normal_force ) { in parallel_contact()
521 pri( "node_force", node_force, ndim ); in parallel_contact()
628 delete[] node_force; in parallel_contact()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ServiceObjectsLib/
H A DMBSload.cpp620 void MBSLoad::GetRotatingForce(double& vali, int& node_force, int& node_ax1, int& node_ax2) in GetRotatingForce() argument
623 node_force = node_f; in GetRotatingForce()
781 void MBSLoad::SetRotatingForce(double vali, int node_force, int node_ax1, int node_ax2) in SetRotatingForce() argument
784 node_f = node_force; in SetRotatingForce()
1488 int node_force, node_ax1, node_ax2; in AddElementLoad() local
1490 GetRotatingForce(moment, node_force, node_ax1, node_ax2); in AddElementLoad()
1501 r = el->GetNodePos(node_force) - el->GetNodePos(node_ax1); in AddElementLoad()
1510 bo->GetNodedPosdqT(node_force, H); //$ DR 2011-04-14: spec_pos replaced by node_force in AddElementLoad()
1520 Vector2D r = p_ax - el->GetNodePos2D(node_force); in AddElementLoad()
1529 bo->GetNodedPosdqT(node_force, H); in AddElementLoad()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBS_Interface/
H A DMBSload.h140 virtual void GetRotatingForce(double& vali, int& node_force, int& node_ax1, int& node_ax2);
172 virtual void SetRotatingForce(double vali, int node_force, int node_ax1, int node_ax2);