ma/experiments/configs/small.json

76 lines
1.4 KiB
JSON

{
"#Testing": {
"description": "Cellular Potts Model with dynamic ECM"
},
"Application": "Cells",
"Geometry": {
"blocksize": [15, 15, 15],
"blockcount": [1, 1, 1]
},
"Settings": {
"timesteps": 100,
"randomseed": 42
},
"Filling": {
"cells": [
]
},
"CellsInSilico": {
"adhesion": {
"matrix": [
[0, 0, 0, 0],
[0, 20, 5, 5],
[0, 5, 10, 5],
[0, 5, 5, 5]
]
},
"temperature": 15,
"volume": {
"default": {
"storage": "const",
"value": 300
},
"lambda": {
"storage": "const",
"value": 10
}
},
"potential": {
"direction": [1, 1, 0],
"coupling": [0, 150, 100, 50]
},
"surface": {
"default": {
"storage": "const",
"value": 400
},
"lambda": {
"storage": "const",
"value": 10
}
},
"cleaner": {
"killdistance": 100
},
"checkerboard": "00",
"energyfunctions": ["Volume00", "Surface00", "Adhesion00", "Potential00"],
"centerofmass": {
"steps": 10
},
"dynamicecm": {
"enabled": true,
"deltat": 0.1,
"eta": 0.5
}
},
"Writers": {
"ParallelVTK_Displacement": {
"writer": "ParallelVtkImage",
"outputtype": "Float32",
"field": "dynamicecm_displacement",
"steps": 1
}
},
"WriteActions": ["ParallelVTK_Displacement"]
}