Topic: Nodes numbering,L4axisymm element, coupling, etc
Hi, bp
I have several quetions to consult with you.
1) In the DofManager Records in the oofemInput.pdf, I saw "The numbering of individual dof managers is arbitrary, it could be even non-continuous." But, in domain.c I saw
if ( ( num < 1 ) || ( num > nnode ) ) {
_error2("instanciateYourself: Invalid dofManager number (num=%d)", num);
}
which means that the node numbers should ranges from 1 to nnode. This indicates that the node numbering should be continuous. Am I wrong?
2) Recently, I did an axisymmetric analysis. I applied an constant surface (line) load (in global coordinate) on the L4axisymm elements. But when assemling the global load vector, the L4axisymm elements seems to fail to take into account of the oriention of the loading surface. Can you check it?
3) If I want to couple the u,v,w displacements of three nodes, for example 1 2 3 (node 1 is master dofmanager), how should I document it in the data file? Using the masterMask key word?
Sincerely Yours.