{
  "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
          }
        }
      }
    ]
  },
  "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"
}
