|
124 | 124 | $<0$ : an internal node with constraints, the value is
|
125 | 125 | \newline\mbox{}\hskip24pt a binary coding of the fixed DOFs \\
|
126 | 126 | \hline
|
127 |
| - \texttt{x y z} & Real & Global nodal coordinates \\ |
| 127 | + \texttt{x y z} & Real & Global nodal coordinates \\ |
128 | 128 | \hline
|
129 | 129 | \end{tabular}
|
130 | 130 |
|
|
204 | 204 | \{\tt VDETAIL vid\} in addition to the property references listed.}
|
205 | 205 |
|
206 | 206 | \Note{The elements {\tt BUSH} and {\tt CMASS} may exist without any associated
|
207 |
| - properties ({\tt PBUSHCOEFF} and {\tt PMASS} , respectively) |
| 207 | + properties ({\tt PBUSHCOEFF} and {\tt PMASS}, respectively) |
208 | 208 | in the \File{.ftl} file.
|
209 |
| - Such elements are created automatically by Fedem during modeling, e.g., |
210 |
| - when a mechanism joint is attached to a slave FE node in a part (see |
211 |
| - \refSection{attaching-and-detaching-elements}{Attaching and detaching elements}). |
212 |
| - When the Fedem Reducer encounters such property-less elements, some |
213 |
| - stiffness/mass properties are computed automatically for these elements |
214 |
| - based on the assembled stiffness/mass matrix of the whole part, such that |
215 |
| - the element can be regarded as nearly mass-less and rigid. Refer to the |
216 |
| - \FedemTGuide{Appendix A, "Finite Element library"} for details on this computation.} |
| 209 | + Such elements are created automatically by Fedem during modeling, |
| 210 | + e.g., when a mechanism joint is attached to a dependent FE node in a part |
| 211 | + (see \refSection{attaching-and-detaching-elements} |
| 212 | + {Attaching and detaching elements}). |
| 213 | + When the Fedem Reducer encounters such property-less elements, |
| 214 | + some stiffness/mass properties are computed automatically for these elements |
| 215 | + based on the assembled stiffness/mass matrix of the whole part, |
| 216 | + such that the element can be regarded as nearly mass-less and rigid. |
| 217 | + Refer to the \FedemTGuide{Appendix A, "Finite Element library"} |
| 218 | + for details on this computation.} |
217 | 219 |
|
218 | 220 | Parameters for element statements are given in the table below.
|
219 | 221 |
|
|
293 | 295 | \hline
|
294 | 296 | {\tt $G$} & Real & Shear modulus (used by beam elements only) \\
|
295 | 297 | \hline
|
296 |
| - $\nu$ & Real & Poisson’s ratio \\ |
| 298 | + $\nu$ & Real & Poisson’s ratio \\ |
297 | 299 | \hline
|
298 |
| - $\rho$ & Real & Material density \\ |
| 300 | + $\rho$ & Real & Material density \\ |
299 | 301 | \hline
|
300 | 302 | \end{tabular}
|
301 | 303 |
|
|
563 | 565 | {\tt rid} & Integer & Rigid body property identifier \\
|
564 | 566 | \hline
|
565 | 567 | {\tt cm} & Integer & Component numbers of the dependent DOFs in
|
566 |
| - the part coordinate system at all slave nodes of |
| 568 | + the part coordinate system at all dependent nodes of |
567 | 569 | the rigid element \\
|
568 | 570 | \hline
|
569 | 571 | \end{tabular}
|
|
579 | 581 | \hline\hline
|
580 | 582 | {\tt wid} & Integer & Weighted averaged motion property identifier \\
|
581 | 583 | \hline
|
582 |
| - {\tt rc} & Integer & Component numbers of the dependent DOFs at the slave |
583 |
| - node of the weighted average motion element. \\ |
| 584 | + {\tt rc} & Integer & Component numbers of the dependent DOFs \newline |
| 585 | + at the reference node of the weighted average motion |
| 586 | + element\footnote{ |
| 587 | + The {\tt rc} parameter can also have a negative value. |
| 588 | + This is used to flag that the weights {\tt wij} are to |
| 589 | + be interpreted as direct coefficients associated with |
| 590 | + each DOF of the independent node, like for MPC entries |
| 591 | + int Nastran bulk data files.}. \\ |
584 | 592 | \hline
|
585 |
| - {\tt xi} & Integer & Row index into the weighting matrix for local |
586 |
| - DOF $i$ at the slave node \\ |
| 593 | + {\tt xi} & Integer & Row index into the weighting matrix for local DOF $i$ |
| 594 | + of the reference (dependent) node \\ |
587 | 595 | \hline
|
588 |
| - {\tt wij} & Real & Weight factor at master node $j$ for the element, |
589 |
| - for all slave DOFs whose row index equals $i$ \\ |
| 596 | + {\tt wij} & Real & Weight factor (or scaling coefficient if ${\tt rc}<0$) |
| 597 | + for independent node $j$ for the element, |
| 598 | + for all dependent DOFs whose row index equals $i$ \\ |
590 | 599 | \hline
|
591 | 600 | \end{tabular}
|
592 | 601 |
|
|
643 | 652 | \end{tabular}
|
644 | 653 |
|
645 | 654 |
|
646 |
| -\SubSection{Strain Coat Elements}{strain-coat-lements} |
| 655 | +\SubSection{Strain Coat Elements}{strain-coat-elements} |
647 | 656 |
|
648 | 657 | Four strain coat element types are supported, where the type names
|
649 | 658 | reflect the number of element nodes. The \File{.ftl} syntax is as follows:
|
|
853 | 862 | {\tt ASET1} & Same as ASET \\\hline
|
854 | 863 | {\tt SPC} & See below \\\hline
|
855 | 864 | {\tt SPC1} & See below \\\hline
|
| 865 | + {\tt MPC} & See below \\\hline |
856 | 866 | \end{tabular}
|
857 | 867 |
|
858 | 868 | \Note{For the {\tt PBARL}/{\tt BPEAML} entries,
|
|
870 | 880 | editing the \File{.ftl} file created in the \File{link\_DB} directory when
|
871 | 881 | the model is saved.}
|
872 | 882 |
|
873 |
| -\Note{If the Poisson's ratio in the MAT1 bulk entry is not given or is outside |
874 |
| - the valid range {\rm[0, 0.5\textgreater}, but the shear modulus is given, |
875 |
| - the Poisson's ratio will be derived from the Young's modulus and the |
876 |
| - shear modulus, through the expression $\nu=E/2G-1$, if that yields a |
877 |
| - value within the valid range.} |
| 883 | +\Note{If the Poisson's ratio in the {\tt MAT1} bulk entry is not given |
| 884 | + or is outside the valid range {\rm[0, 0.5\textgreater}, |
| 885 | + but the shear modulus is given, then the Poisson's ratio will be derived |
| 886 | + from the Young's modulus and the shear modulus, |
| 887 | + through the expression $\nu=E/2G-1$, |
| 888 | + if that yields a value within the valid range.} |
878 | 889 |
|
879 | 890 | \Note{The {\tt SPC} (and {\tt SPC1}) bulk entry is used to specify fixed DOFs in
|
880 | 891 | FE nodes and is an alternative to specify the node as external and constrain
|
881 |
| - it on the system level. Non-zero prescribed values are h owever treated as |
| 892 | + it on the system level. Non-zero prescribed values are however treated as |
882 | 893 | zero in Fedem (always fixed).}
|
883 | 894 |
|
| 895 | +\Note{The {\tt MPC} bulk entries (multi-point-constraints) will be converted |
| 896 | + into {\tt WAVGM} elements when the Nastran file is imported, typically one |
| 897 | + such element will represent all MPCs referring to the same dependent node. |
| 898 | + The {\tt PWAVGM} property associated with the {\tt WAVGM} element will then |
| 899 | + contain the coefficients of the linear constraint equation directly instead |
| 900 | + of nodal weighting factors of an {\tt RBE3} element. |
| 901 | + This is flagged by a negative dependent DOFs flag ({\tt rc}).} |
884 | 902 | \clearpage
|
885 | 903 |
|
886 | 904 |
|
|
896 | 914 | \rowcolor[HTML]{EFEFEF} SESAM keyword & Comments \\
|
897 | 915 | \hline\hline
|
898 | 916 | {\tt BELFIX} & \\\hline
|
899 |
| - {\tt BLDEP} & \\\hline |
| 917 | + {\tt BLDEP} & Converted to WAVGM elements \\\hline |
900 | 918 | {\tt BNBCD } & Only the {\sl Fixed}(1) and {\sl Free}(0) status codes are \\
|
901 | 919 | & considered in Fedem. Other values are ignored. \\\hline
|
902 | 920 | {\tt BNMASS} & \\\hline
|
|
0 commit comments