prscontrol#
- AnalysisOptions.prscontrol(key='', **kwargs)#
Specifies whether to include pressure load stiffness in the element stiffness formation.
Mechanical APDL Command: PRSCONTROL
- Parameters:
- key
str Pressure load stiffness key. In general, use the default setting. Use a non-default setting only if you encounter convergence difficulties. Pressure load stiffness is automatically included when using eigenvalue buckling analyses ( antype,BUCKLE), equivalent to
Key= INCP. For all other types of analyses, valid arguments forKeyare:NOPL- Pressure load stiffness not included for any elements.(blank) (default)- Include pressure load stiffness for elementsSURF153,SURF154,SURF156,SURF159,SHELL181,PLANE182,PLANE183,SOLID185,SOLID186,SOLID187,SOLSH190,BEAM188,BEAM189,FOLLW201,SHELL208,SHELL209,SOLID272,SOLID273,SHELL281,SOLID285,PIPE288,PIPE289, andELBOW290.
- key
Notes
This command is rarely needed. The default settings are recommended for most analyses.