zhangty019 / S3_DeformFDM

S^3-Slicer: A General Slicing Framework for Multi-Axis 3D Printing
BSD 3-Clause "New" or "Revised" License
87 stars 14 forks source link

Stresses Input data required ? #7

Closed yvanblanchard closed 1 year ago

yvanblanchard commented 1 year ago

Hello,

I would like to know which inputs are necessary ?

thank you

moorjuli commented 1 year ago

Hey, I am not the author of this, but maybe I can help you, since at the moment I am trying to figure this project out as well. If you do not want to take the structural strength part into account, you don't need the data file, as far as I know. My workflow on creating the .tet file if you don't need FEA Analysis, is first using TetGen to create a .mesh and then use Mouette to convert it to .tet format. Before opening the file with the software, you also need to modify the _updateFrameworkParameter() function in the MainWindow.cpp and add your file there, or otherwise no option will appear for your model in the software. The Parameters there are not documented very well, so try copying it from one of the other models set there.

zhangty019 commented 1 year ago

Hi @yvanblanchard, the stress file is generated by FEA software, if we don't need the SR (strength reinforcement), there is no need to input the stress field.

@moorjuli Thanks for your kind reply and help.

yvanblanchard commented 1 year ago

Great. Thank both of you !