You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the code can only compute the initial gravity field accurately for rectangular initial geometries. For arbitrarily shaped material points, the calculation may be incorrect due to the simplicity of the embedded algorithm.
To achieve accurate gravity field computation for arbitrary shapes, you can manually input the distance of each material point from its free surface as a numpy array and assign it using the GravityField keyword, as shown below:
Currently, the code can only compute the initial gravity field accurately for rectangular initial geometries. For arbitrarily shaped material points, the calculation may be incorrect due to the simplicity of the embedded algorithm.
To achieve accurate gravity field computation for arbitrary shapes, you can manually input the distance of each material point from its free surface as a numpy array and assign it using the GravityField keyword, as shown below:
The text was updated successfully, but these errors were encountered: