Change medium for testing
This commit is contained in:
parent
9d7b0028a6
commit
6dbbf45043
@ -4,12 +4,13 @@
|
||||
},
|
||||
"Application": "Cells",
|
||||
"Geometry": {
|
||||
"blocksize": [90, 90, 60],
|
||||
"blockcount": [2, 2, 3]
|
||||
"blocksize": [180, 180, 180],
|
||||
"blockcount": [1, 1, 1]
|
||||
},
|
||||
"Settings": {
|
||||
"timesteps": 100,
|
||||
"randomseed": 42
|
||||
"randomseed": 42,
|
||||
"statusoutput": 1
|
||||
},
|
||||
"Filling": {
|
||||
"cells": [
|
||||
@ -95,14 +96,14 @@
|
||||
"writer": "ParallelVtkImage",
|
||||
"outputtype": "UInt32",
|
||||
"field": "cells",
|
||||
"steps": 1
|
||||
"steps": 10
|
||||
},
|
||||
"ParallelVTK_Displacement": {
|
||||
"writer": "ParallelVtkImage",
|
||||
"outputtype": "Float32",
|
||||
"field": "dynamicecm",
|
||||
"components": [0, 1, 2],
|
||||
"steps": 1
|
||||
"steps": 10
|
||||
}
|
||||
},
|
||||
"WriteActions": ["ParallelVTK_Cells", "ParallelVTK_Displacement"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user