{
    "1": {
        "name": "custom",
        "specifics": [
        {
            "type": "Dirichlet",
            "value": 0.0,
            "variable": "ux"
        },
        {
            "type": "Dirichlet",
            "value": 0.0,
            "variable": "uy"
        },
        {
            "type": "Neumann",
            "value": 0.0,
            "variable": "p"
        }
    ]
    },
    "2": {
        "name": "symmetry",
        "specifics": [
        {
            "type": "Neumann",
            "value": 0.0,
            "variable": "ux"
        },
        {
            "type": "Dirichlet",
            "value": 0.0,
            "variable": "uy"
        },
        {
            "type": "Neumann",
            "value": 0.0,
            "variable": "p"
        }
    ]
    },
    "3": {
        "name": "custom",
        "specifics": [
        {
            "type": "Neumann",
            "value": 0.0,
            "variable": "ux"
        },
        {
            "type": "Neumann",
            "value": 0.0,
            "variable": "uy"
        },
        {
            "type": "Dirichlet",
            "value": 0.0,
            "variable": "p"
        }
    ]
    },
    "4": {
        "name": "custom",
        "specifics": [
        {
            "type": "Neumann",
            "value": 0.0,
            "variable": "ux"
        },
        {
            "type": "Dirichlet",
            "value": 0.0,
            "variable": "uy"
        },
        {
            "type": "Neumann",
            "value": 0.0,
            "variable": "p"
        }
    ]
    },
    "5": {
        "name": "wall"
    }
}