JustPaste.it

"main_wing": {
            "ID": 1,
            "side": "both",
            "is_main": true,
            "airfoil":"XF12_flaps_65",
            "quarter_chord_locs":[[0.87,0,0],[0.87,0.6,0]],
            "chord": 1.16,
            "grid": {
                "N": 20
            }
        },
        "flaps": {
            "ID": 2,
            "side": "both",
            "is_main": false,
            "airfoil": "XF12_flaps_65",
            "connect_to": {
                "ID": 1,
                "y_offset":0,
                "location": "tip"
            },
            "quarter_chord_locs":[[0,0,0],[-0.145,4.4,0]],
            "chord": [[0,1.16],[1,0.58]],
            "grid": {
                "N": 40,
                "reid_corrections": true,
                "wing_ID": 1
            }
        }