{
  "dry_run": true,
  "domain": {
    "origin": [0.0, 0.0, 0.0],
    "size": [0.12, 0.07, 0.025],
    "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}}
      }
    ]
  },
  "cuboid_components": [
    {
      "tag": "pcb",
      "bbox": {
        "origin": [0.0175, 0.007, 0.0],
        "size": [0.085, 0.056, 0.0016]
      },
      "thermal_model": {
        "conducting": {
          "conductivity": [10.0, 10.0, 0.3],
          "density": 1850.0,
          "specific_heat_capacity": 1100.0,
          "power": 0.0
        }
      }
    },
    {
      "tag": "chip",
      "bbox": {
        "origin": [0.0555, 0.027, 0.0016],
        "size": [0.016, 0.016, 0.0022]
      },
      "thermal_model": {
        "two_resistor_ctm": {
          "case_side": "z_max",
          "power": 6.0,
          "resistance_jb": 9.2,
          "resistance_jc": 0.5,
          "exit_tolerance": 0.05
        }
      }
    }
  ],
  "fluid_properties": {"air": {}},
  "max_iterations": 500,
  "target_residual": 1e-7,
  "convergence_window": 20,
  "numerics": "balanced",
  "mesh_settings": {"max_cell_size": 0.002},
  "turbulence_model": "navier_stokes",
  "boussinesq": true,
  "gravity": [0.0, 0.0, -9.81],
  "ctm_coupling": "implicit"
}
