Ansys Learning Forum › Forums › Discuss Simulation › Process Integration and Design Optimization › Material parameter optimization › Reply To: Material parameter optimization
Hi euklidespl,
the LS-Extractor tool can be used to extract histories (signals: values over time) or scalar Responses from LS-DYNA binary result files (eg. d3plot, binout). To be able to define a senseful result extraction from such binary files you must know what is stored in those files. Unfortunately, you cannot see the file content within that LS-Extractor dialog. Please have a look at the LS-DYNA help for Keywords *DATABASE_ and *DATABASE_BINARY to learn more about binary output files and possible content. Or use LS-PREPOST to control the content of the binary files. Please note, the LS-DYNA-Output-node (or LS-Extractor) cannot be used to read TXT or ASCII files.
The LS-DYNA-Output-node (or LS-Extractor) is automatically added when using the Solver Wizard to enable a response extraction without the need to integrate a LS-PREPOST or any other postprocessing tool. But if you like you can replace the LS-DYNA-Output-node with a batch node (eg. to start LS-PREPOST with a command file writing specific results to TXT files as you described) followed by ETK-node (to read the content from that TXT file). With ETK node you are free to adapt the given TXT file format (delimiter, number of columns, length of columns, …).
For running LS-PREPOST in batch please see How execute an LS-PrePost command file? | Ansys Knowledge or in the Ansys LS-DYNA help: LS-PREPOST | Commands. Please read in the optiSLang user’s guide how to use the ETK node: ETK. Please read the section “Plain text files”.
Best regards
Marco