Hi everyone,
I am trying to run a Geometric Non-Linear (implicit, NLGEOM) in Optistruct, and I found a difficult in applying loads.
I can run a simulation of a table-defined load without any problem (defining force->table->nload1->nload); but I do not know how to apply a constant load to the varying one.
For example: I've to apply both gravity and pressure loads on an inflatable beam, and after that I would apply a pattern of force definet by a table. I tried to define a table like that for pressure:
0.0 1.0
1.0 1.0
2.0 1.0
but I find an error of no-convergence, probably due to the initial step. I could not find any tutorial about that.
Now I want to ask you: can I define a constant pressure load to perform the NLGEOM analysis? Or I have to define the pressure-table like that:
0.0 0.0
1.0 1.0
2.0 1.0
and after time 2.0 apply the variable load?
Thank you for your attention.