Change medium for testing

This commit is contained in:
Paul Brinkmeier 2024-02-06 04:07:58 +01:00
parent 9d7b0028a6
commit 6dbbf45043

View File

@ -4,12 +4,13 @@
}, },
"Application": "Cells", "Application": "Cells",
"Geometry": { "Geometry": {
"blocksize": [90, 90, 60], "blocksize": [180, 180, 180],
"blockcount": [2, 2, 3] "blockcount": [1, 1, 1]
}, },
"Settings": { "Settings": {
"timesteps": 100, "timesteps": 100,
"randomseed": 42 "randomseed": 42,
"statusoutput": 1
}, },
"Filling": { "Filling": {
"cells": [ "cells": [
@ -95,14 +96,14 @@
"writer": "ParallelVtkImage", "writer": "ParallelVtkImage",
"outputtype": "UInt32", "outputtype": "UInt32",
"field": "cells", "field": "cells",
"steps": 1 "steps": 10
}, },
"ParallelVTK_Displacement": { "ParallelVTK_Displacement": {
"writer": "ParallelVtkImage", "writer": "ParallelVtkImage",
"outputtype": "Float32", "outputtype": "Float32",
"field": "dynamicecm", "field": "dynamicecm",
"components": [0, 1, 2], "components": [0, 1, 2],
"steps": 1 "steps": 10
} }
}, },
"WriteActions": ["ParallelVTK_Cells", "ParallelVTK_Displacement"] "WriteActions": ["ParallelVTK_Cells", "ParallelVTK_Displacement"]