CONTROL_StopAfterReadingGeometry
stops the MESHFREE program after geometry is read (UCV)
Default:
CONTROL_StopAfterReadingGeometry = 0 (no geometry checking)
option | effect |
---|
1 | MESHFREE reads the geometry, writes a result file and then the computation stops. Some simple checks concerning the geometry can be done without waiting for the whole point cloud generation. |
2 | MESHFREE reads the geometry, and then goes into the time integration without creating the MESHFREE pointcloud. I.e. the geometry is moving due to the MOVE statements given in USER_common_variables.dat. Results are written due to the SAVE_first and SAVE_interval statements, enabling the user to verify the MOVE commands. |
3 | same as 2. Additionally, in each time cycle we compute the search tree for the geometry (boundary elements), thus, we can check the performance of the organization steps or check RIGIDBODY movement with collisions. |
Notes: