Add cellinfo writer to varied fillings
This commit is contained in:
parent
409ec8b4c2
commit
6863581568
@ -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"]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user