16.4. Elastic Orthotropic Shell Model
BEGIN PARAMETERS FOR MODEL ELASTIC_ORTHOTROPIC_SHELL
#
# required parameters
#
YOUNGS MODULUS RR = <real>
YOUNGS MODULUS SS = <real>
YOUNGS MODULUS TT = <real>
POISSONS RATIO RS = <real>
POISSONS RATIO ST = <real>
POISSONS RATIO TR = <real>
SHEAR MODULUS RS = <real>
SHEAR MODULUS RT = <real>
SHEAR MODULUS ST = <real>
END [PARAMETERS FOR ELASTIC_ORTHOTROPIC_SHELL]
The ELASTIC ORTHOTROPIC SHELL model describes the linear elastic response of an orthotropic material where the planar orientation of the principal material directions can be arbitrary. This material uses the shell section orthotropic alignment commands described in the Sierra/SM User Manual to define the local RST coordinate system.
The general 3D response of an orthotropic material is given above. For the shell model, the ABC coordinate system is replaced with the RST coordinate system. For plane stress the stiffness is calculated with the constraint that \(\sigma_{TT} = 0\). From this constraint the thickness strain, which is used to calculate the thickness change for the shell, is
and results in the following stiffness
where
In the above command blocks, all the following are required inputs.
Young’s modulus of the orthogonal R, S, and T axes are defined with the
YOUNGS MODULUS RR,YOUNGS MODULUS SSandYOUNGS MODULUS TTcommand lines.POISSONS RATIO RSdefines the strain in the S direction when the material is pulled in the R directionPOISSONS RATIO STdefines the strain in the T direction when the material is pulled in the S directionPOISSONS RATIO TRdefines the strain in the R direction when the material is pulled in the T directionThe shear moduli in each of shear directions are defined with the
SHEAR MODULUS RS,SHEAR MODULUS RT, andSHEAR MODULUS STcommand lines.
Error messages for the ELASTIC ORTHOTROPIC SHELL model concern input that results in a non-positive definite stiffness. The error messages, and their meanings, are
Model parameters chosen so that determinant of stiffness < 0
Model parameters chosen so that RS sub-determinant of stiffness < 0
Model parameters chosen so that ST sub-determinant of stiffness < 0
Model parameters chosen so that TR sub-determinant of stiffness < 0
Warning
In previous releases the ELASTIC_ORTHOTROPIC_SHELL model required input parameter POISSONS RATIO SR, which could have led to an inconsistent set of parameters. The model also previously did not require YOUNGS_MODULUS_TT, POISSONS RATIO ST, or POISSONS RATIO TR, which are now required parameters in the current version. For backward compatibility emph{only}, the original input syntax remains valid. However, the new behavior of the model is to ignore any input value of \(\nu_{SR}\) and compute it automatically as \(\nu_{SR} = \nu_{RS}(E_{SS}/E_{RR})\). If \(E_{TT}\) is not input, it is computed as \(E_{TT} = (E_{RR} + E_{SS})/2\) by default. If no value is input for \(\nu_{ST}\) or \(\nu_{TR}\), it will default to zero. For best results emph{all required values should be input} in future usages of this model.