PROCESSCONTROL

Program Sequence Control

Description:

Controls program operation by allowing selective execution of specific modules and functions.

Format:

PROCESSCONTROL(module/function) = control command

Control Command Definition
EXECUTE Execute module or function and continue program execution.
TERMINATE Execute module or function and terminate program execution.
SKIP Skip module or function and continue program execution.
HALT Skip module or function and terminate program execution.
Module/Function Type Definition
CPASPRCS Module Component Assembly Processor Module.
DFRSPRCS Module Direct Frequency Response Processor Module.
DTRSPRCS Module Direct Transient Response Processor Module.
EIGVPRCS Module Eigenvalue Processor Module.
GEOMPRCS Module Geometry Processor Module.
INSTPRCS Module Initial Stress Processor Module.
MCEGPRCS Module Modal Complex Eigenvalue Processor Module.
MFRSPRCS Module Modal Frequency Response Processor Module.
MTRDPRCS Module Matrix Reduction Processor Module.
MTRSPRCS Module Modal Transient Response Processor Module.
NLINPRCS Module Nonlinear Static Solution Processor Module.
NLTHPRCS Module Nonlinear Transient Heat Solution Processor Module.
NLTRPRCS Module Nonlinear Transient Response Solution Processor Module.
RSLTPRCS Module Results Processor Module.
SEASPRCS Module Superelement Assembly Processor Module.
SOLNPRCS Module Solution Processor Module.
TRSLMODL Module Model Translator Module.
AASETMOD Function Matrix ASET reduction.
AEPSILON Function Solution error estimation calculation.
AFACTOR Function Stiffness matrix factorization.
AMLS Function AMLS eigenvalue extraction.
AMPCMOD Function Matrix multipoint constraint modification.
AQSETMOD Function Matrix QSET reduction.
ASOLUTN Function Solution for displacement vector.
ASSEMBLA Function Global stiffness matrix assembly.
ASSEMBLB Function Global mass matrix assembly.
ASSEMBLC Function Global differential stiffness matrix assembly.
ASSEMBLD Function Prescribed non-zero SPC vector assembly.
ASSEMBLF Function Transient load vector assembly.
ASSEMBLG Function Frequency load vector assembly.
ASSEMBLH Function Global capacitance matrix assembly.
ASSEMBLN Function Nonlinear transient load vector assembly.
ASSEMBLQ Function Modal damping matrix assembly.
ASSEMBLR Function Static load vector assembly.
ASSEMBLT Function Global tangent stiffness matrix assembly.
ASSEMBLU Function Direct enforced motion transient load vector assembly.
ASSEMBLV Function Direct enforced motion frequency load vector assembly.
ASSEMBLW Function Global damping matrix assembly.
AUTOBPDB Function Automated global mass matrix SPC.
AUTOSPCA Function Automated global stiffness matrix SPC.
CNE2FASCI Function Femap complex ASCII results file translator.
CNE2FBIN Function Femap complex binary results file translator.
DASETMOD Function Displacement vector ASET expansion.
DMPCMOD Function Multipoint constraint displacement calculation.
DSOLUTN Function Dynamic differential equation solution.
ELEMRSLT Function Element and grid point results generation.
GPFRSLT Function Element grid point force generation.
INITEIGV Function Eigenvalue extraction initialization parameter determination.
INITNLND Function Nonlinear solution initialization parameter determination.
LANCZOS Function Lanczos eigenvalue extraction.
NE2FASCI Function Femap ASCII results file translator.
NE2FBIN Function Femap binary results file translator.
NE2OP2 Function Nastran binary results file translator.
PASETMOD Function Load vector ASET reduction.
PMPCMOD Function Load vector multipoint constraint modification.
RESEQ Function Stiffness matrix profile minimization.
RESVECT Function Residual vector generator.
RMPCMOD Function Multipoint constraint force calculation.
RSLTLIM Function Results limits generation.
RSOLUTN Function Single point constraint force calculation.
SPCA Function User defined global stiffness matrix SPC.
SUBSPACE Function Subspace eigenvalue extraction.
UNRESEQ Function Unresequences model database grid point labels.
UPDTDISP Function Nonlinear incremental global displacement vector update.
UPDTGEOM Function Nonlinear geometry update.
UPDTSTRN Function Nonlinear stress, strain, and internal force update.
Remarks:
  1. Incorrect use of this directive may produce unpredictable and erroneous results.