I load a d3plot file from LS-Dyna into the ParaView program. My task is to remove stresses exceeding 600 MPa (singularities). After loading the file, the first thing I want to do is convert the standard program stresses into von Mises stresses. For this I did not find a standard button and use a calculator. I use the formula:
but I get errors and it doesn’t work.
How to do it?
Next, I need to convert the stresses to GPa, because… When calculating in LS-Dyna I used this dimension, I also planned to use a calculator, for example like this:
It might help if you gave the specific error or shared your data. That said, it looks like you missed the 2 after the first ^. That’s definitely a parse error.
>> That said, it looks like you missed the 2 after the first ^. That’s definitely a parse error.
Yes sir, I was in a hurry and wrote the formula by hand, so there was a mistake, I actually used a number there. I will show below a screenshot of the error and formula. I also tried using the form with and without quoted expressions:
I’m sorry sir! Yes, to open a d3plot file you need accompanying files, which contain the results of timesteps.
I saved the entire archive, now everything opens as it should. D3PLOT
Thanks for posting your dataset. In your expression you are using variables like S11, S22, S33, and so on, but there are no such variables in your dataset. Are these supposed to be matrix elements from a stress variable?
You have a cell data array called Stress. Wild guess, but I think you want your expression to be
Thanks for your answer sir! Yes, I saw this error, but it still didn’t show up for me. I removed the calculator and added a new calculator and formula again, now everything works! Thank you!
Please tell me how you set up such a rainbow on the scale?
And my second question.
I remove some of the tensions (singularities) using the Threshold filter. How can I save the changes correctly in my d3plot file after applying these filters? After saving correctly, I plan to use this file again for further calculations in Ls-Dyna for fatigue.
Thank you!
Please tell me how you set up such a rainbow on the scale?
In Color Map Editor > Color Discretization > Number Of Table, specify 10.
With regard to the second question, it may be difficult to use ParaView to directly reflect some modifications of the data in the d3plot file, as there is no LS-DYNA writer in ParaView. If LS-DYNA can read other file formats that ParaView can output, it may be possible to pass the modified data.
Unfortunately, ParaView does not have the ability to output to d3plot file format, so it is not possible to save the modified results as a d3plot file.