{
  "dry_run": true,
  "domain": {
    "origin": [0.0, 0.0, 0.0],
    "size": [0.1, 0.02, 0.02],
    "boundary_conditions": [
      {
        "boundary": {"full": {"side": "x_min"}},
        "condition": {
          "velocity_inlet": {
            "speed": 0.5,
            "temperature": 20.0
          }
        }
      },
      {
        "boundary": {"full": {"side": "x_max"}},
        "condition": {"static_pressure_outlet": {"pressure": 0.0}}
      },
      {
        "boundary": {"full": {"side": "z_min"}},
        "condition": {"fixed_temp": {"temperature": 30.0}}
      }
    ]
  },
  "cuboid_components": [
    {
      "tag": "block",
      "bbox": {
        "origin": [0.04, 0.005, 0.006],
        "size": [0.02, 0.01, 0.008]
      },
      "thermal_model": {
        "conducting": {
          "conductivity": 0.5,
          "density": 2700.0,
          "specific_heat_capacity": 900.0,
          "power": 1.0
        }
      }
    }
  ],
  "fluid_properties": {"air": {}},
  "max_iterations": 100,
  "target_residual": 0.01,
  "numerics": "fast",
  "mesh_settings": {"max_cell_size": 0.002},
  "turbulence_model": "navier_stokes",
  "boussinesq": false,
  "ctm_coupling": "implicit"
}
