Skip to content

Commit ec222ae

Browse files
authored
Merge pull request #7 from openfedem/update-appendices
Documentation updates for R8.0.8
2 parents b062212 + c0c2ffd commit ec222ae

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

src/UsersGuide/beta_feature_doc.tex

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -399,22 +399,26 @@
399399
Browser dialog box, see \refSection{object-browser}{Object Browser}.}
400400

401401

402-
\SubSection{Time-dependent stiffness scaling}
402+
\SubSection{Time-dependent stiffness and mass scaling}
403403
{time-dependent-stiffness-scaling}
404404

405-
The stiffness matrix of a Beam element can be adjusted using a time- or
406-
state-dependent scale function through the description field command:
405+
The stiffness- and mass matrix of a Beam element can be adjusted using
406+
time- or state-dependent scale functions through the following
407+
description field commands:
407408

408409
\LinkFormatText{\#StiffScaleEngine \Variable{id}}
409410

411+
\LinkFormatText{\#MassScaleEngine \Variable{id}}
412+
410413
\noindent
411414
The {\tt\Variable{id}} is the base ID of the desired scaling function.
412415

413-
The same command can also be applied on Generic Parts. However, it is not
414-
recommended to use it on FE Parts if you also are going to perform stress
415-
recovery on that part. This is because the displacement recovery operator,
416-
calculated during the FE Part reduction, does not account for the stiffness
417-
scaling factor such that the calculation of internal deformation and stresses
416+
The same commands can also be applied on FE- and Generic Parts.
417+
However, it is not recommended to use stiffness scaling on FE Parts
418+
if you also are going to perform stress recovery on that part.
419+
This is because the displacement recovery operator, calculated during
420+
the FE Part reduction, does not account for the stiffness scaling factor
421+
such that the calculation of internal deformation and stresses then
418422
will be incorrect.
419423

420424

src/UsersGuide/cmd_line_options.tex

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -991,8 +991,6 @@
991991
\hline
992992
\texttt{-linkfile} & Name of FE data file & \\
993993
\hline
994-
\texttt{-littleEndian} & Use Little Endian formatting of DAC files & \texttt{- (false)\tnote{1}} \\
995-
\hline
996994
\texttt{-loga1} & Parameter log(a1) of the S-N curve & \texttt{15.117} \\
997995
\hline
998996
\texttt{-loga2} & Parameter log(a2) of the S-N curve & \texttt{17.146} \\
@@ -1009,12 +1007,9 @@
10091007
\hline
10101008
{\tt-rosfile} & Name of strain rosette input file & \\
10111009
\hline
1010+
{\tt -samfile} & Name of SAM data file & \\
1011+
\hline
10121012
\end{tabular}
1013-
\begin{tablenotes}
1014-
\item[1] { This is the default value on UNIX platforms. On Windows, the default is + (true).
1015-
Thus, the default formatting of the DAC files will be suitable for the platform the
1016-
recovery is run on.}
1017-
\end{tablenotes}
10181013
\end{threeparttable}
10191014

10201015
% second page strain rosette recovery options
@@ -1025,8 +1020,6 @@
10251020
\rowcolor[HTML]{EFEFEF}
10261021
\rule{0pt}{15pt}Cmd-line option & Description & Default \\
10271022
\hline\hline
1028-
\texttt{-samfile} & Name of SAM data file & \\
1029-
\hline
10301023
\texttt{-statm} & Start time & \texttt{0} \\
10311024
\hline
10321025
\texttt{-stotm} & Stop time & \texttt{1} \\

0 commit comments

Comments
 (0)