diff --git a/experiments/templates/varied-fillings.json b/experiments/templates/varied-fillings.json index 698e077..5e46bf6 100644 --- a/experiments/templates/varied-fillings.json +++ b/experiments/templates/varied-fillings.json @@ -8,7 +8,7 @@ "blockcount": [4, 4, 3] }, "Settings": { - "timesteps": 500, + "timesteps": 750, "randomseed": 42 }, "Filling": { @@ -30,7 +30,7 @@ "adhesion": { "matrix": [ [ 0, 0, 0, 10], - [ 0, 0, 0, 10], + [ 0, 0, 0, 0], [10, 0, 40, 5], [10, 0, 5, 40] ] @@ -85,15 +85,19 @@ "writer": "ParallelVtkImage", "outputtype": "UInt32", "field": "cells", - "steps": 5 + "steps": 10 }, "ParallelVTK_Displacement": { "writer": "ParallelVtkImage", "outputtype": "Float32", "field": "dynamicecm", "components": [0, 1, 2], - "steps": 5 + "steps": 10 + }, + "CellInfo": { + "writer": "CellInfo", + "steps": 10 } }, - "WriteActions": ["ParallelVTK_Cells", "ParallelVTK_Displacement"] + "WriteActions": ["ParallelVTK_Cells", "ParallelVTK_Displacement", "CellInfo"] }