-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
MPC.html
6 lines (5 loc) · 2.24 KB
/
MPC.html
1
2
3
4
5
6
<html><head><link rel="stylesheet" type="text/css" href="style.css"/></head><body> <H2> <BR> *MPC </H2> <P> Keyword type: model definition <P> With this keyword card a multiple point constraint is defined, usually a nonlinear one. Right now, four different MPC's can be selected. <P> <UL> <LI>A plane MPC (name PLANE). This MPC specifies that all nodes listed within this MPC card should stay in a plane. The first three nodes are the defining nodes and should not lie on a line. For all subsequent nodes a nonlinear MPC is generated expressing that they stay within the plane. Notice that the plane can move during deformation, depending on the motion of the defining nodes. <P> </LI> <LI>A straight line MPC (name STRAIGHT). This MPC expresses that all nodes listed within this MPC card should stay on a straight line. The first two nodes are the defining nodes and should not coincide. For all subsequent nodes two nonlinear MPC's are generated expressing that they stay on the straight line. Notice that the straight line can move during deformation, depending on the motion of its defining nodes. <P> </LI> <LI>A beam MPC (name BEAM). This MPC involves exactly two nodes the distance between which is kept constant during the calculation. <P> </LI> <LI>A user MPC (name to be defined by the user). With this option the user can define new nonlinear MPC's. Examples are given in Section 8.7, e.g. the mean rotation MPC. </LI> </UL> <P> A *MPC card automatically triggers the NLGEOM parameter, i.e. a geometrically nonlinear calculation is performed, except if the MPC is a mean rotation MPC. <P> There are no parameters for this keyword card. <P><P> <BR> <P> First line: <UL> <LI>*MPC </LI> </UL> <P> Second line: <UL> <LI>MPC name </LI> <LI>list of nodes participating in the MPC: maximum 15 entries. Zero entries are discarded. </LI> </UL> <P> Following lines (as many as needed): <UL> <LI>list of nodes participating in the MPC: maximum 16 entries. Zero entries are discarded. </LI> </UL> <P> <PRE>
Example:
*MPC
PLANE,3,8,15,39,14
</PRE> <P> specifies that nodes 3, 8, 15, 39 and 14 should stay in a plane. The plane is defined by nodes 3, 8 and 15. They should not be co-linear. <P> <P><P> <BR> Example files: beammr, beamplane, beamstraight. <P> </body></html>