ansys.mapdl.core.Mapdl.avprin#
- Mapdl.avprin(key='', effnu='', **kwargs)#
Specifies how principal and vector sums are to be calculated.
Mechanical APDL Command: AVPRIN
Command default:
Average components at common node before principal or vector sum calculation except for the von Mises equivalent strain (EQV), see below.
- Parameters:
- key
int
orstr
Averaging key:
0
- Average the component values from the elements at a common node, then calculate the principal or vector sum from the averaged components (default).1
- Calculate the principal or vector sum values on a per element basis, then average these values from the elements at a common node.
- effnu
str
Effective Poisson’s ratio used for computing the von Mises equivalent strain (EQV). This command option is intended for use with line elements or in load case operations ( lcoper ); the program automatically selects the most appropriate effective Poisson’s ratio, as discussed below.
- key
Notes
Selects the method of combining components for certain derived nodal results when two or more elements connect to a common node. The methods apply to the calculations of derived nodal principal stresses, principal strains, and vector sums for selects, sorts, and output ( nsel, nsort, prnsol, plnsol, etc.). The calculation of these nodal results excludes beam and pipe elements.
This command also defines the effective Poisson’s ratio (
EFFNU
) used for equivalent strain calculations. If you useEFFNU
, the default effective Poisson’s ratios shown below will be overridden for all elements by theEFFNU
value. To return to the default settings, issue the reset command. The default value forEFFNU
is:Poisson’s ratio as defined on the mp commands for EPEL and EPTH
0.5 for EPPL and EPCR
0.5 if the referenced material is hyperelastic
0.0 for line elements (includes beam, link, and pipe elements, as well as discrete elements), cyclic symmetry analysis, mode superposition analyses (with
MSUPkey
= YES on the mxpand command), and load case operations ( lcoper ).For multistage analysis, a value of
EFFNU
must always be specified.
If
EFFNU
is specified, the calculation of von Mises equivalent strain (EQV) is performed according to theKEY
setting. However, ifEFFNU
is not specified, or if the avprin command is not issued, the von Mises equivalent strain is calculated using the average of the equivalent strains from the elements at a common node (behavior ofKEY
=1) irrespective of the value of the averaging KEY.For a random vibration (PSD) analysis (for more details, see Review the Results
Issuing either avprin,0 or avprin,1 calculates the principal stresses using the appropriate averaging method. They are then used to determine SEQV. The output will have non-zero values for the principal stresses.
If avprin is not issued, the Segalman-Fulcher method is used to calculate SEQV. This method does not calculate principal stresses, but directly calculates SEQV from the component stresses; therefore, the output will have zero values for the principal stresses.
This command is also valid in POST26, where applicable.