I am trying to run some axi-symmetrical plasticity simulations and want to add adaptive remeshing in order to prevent the axi-symmetrical elements from turning inside-out during the simulation. I have flagged my parts for adaptive remeshing under the *PART card, but my problems occur in...
I am looking for information on dimpling as a countersinking method in aircraft panels. I have found a lot of information on techniques used for home-built aircraft, but I am more interested in dimpling of thicker sheet materials. Specifically I am looking for information on sheet thickness...
I was wondering if there was a way to place a Given sove block within a while loop or for loop. For instance, I would like to solve:
For x = 1-9
Given
f(x,a) = h(x,a)
Find(a)
Typically, I would just enter in x as a vector of numbers, however the system of equations I want to solve for is...
I was wondering if there is a way of evaluating indefinite integrals with conditions on the integral which define the constant of integration. For instance, I would like to be able to input a function, f(x) = x, and the boundary condition F(2) = 4, and receive F(x) = 0.5(x)^2 + 2. Thanks for...