Hello
I received about 4 load conditions from a client. Each condition has about 1277 load inputs. The Excel has x, y, z and the pressure value. Is there any way to automate the creation of load cases and add them all to Mecway?
The client's mesh is 20x20mm and the model's is 4x4mm
Comments
If the x,y,z values correspond to nodes or elements in the mesh, you could write a Python script or use a spreadsheet, perhaps with face node coordinates obtained from Solution->Table.
If you can fit the values to a 2D function, which sounds like it could be achievable for that 4x4 patch which might have only about 50 points, you could enter the formula for that function in the pressure load.
How should the pressure values be interpolated between points? For instance, is it a regular grid with linear interpolation or a point cloud where perhaps the nearest point's value is good enough?