Multi-analysis and transfer
Multi-analysis and transfer
(OP)
Hi everybody
Is it possible to program succesive simulations, by changing one parameter for each simulatiom, and
Is it possible to transfer the result data from Abaqus to Matlab for example ?
Thanks
Nadir
Is it possible to program succesive simulations, by changing one parameter for each simulatiom, and
Is it possible to transfer the result data from Abaqus to Matlab for example ?
Thanks
Nadir





RE: Multi-analysis and transfer
see abaqus v6.7 manual Section 15.1 for parameter for each simulatiom.
can u print the results in report file and cut and paste into the mathlab?
RE: Multi-analysis and transfer
RE: Multi-analysis and transfer
What parameters you want to change? If this is the loads and b.c., you can edit the input files and change the paramters in notepad.
Script file can be found in abaqus Q&A in their site. Of course you need to have their license to login.
RE: Multi-analysis and transfer
In abaqus v6.7 manual Section 15.1.
It should show you how to change the parimeter with a few option like mesh, cross.
It allow you to change the parimeter in the order from x to y with increment of z.
Also you can have 50 different parimeter with the above and analysis all the combination by changing the type to mesh or cross (need to check the type).
In terms of resulting. I would write a python script to handel it.
RE: Multi-analysis and transfer