Does enableRigidBodyVTKExport output 2 VTK files? Does it not have a group VTK file? #344
duanlinlim
started this conversation in
General
Replies: 1 comment
-
The VTK exporter generates one file per static rigid body. If you have dynamics rigid bodies, the exporter will write one file per frame. However, it should be quite straightforward to write an own exporter or to adapt the existing one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
{
"Configuration":
{
"pause": true,
"sim2D": true,
"timeStepSize": 0.0004,
"particleRadius": 0.025,
"colorMapType": 1,
"numberOfStepsPerRenderUpdate": 4,
"density0": 1000,
"simulationMethod": 4,
"gravitation": [0,-981,0],
"cflMethod": 1,
"cflFactor": 1,
"cflMaxTimeStepSize": 0.005,
"maxIterations": 100,
"maxError": 0.1,
"maxIterationsV": 100,
"maxErrorV": 0.1,
"stiffness": 50000,
"exponent": 7,
"velocityUpdateMethod": 0,
"enableDivergenceSolver": true,
"boundaryHandlingMethod": 2,
"enablePartioExport": true,
"particleAttributes": "velocity",
"partioAttributes": "density",
"enableRigidBodyVTKExport": true,
"enableRigidBodyExport": true,
"enableVTKExport": true
}
Beta Was this translation helpful? Give feedback.
All reactions