Hi,
I have used the “New configuration” sheets in Mecway to set up a Multi-Step Analysis.
A can write the whole required boundary conditions in the first configuration and activate them only at the required step.
I have a Custom Step content at the first Step *RESTART,WRITE and a custom model definition with *RESTART,READ at the second.
My idea was to run the first configuration (Step1) and then run the second configuration (Step2) with a previous hand modification of the *.rout to *.rin file.
I’m finding some issues.
-First configuration (Step1) writes a file Step1_Mecway_Step_1.rout but second configuration (Step2) search for Step1_Mecway_Step_2.rin. Not a big deal as I can adjust the name of the file before running Step 2.
-*RESTART,READ is not working properly. I guess the problem is that it is set up inside a “custom model definition” and the card is written at the end of the INP.
-I’m in need of independent generation of Custom Cards and Custom Step contents too in the same way as I can introduce multiple Modify Keyword.
I think that if custom cards were added at the proper position the actual New configuration tool could open the door to Mecway being capable of multistep analysis.
¿Am I right or does someone anticipate some other evident drawbacks?
Comments
I'm not sure about multiple custom model definition and custom step contents because if you unsuppress more than one in a configuration, Mecway has to make a decision about the order they're applied in. It wouldn't be an issue for your use case but needs to be somehow made obvious and configurable.
Custom model definition gets put immediately before the first automatically generated *STEP section, not at the very end.
Perhaps as a dirty workaround, define one step using custom model definition as: and the other as custom step contents as:
I think that's the issue. *RESTART,READ must be at the very beginning of the inp itself not the *step block.
you can insert aditional steps by custom cards. My suggestion was to benefit from MECWAY easy way of writing the card for you . If you need an OP=NEW for example it makes you write all the new BC by hand so you lose all the advantages that Mecway provides when translating instructions into an inp file.
What kind of simulations are you running that needs multistep that cannot be run with tabulated loads/displacements?
Mainly change BC. Can’t find the way to introduce OP=NEW inside the same step.
My model is considerably pre-heated before operation. Once heated, It is intended to work on that temperature range it’s whole life.
The expansion process is controlled as much as possible with lateral guides that help to reduce off centering.
Before operation, guides must be removed as they have done their job. I want my model completely free before operation loads take effect. I can set up contacts if there is no option but I would like to avoid it.
Thank you Sergio.