{
  "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": {
          "static_pressure_outlet": {
            "pressure": 0.0
          }
        }
      },
      {
        "boundary": {
          "full": {
            "side": "x_max"
          }
        },
        "condition": {
          "static_pressure_outlet": {
            "pressure": 0.0
          }
        }
      },
      {
        "boundary": {
          "annulus": {
            "center": [
              0.0635,
              0.035
            ],
            "inner_radius": 0.0075,
            "outer_radius": 0.0125,
            "side": "z_max"
          }
        },
        "condition": {
          "fan_inlet": {
            "flow_rates": [
              0.0,
              0.00007483,
              0.00014966,
              0.00022448,
              0.00029931,
              0.00037414,
              0.00044896,
              0.00048638,
              0.0005144
            ],
            "static_pressures": [
              39.7,
              38.11,
              35.62,
              31.99,
              27.0,
              20.64,
              12.7,
              6.81,
              0.0
            ],
            "temperature": 20.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": "stable",
  "mesh_settings": {
    "max_cell_size": 0.002
  },
  "turbulence_model": "k_omega_sst",
  "boussinesq": true,
  "gravity": [
    0.0,
    0.0,
    -9.81
  ],
  "ctm_coupling": "implicit"
}
