2.11.1 Defining matrices

Product: Abaqus/Standard  

Overview

A matrix:

  • can be used to represent stiffness, mass, viscous damping, or structural damping for a part of the model or for the entire model;

  • is defined by giving it a unique name and by specifying matrix data, which may be scaled;

  • can be symmetric or unsymmetric;

  • can be given in text format in lower triangular, upper triangular, or square form or read from binary .sim files generated by the matrix generation procedure;

  • can be used to provide linear elastic response with large translations but not large rotations;

  • can be used in static and natural frequency extraction procedures;

  • can be used in matrix generation and substructure generation procedures;

  • can be used in transient modal dynamics, mode-based steady-state dynamics, subspace-based steady-state dynamics, random response, response spectrum, and complex eigenvalue extraction procedures that use the SIM architecture;

  • can have loads, boundary conditions, and constraints applied directly to any matrix nodal degrees of freedom;

  • can be used in submodeling analysis; and

  • cannot be used in direct steady-state dynamic or mode-based analyses that do not use the SIM architecture.

What is a matrix in Abaqus/Standard?

Designing complex models of structures like automobiles typically involves subcontracting the work on various parts. When the entire model has to be put together, information about the parts needs to be exchanged between different vendors. Often, to avoid the exchange of proprietary information, this information is exchanged in terms of matrices representing the stiffness, mass, and damping for each part. During an analysis these matrices are added to the corresponding global finite element matrices to complete the assembly of the entire model.

Abaqus/Standard provides the capability to input stiffness, mass, viscous damping, and structural damping matrices directly. You can define as many different matrices as are necessary to build the model.

Including matrices in a model

You must assign a name to the matrix to include it in the matrix usage model.

Input File Usage:          
*MATRIX INPUT, NAME=name

Specifying a matrix type

For matrices given in text format, you can specify the matrix type as symmetric (default) or unsymmetric. If symmetric, it can be entered as a lower triangular, upper triangular, or square matrix.

For matrices read from a .sim file, the matrix type is automatically set according to the matrix data stored on the SIM database.

Input File Usage:          Use one of the following options to specify the type for matrices given in text format:
*MATRIX INPUT, NAME=name, TYPE=SYMMETRIC
*MATRIX INPUT, NAME=name, TYPE=UNSYMMETRIC

Scaling the matrix data

You can define a multiplication scale factor for all matrix entries.

Input File Usage:          
*MATRIX INPUT, NAME=name, SCALE FACTOR=sval

Providing matrix data directly

You can specify data directly to define a symmetric matrix in lower triangular, upper triangular, or square format. For a square matrix to be symmetric, corresponding entries above and below the diagonal must have exactly the same values. You can specify data directly to define an unsymmetric matrix by providing data for each matrix entry.

Input File Usage:          
*MATRIX INPUT
row node label, degree of freedom for row node, column node label, degree of freedom for column node, matrix entry

Repeat this data line to specify data for each matrix entry.

Reading the matrix data in text format from an alternate file

Matrix data in text format can be contained in an alternate file. Typically, an alternate file is used for large matrices. To ensure acceptable performance, the data lines in the alternate file are read without extensive checking for data format. You should make sure that the data entries are specified in the proper format without any comments or blank lines. Matrix data output in text format can be generated in the matrix generation procedure (see Output” in “Generating matrices, Section 10.3.1).

Input File Usage:          
*MATRIX INPUT, NAME=name,  INPUT=input_file_name

Reading the matrix data from the SIM database

Matrix data in binary format can be read from the .sim file generated by the matrix generation procedure (see Introduction” in “Generating matrices, Section 10.3.1). The .sim file can contain stiffness, mass, viscous damping, and structural damping matrices. You specify each matrix to be read from the .sim file.

Input File Usage:          Use the following options:
*MATRIX INPUT, NAME=stif_name,  INPUT=sim_file_name,
MATRIX=STIFFNESS
*MATRIX INPUT, NAME=mass_name,  INPUT=sim_file_name,
MATRIX=MASS
*MATRIX INPUT, NAME=dmpv_name,  INPUT=sim_file_name,
MATRIX=VISCOUS DAMPING
*MATRIX INPUT, NAME=dmps_name,  INPUT=sim_file_name,
MATRIX=STRUCTURAL DAMPING

Defining the stiffness, mass, and damping with matrices included in a model

You can assemble the stiffness, mass, viscous damping, and structural damping matrices that you have specified into the corresponding global finite element matrices for the model. Many matrices with different names can be defined and assembled.

Input File Usage:          Use the following option to assemble matrices generated from the same original model:
*MATRIX ASSEMBLE, STIFFNESS=stif_name, MASS=mass_name, VISCOUS DAMPING=dmpv_name, 
STRUCTURAL DAMPING=dmps_name

To assemble matrices generated from different original models, repeat the *MATRIX ASSEMBLE option for each model.


Connecting a part of a model represented by matrices

A part of the model represented by user-defined matrices is connected to other parts and finite elements through shared nodes. You must define these nodes directly in the model (see Node definition, Section 2.1.1). In addition, there may be nodes that are used only by matrices but that are not shared. You do not need to define nodes that are not shared and have no loads, boundary conditions, or constraints associated with them; these nodes will be defined for you and placed at the origin of the global coordinate system.

Input File Usage:          Use the following option to define the shared nodes directly:
*NODE

Remapping user-defined nodes in assembled matrices

The nodes defined in the assembled matrices can be remapped (renamed) to different node labels in the matrix usage model. You must define all the new node labels in the matrix usage model, create a node set from them, and specify this node set when assembling the matrices. The size of the node set and the order of the nodes in the set must fully correspond to the combined set of nodes of all the matrices that are assembled. The matrix nodes are assumed to be sorted in ascending order of their original labels that were defined at generation or specified in the matrix data.

Input File Usage:          Use the following option to create a node set for the matrix nodes:
*NSET, NSET=nset_name, UNSORTED

Use the following option to assemble matrices with node remapping:

*MATRIX ASSEMBLE, STIFFNESS=stif_name, MASS=mass_name, VISCOUS DAMPING=dmpv_name, 
STRUCTURAL DAMPING=dmps_name, NSET=nset_name

Multiple instantiation of matrices

With the node remapping feature, the same matrix can be used multiple times in the matrix usage model. You define the matrix once and assemble it several times, specifying the relevant node sets for remapping.

Input File Usage:          
*MATRIX INPUT, NAME=name
*MATRIX ASSEMBLE, STIFFNESS=name
*MATRIX ASSEMBLE, STIFFNESS=name, NSET=nset1_name
*MATRIX ASSEMBLE, STIFFNESS=name, NSET=nset2_name

Internal nodes in matrix data

Internal nodes are nodes with internal degrees of freedom associated with them (for example, Lagrange multipliers and generalized displacements) that are created internally by Abaqus/Standard. By definition, user-defined nodes have positive node labels, and internal nodes have negative node labels. You can use the matrix generation procedure to designate some of the user-defined nodes as internal nodes to hide them in the matrix usage model (see Introduction” in “Generating matrices, Section 10.3.1).

When using matrix data that contains internal nodes, these nodes are remapped automatically to unique internal node labels in the matrix usage model. For assembled matrices that originate from the same model, the internal nodes are shared. For assembled matrices that originate from different models, the internal nodes are mapped to different internal nodes in the matrix usage model, even if they have the same negative node labels.

Using matrices in nonlinear analyses

When you use matrices in a nonlinear analysis procedure, nonlinearities are not accounted for. Since the matrix data remain unchanged during the analysis, only linear elastic material behavior can be represented and only large translations can be modeled correctly in a geometrically nonlinear analysis. Changes to the matrix due to large rotations or load stiffness are not computed in a geometrically nonlinear analysis.

Using matrices in linear perturbation analyses

Matrices can be used in a static perturbation analysis as well as in a natural frequency extraction analysis using the Lanczos or AMS eigensolver. For certain quantities (such as participation factors and global inertia properties) to be computed properly, the coordinates of the nodes associated with the matrices should be defined in the model using matrices. Matrices can also be used in modal analysis procedures using the high-performance SIM architecture; namely, steady-state dynamic, modal dynamic, random response, response spectrum, and complex frequency extraction analyses. Matrices can be used in the substructure generation and matrix generation procedures as well.

Matrices cannot be used in the direct-solution steady-state dynamic analysis procedure and in modal procedures that are not based on the high-performance SIM architecture.

Constraints and transformations

Kinematic constraints (for example, coupling constraints, linear constraint equations, multi-point constraints, or surface-based tie constraints) can be applied to any nodes in a model containing matrices. Since kinematic constraints in Abaqus/Standard are usually imposed by eliminating degrees of freedom at the dependent nodes, matrix nodes should not be used as dependent nodes.

To apply contact constraints on matrix nodes, a node-based surface must be defined on these nodes and this surface should be used as the slave surface in the contact pair definition.

Nodal transformations defined at nodes that appear in the matrix do not affect the matrix. The matrix entries corresponding to these nodes are assumed to be in the local coordinates defined by the nodal transformations.

Initial conditions

Initial conditions can be specified as usual; however, only node-based initial conditions can be applied to nodes that appear in matrices. See Initial conditions in Abaqus/Standard and Abaqus/Explicit, Section 34.2.1.

Boundary conditions

Boundary conditions can be specified as usual. See Boundary conditions in Abaqus/Standard and Abaqus/Explicit, Section 34.3.1. Matrix nodes can be defined as driven nodes in a submodel analysis (see Submodeling: overview, Section 10.2.1); they cannot be defined as driving nodes in a global model. For shell-to-solid submodeling, matrix nodes that are defined as driven nodes are treated as lying within the center zone no matter how far they are from the shell reference surface.

Loads

Concentrated nodal forces can be applied at displacement degrees of freedom (1–6) of any node as usual. Distributed pressure forces can be applied to surface elements defined over matrix nodes (see Surface elements, Section 32.7.1). Body forces cannot be applied to parts of the model represented by matrices. User-defined loads can be applied with the same restrictions as above for distributed pressure forces and body forces.

Predefined fields can be applied at any nodes as usual (see Predefined field variables” in “Predefined fields, Section 34.6.1, and Predefined temperature” in “Predefined fields, Section 34.6.1); however, matrix data are not affected by predefined fields. For example, if temperatures are specified as a predefined field on nodes that appear on a matrix, only the elements that share these nodes with the matrix experience thermal strains if thermal expansion is specified for those elements. The matrix does not experience any thermal strains, but it may experience linear elastic forces due to displacements at shared nodes.

Elements

All elements that can be used in static stress analysis are available (see Choosing the appropriate element for an analysis type, Section 27.1.3).

Output

All nodal output variables that apply to static analysis are available (see Abaqus/Standard output variable identifiers, Section 4.2.1).

Limitations

The following are known limitations to using matrices:

  • Matrices cannot be used in a model containing parts and assemblies.

  • Matrices containing acoustic pressure and mechanical degrees of freedom will disable the coupled acoustic structural eigenvalue extraction.

  • By default, using the matrix data containing internal nodes in text format is not supported. Usage of such matrices in text format can be allowed for some special cases. This feature should be used with caution.

  • In an Abaqus/Standard analysis using matrix input data for the mass matrix, inertia quantities for the global model that are reported in the data (.dat) file, including coordinates of the center of mass and moments of inertia, may be calculated incorrectly.

  • Matrices cannot be used in analyses with inertia relief loads.

  • Matrices cannot be used in direct steady-state dynamic analysis or in mode-based analyses that do not use the SIM-based architecture.

Input file template

*HEADING*NODE
Data lines to specify nodes
*NSET, NSET=NSET1, UNSORTED
Data lines to specify a node set with the nodes in a particular order*BOUNDARY
Data lines to specify zero-valued boundary conditions
*MATRIX INPUT, NAME=MAT1, SCALE FACTOR=sval
Data lines to specify a  stiffness matrix
*MATRIX INPUT, NAME=MAT2, SCALE FACTOR=sval
Data lines to specify a  mass matrix
*MATRIX INPUT, NAME=MAT3, SCALE FACTOR=sval
Data lines to specify a  viscous damping matrix
*MATRIX INPUT, NAME=MAT4, INPUT=input_file_name
*MATRIX INPUT, NAME=MAT5, INPUT=input_file_name
*MATRIX INPUT, NAME=MAT6, INPUT=sim_file_name, MATRIX=STIFFNESS
*MATRIX ASSEMBLE, STIFFNESS=MAT1, MASS=MAT2,
VISCOUS DAMPING=MAT3, STRUCTURAL DAMPING=MAT4
*MATRIX ASSEMBLE, STIFFNESS=MAT6, MASS=MAT5
*MATRIX ASSEMBLE, STIFFNESS=MAT6, MASS=MAT5, NSET=NSET1
*STEP(,NLGEOM)(,PERTURBATION)
Use NLGEOM  to include nonlinear geometric effects; it will remain active in all subsequent steps.
*STATIC
*BOUNDARY
Data lines to prescribe zero-valued or nonzero boundary conditions
*CLOAD and/or *DLOAD
Data lines to specify loads
*END STEP
*STEP
*FREQUENCY
*BOUNDARY
Data lines to prescribe zero-valued or nonzero boundary conditions
*END STEP
*STEP
*STEADY STATE DYNAMICS
*CLOAD and/or *DLOAD
Data lines to specify loads
*END STEP
Your query was poorly formed. Please make corrections.


2.11.1 Defining matrices

Product: Abaqus/Standard  

Your query was poorly formed. Please make corrections.

Overview

A matrix:

  • can be used to represent stiffness, mass, viscous damping, or structural damping for a part of the model or for the entire model;

  • is defined by giving it a unique name and by specifying matrix data, which may be scaled;

  • can be symmetric or unsymmetric;

  • can be given in text format in lower triangular, upper triangular, or square form or read from binary .sim files generated by the matrix generation procedure;

  • can be used to provide linear elastic response with large translations but not large rotations;

  • can be used in static and natural frequency extraction procedures;

  • can be used in matrix generation and substructure generation procedures;

  • can be used in transient modal dynamics, mode-based steady-state dynamics, subspace-based steady-state dynamics, random response, response spectrum, and complex eigenvalue extraction procedures that use the SIM architecture;

  • can have loads, boundary conditions, and constraints applied directly to any matrix nodal degrees of freedom;

  • can be used in submodeling analysis; and

  • cannot be used in direct steady-state dynamic or mode-based analyses that do not use the SIM architecture.

Your query was poorly formed. Please make corrections.
Your query was poorly formed. Please make corrections.

What is a matrix in Abaqus/Standard?

Designing complex models of structures like automobiles typically involves subcontracting the work on various parts. When the entire model has to be put together, information about the parts needs to be exchanged between different vendors. Often, to avoid the exchange of proprietary information, this information is exchanged in terms of matrices representing the stiffness, mass, and damping for each part. During an analysis these matrices are added to the corresponding global finite element matrices to complete the assembly of the entire model.

Abaqus/Standard provides the capability to input stiffness, mass, viscous damping, and structural damping matrices directly. You can define as many different matrices as are necessary to build the model.

Your query was poorly formed. Please make corrections.
Your query was poorly formed. Please make corrections.

Including matrices in a model

You must assign a name to the matrix to include it in the matrix usage model.

Input File Usage:          
*MATRIX INPUT, NAME=name

Your query was poorly formed. Please make corrections.

Specifying a matrix type

For matrices given in text format, you can specify the matrix type as symmetric (default) or unsymmetric. If symmetric, it can be entered as a lower triangular, upper triangular, or square matrix.

For matrices read from a .sim file, the matrix type is automatically set according to the matrix data stored on the SIM database.

Input File Usage:          Use one of the following options to specify the type for matrices given in text format:
*MATRIX INPUT, NAME=name, TYPE=SYMMETRIC
*MATRIX INPUT, NAME=name, TYPE=UNSYMMETRIC

Your query was poorly formed. Please make corrections.
Your query was poorly formed. Please make corrections.

Scaling the matrix data

You can define a multiplication scale factor for all matrix entries.

Input File Usage:          
*MATRIX INPUT, NAME=name, SCALE FACTOR=sval

Your query was poorly formed. Please make corrections.
Your query was poorly formed. Please make corrections.

Providing matrix data directly

You can specify data directly to define a symmetric matrix in lower triangular, upper triangular, or square format. For a square matrix to be symmetric, corresponding entries above and below the diagonal must have exactly the same values. You can specify data directly to define an unsymmetric matrix by providing data for each matrix entry.

Input File Usage:          
*MATRIX INPUT
row node label, degree of freedom for row node, column node label, degree of freedom for column node, matrix entry

Repeat this data line to specify data for each matrix entry.

Your query was poorly formed. Please make corrections.
Your query was poorly formed. Please make corrections.

Reading the matrix data in text format from an alternate file

Matrix data in text format can be contained in an alternate file. Typically, an alternate file is used for large matrices. To ensure acceptable performance, the data lines in the alternate file are read without extensive checking for data format. You should make sure that the data entries are specified in the proper format without any comments or blank lines. Matrix data output in text format can be generated in the matrix generation procedure (see Output” in “Generating matrices, Section 10.3.1).

Input File Usage:          
*MATRIX INPUT, NAME=name,  INPUT=input_file_name

Your query was poorly formed. Please make corrections.
Your query was poorly formed. Please make corrections.

Reading the matrix data from the SIM database

Matrix data in binary format can be read from the .sim file generated by the matrix generation procedure (see Introduction” in “Generating matrices, Section 10.3.1). The .sim file can contain stiffness, mass, viscous damping, and structural damping matrices. You specify each matrix to be read from the .sim file.

Input File Usage:          Use the following options:
*MATRIX INPUT, NAME=stif_name,  INPUT=sim_file_name,
MATRIX=STIFFNESS
*MATRIX INPUT, NAME=mass_name,  INPUT=sim_file_name,
MATRIX=MASS
*MATRIX INPUT, NAME=dmpv_name,  INPUT=sim_file_name,
MATRIX=VISCOUS DAMPING
*MATRIX INPUT, NAME=dmps_name,  INPUT=sim_file_name,
MATRIX=STRUCTURAL DAMPING

Your query was poorly formed. Please make corrections.
Your query was poorly formed. Please make corrections.
Your query was poorly formed. Please make corrections.

Defining the stiffness, mass, and damping with matrices included in a model

You can assemble the stiffness, mass, viscous damping, and structural damping matrices that you have specified into the corresponding global finite element matrices for the model. Many matrices with different names can be defined and assembled.

Input File Usage:          Use the following option to assemble matrices generated from the same original model:
*MATRIX ASSEMBLE, STIFFNESS=stif_name, MASS=mass_name, VISCOUS DAMPING=dmpv_name, 
STRUCTURAL DAMPING=dmps_name

To assemble matrices generated from different original models, repeat the *MATRIX ASSEMBLE option for each model.


Your query was poorly formed. Please make corrections.

Connecting a part of a model represented by matrices

A part of the model represented by user-defined matrices is connected to other parts and finite elements through shared nodes. You must define these nodes directly in the model (see Node definition, Section 2.1.1). In addition, there may be nodes that are used only by matrices but that are not shared. You do not need to define nodes that are not shared and have no loads, boundary conditions, or constraints associated with them; these nodes will be defined for you and placed at the origin of the global coordinate system.

Input File Usage:          Use the following option to define the shared nodes directly:
*NODE

Your query was poorly formed. Please make corrections.
Your query was poorly formed. Please make corrections.

Remapping user-defined nodes in assembled matrices

The nodes defined in the assembled matrices can be remapped (renamed) to different node labels in the matrix usage model. You must define all the new node labels in the matrix usage model, create a node set from them, and specify this node set when assembling the matrices. The size of the node set and the order of the nodes in the set must fully correspond to the combined set of nodes of all the matrices that are assembled. The matrix nodes are assumed to be sorted in ascending order of their original labels that were defined at generation or specified in the matrix data.

Input File Usage:          Use the following option to create a node set for the matrix nodes:
*NSET, NSET=nset_name, UNSORTED

Use the following option to assemble matrices with node remapping:

*MATRIX ASSEMBLE, STIFFNESS=stif_name, MASS=mass_name, VISCOUS DAMPING=dmpv_name, 
STRUCTURAL DAMPING=dmps_name, NSET=nset_name

Your query was poorly formed. Please make corrections.
Your query was poorly formed. Please make corrections.

Multiple instantiation of matrices

With the node remapping feature, the same matrix can be used multiple times in the matrix usage model. You define the matrix once and assemble it several times, specifying the relevant node sets for remapping.

Input File Usage:          
*MATRIX INPUT, NAME=name
*MATRIX ASSEMBLE, STIFFNESS=name
*MATRIX ASSEMBLE, STIFFNESS=name, NSET=nset1_name
*MATRIX ASSEMBLE, STIFFNESS=name, NSET=nset2_name

Your query was poorly formed. Please make corrections.
Your query was poorly formed. Please make corrections.

Internal nodes in matrix data

Internal nodes are nodes with internal degrees of freedom associated with them (for example, Lagrange multipliers and generalized displacements) that are created internally by Abaqus/Standard. By definition, user-defined nodes have positive node labels, and internal nodes have negative node labels. You can use the matrix generation procedure to designate some of the user-defined nodes as internal nodes to hide them in the matrix usage model (see Introduction” in “Generating matrices, Section 10.3.1).

When using matrix data that contains internal nodes, these nodes are remapped automatically to unique internal node labels in the matrix usage model. For assembled matrices that originate from the same model, the internal nodes are shared. For assembled matrices that originate from different models, the internal nodes are mapped to different internal nodes in the matrix usage model, even if they have the same negative node labels.

Your query was poorly formed. Please make corrections.
Your query was poorly formed. Please make corrections.
Your query was poorly formed. Please make corrections.

Using matrices in nonlinear analyses

When you use matrices in a nonlinear analysis procedure, nonlinearities are not accounted for. Since the matrix data remain unchanged during the analysis, only linear elastic material behavior can be represented and only large translations can be modeled correctly in a geometrically nonlinear analysis. Changes to the matrix due to large rotations or load stiffness are not computed in a geometrically nonlinear analysis.

Your query was poorly formed. Please make corrections.
Your query was poorly formed. Please make corrections.

Using matrices in linear perturbation analyses

Matrices can be used in a static perturbation analysis as well as in a natural frequency extraction analysis using the Lanczos or AMS eigensolver. For certain quantities (such as participation factors and global inertia properties) to be computed properly, the coordinates of the nodes associated with the matrices should be defined in the model using matrices. Matrices can also be used in modal analysis procedures using the high-performance SIM architecture; namely, steady-state dynamic, modal dynamic, random response, response spectrum, and complex frequency extraction analyses. Matrices can be used in the substructure generation and matrix generation procedures as well.

Matrices cannot be used in the direct-solution steady-state dynamic analysis procedure and in modal procedures that are not based on the high-performance SIM architecture.

Your query was poorly formed. Please make corrections.
Your query was poorly formed. Please make corrections.

Constraints and transformations

Kinematic constraints (for example, coupling constraints, linear constraint equations, multi-point constraints, or surface-based tie constraints) can be applied to any nodes in a model containing matrices. Since kinematic constraints in Abaqus/Standard are usually imposed by eliminating degrees of freedom at the dependent nodes, matrix nodes should not be used as dependent nodes.

To apply contact constraints on matrix nodes, a node-based surface must be defined on these nodes and this surface should be used as the slave surface in the contact pair definition.

Nodal transformations defined at nodes that appear in the matrix do not affect the matrix. The matrix entries corresponding to these nodes are assumed to be in the local coordinates defined by the nodal transformations.

Your query was poorly formed. Please make corrections.
Your query was poorly formed. Please make corrections.

Initial conditions

Initial conditions can be specified as usual; however, only node-based initial conditions can be applied to nodes that appear in matrices. See Initial conditions in Abaqus/Standard and Abaqus/Explicit, Section 34.2.1.

Your query was poorly formed. Please make corrections.
Your query was poorly formed. Please make corrections.

Boundary conditions

Boundary conditions can be specified as usual. See Boundary conditions in Abaqus/Standard and Abaqus/Explicit, Section 34.3.1. Matrix nodes can be defined as driven nodes in a submodel analysis (see Submodeling: overview, Section 10.2.1); they cannot be defined as driving nodes in a global model. For shell-to-solid submodeling, matrix nodes that are defined as driven nodes are treated as lying within the center zone no matter how far they are from the shell reference surface.

Your query was poorly formed. Please make corrections.
Your query was poorly formed. Please make corrections.

Loads

Concentrated nodal forces can be applied at displacement degrees of freedom (1–6) of any node as usual. Distributed pressure forces can be applied to surface elements defined over matrix nodes (see Surface elements, Section 32.7.1). Body forces cannot be applied to parts of the model represented by matrices. User-defined loads can be applied with the same restrictions as above for distributed pressure forces and body forces.

Predefined fields can be applied at any nodes as usual (see Predefined field variables” in “Predefined fields, Section 34.6.1, and Predefined temperature” in “Predefined fields, Section 34.6.1); however, matrix data are not affected by predefined fields. For example, if temperatures are specified as a predefined field on nodes that appear on a matrix, only the elements that share these nodes with the matrix experience thermal strains if thermal expansion is specified for those elements. The matrix does not experience any thermal strains, but it may experience linear elastic forces due to displacements at shared nodes.

Your query was poorly formed. Please make corrections.
Your query was poorly formed. Please make corrections.

Elements

All elements that can be used in static stress analysis are available (see Choosing the appropriate element for an analysis type, Section 27.1.3).

Your query was poorly formed. Please make corrections.
Your query was poorly formed. Please make corrections.

Output

All nodal output variables that apply to static analysis are available (see Abaqus/Standard output variable identifiers, Section 4.2.1).

Your query was poorly formed. Please make corrections.
Your query was poorly formed. Please make corrections.

Limitations

The following are known limitations to using matrices:

  • Matrices cannot be used in a model containing parts and assemblies.

  • Matrices containing acoustic pressure and mechanical degrees of freedom will disable the coupled acoustic structural eigenvalue extraction.

  • By default, using the matrix data containing internal nodes in text format is not supported. Usage of such matrices in text format can be allowed for some special cases. This feature should be used with caution.

  • In an Abaqus/Standard analysis using matrix input data for the mass matrix, inertia quantities for the global model that are reported in the data (.dat) file, including coordinates of the center of mass and moments of inertia, may be calculated incorrectly.

  • Matrices cannot be used in analyses with inertia relief loads.

  • Matrices cannot be used in direct steady-state dynamic analysis or in mode-based analyses that do not use the SIM-based architecture.

Your query was poorly formed. Please make corrections.
Your query was poorly formed. Please make corrections.

Input file template

*HEADING*NODE
Data lines to specify nodes
*NSET, NSET=NSET1, UNSORTED
Data lines to specify a node set with the nodes in a particular order*BOUNDARY
Data lines to specify zero-valued boundary conditions
*MATRIX INPUT, NAME=MAT1, SCALE FACTOR=sval
Data lines to specify a  stiffness matrix
*MATRIX INPUT, NAME=MAT2, SCALE FACTOR=sval
Data lines to specify a  mass matrix
*MATRIX INPUT, NAME=MAT3, SCALE FACTOR=sval
Data lines to specify a  viscous damping matrix
*MATRIX INPUT, NAME=MAT4, INPUT=input_file_name
*MATRIX INPUT, NAME=MAT5, INPUT=input_file_name
*MATRIX INPUT, NAME=MAT6, INPUT=sim_file_name, MATRIX=STIFFNESS
*MATRIX ASSEMBLE, STIFFNESS=MAT1, MASS=MAT2,
VISCOUS DAMPING=MAT3, STRUCTURAL DAMPING=MAT4
*MATRIX ASSEMBLE, STIFFNESS=MAT6, MASS=MAT5
*MATRIX ASSEMBLE, STIFFNESS=MAT6, MASS=MAT5, NSET=NSET1
*STEP(,NLGEOM)(,PERTURBATION)
Use NLGEOM  to include nonlinear geometric effects; it will remain active in all subsequent steps.
*STATIC
*BOUNDARY
Data lines to prescribe zero-valued or nonzero boundary conditions
*CLOAD and/or *DLOAD
Data lines to specify loads
*END STEP
*STEP
*FREQUENCY
*BOUNDARY
Data lines to prescribe zero-valued or nonzero boundary conditions
*END STEP
*STEP
*STEADY STATE DYNAMICS
*CLOAD and/or *DLOAD
Data lines to specify loads
*END STEP
Your query was poorly formed. Please make corrections.
Your query was poorly formed. Please make corrections.