Does anyone know how I can add all the values in a i,j matrix. I want my program to generate a matrix using the following:
i =: 1..n
j =: 1..m
Matrices can be created for numerous values of n and m. An example is shown below:
L(i,j) = i*j
Where i and j are the indices, not functions for L...
Hello,
I have been working with ABAQUS for some time now but I am just learning how to use contact pairs and performing dynamic analysis using Explicit. I have reviewed example problems and have been able to run them on my server.
However, I am trying to have a rigit sphere contact the edge...
Hi,
I want to enforce a *BOUNDARY condition (displacement) that is dependent on the results of a previous step.
For instance, if I plastically deform a material and then unload the material, plastic deformations exist. I then want to displace a certain node 1 inch based on the results after...