{
  "meshUnitFactor": 1000,
  "computation": {
    "algorithm": "fast",
    "maxIterations": 50,
    "relaxFactor": 0.4,
    "solverScript": "",
    "tolerance": 0.001
  },
  "physicsList": [
    {
      "basis": "mesh2D",
      "multiPhysics": "physicsThermal",
      "multiSubPhysics": "subPhysicsThermalGeneral",
      "params": {
        "Domains": {
          "workpiece": {
            "id": 30,
            "domainRole": "workpiece",
            "enabled": true,
            "geometryGroupKey": "",
            "initialConditions": {
              "temperature": 22
            },
            "matId": 1,
            "name": "workpiece",
            "sources": {
              "qVol": 0,
              "_velocityEffects": false,
              "Velocity_x": 0,
              "Velocity_y": 0,
              "Velocity_z": 0,
              "Omega_Z": 0
            },
            "typeKey": "thermal"
          },
          "air": {
            "id": 2,
            "domainRole": "air",
            "enabled": false,
            "geometryGroupKey": "",
            "initialConditions": {
              "temperature": 22
            },
            "matId": 2,
            "name": "air",
            "sources": {
              "qVol": 0,
              "_velocityEffects": false,
              "Velocity_x": 0,
              "Velocity_y": 0,
              "Velocity_z": 0,
              "Omega_Z": 0
            },
            "typeKey": ""
          },
          "inductor": {
            "id": 32,
            "domainRole": "inductor",
            "enabled": false,
            "geometryGroupKey": "",
            "initialConditions": {
              "temperature": 22
            },
            "matId": 3,
            "name": "inductor",
            "sources": {
              "qVol": 0,
              "_velocityEffects": false,
              "Velocity_x": 0,
              "Velocity_y": 0,
              "Velocity_z": 0,
              "Omega_Z": 0
            },
            "typeKey": ""
          }
        },
        "BCs": {
          "workpiece_air": {
            "id": 22,
            "name": "workpiece_air",
            "domainId": 30,
            "matId": null,
            "typeId": 5,
            "typeKey": "combined",
            "values": {
              "_blocker_if_no_checkbox_selected": false,
              "tref": 22,
              "_convection": true,
              "h": 10,
              "_radiation": true,
              "hr": 0.8,
              "_flux": false,
              "qSurf_": 0,
              "_flow": false,
              "qSurfInt_": 0
            }
          }
        },
        "Physics": {
          "timeTypeId": 2,
          "timeParameters": {
            "tstart": 0,
            "tend": 2,
            "isAdaptive": false,
            "tstep": 1,
            "sfreq": 1,
            "toler1": 0.0005,
            "toler2": 1,
            "hasCalculatedTimeStep": false
          },
          "symmetryTypeId": 2,
          "symmetryProperties": {}
        },
        "Materials": {
          "materialworkpiece~subPhysicsThermalGeneral": {
            "id": 1,
            "data": {
              "lambda": 395,
              "cp": 380.9,
              "rho": 8900,
              "_phaseCalculation": false
            }
          },
          "materialair~subPhysicsThermalGeneral": {
            "id": 2,
            "data": {}
          },
          "materialinductor~subPhysicsThermalGeneral": {
            "id": 3,
            "data": {}
          }
        }
      },
      "physics": "physicsInductionHeating",
      "solver": "getdpThermal",
      "solverParams": {
        "toleranceFactor": 0.1
      },
      "subPhysics": "subPhysicsInductionGeneral"
    },
    {
      "basis": "mesh2D",
      "multiPhysics": "physicsElectromagnetics",
      "multiSubPhysics": "subPhysicsEMGeneral2D",
      "params": {
        "Domains": {
          "workpiece": {
            "id": 30,
            "domainRole": "workpiece",
            "enabled": true,
            "geometryGroupKey": "",
            "initialConditions": {},
            "matId": 1,
            "name": "workpiece",
            "sources": {
              "VoltageLoad_2D": 0
            },
            "typeKey": "em_cc"
          },
          "air": {
            "id": 2,
            "domainRole": "air",
            "enabled": true,
            "geometryGroupKey": "",
            "initialConditions": {},
            "matId": 2,
            "name": "air",
            "sources": {},
            "typeKey": "em_nc"
          },
          "inductor": {
            "id": 32,
            "domainRole": "inductor",
            "enabled": true,
            "geometryGroupKey": "",
            "initialConditions": {},
            "matId": 3,
            "name": "inductor",
            "sources": {
              "_current": true,
              "Current_2D": 100,
              "_voltage": false,
              "ElectricalCircuit": 0
            },
            "typeKey": "source_dom"
          }
        },
        "BCs": {
          "workpiece_air": {
            "id": 22,
            "name": "workpiece_air",
            "domainId": 30,
            "matId": null,
            "typeId": 4,
            "typeKey": "interface",
            "values": {
              "Lin2D": 1
            }
          },
          "air_symmetry": {
            "id": 7,
            "name": "air_symmetry",
            "domainId": 2,
            "matId": null,
            "typeId": 1,
            "typeKey": "symm_axis",
            "values": {
              "MagneticVectorPotential_2D": 0
            }
          },
          "air_infinity": {
            "id": 4,
            "name": "air_infinity",
            "domainId": 2,
            "matId": null,
            "typeId": 3,
            "typeKey": "infinity",
            "values": {
              "MagneticVectorPotential_2D": 0
            }
          }
        },
        "Physics": {
          "timeTypeId": 3,
          "timeParameters": {
            "frequency": 1000
          },
          "symmetryTypeId": 2,
          "symmetryProperties": {}
        },
        "Materials": {
          "materialworkpiece~subPhysicsEMGeneral2D": {
            "id": 1,
            "data": {
              "sigma": 58823529,
              "mu": 1,
              "useBHModel": false,
              "useTForMagFlux": false
            }
          },
          "materialair~subPhysicsEMGeneral2D": {
            "id": 2,
            "data": {
              "mu": 1,
              "useBHModel": false
            }
          },
          "materialinductor~subPhysicsEMGeneral2D": {
            "id": 3,
            "data": {
              "sigma": 58823529,
              "mu": 1,
              "useBHModel": false
            }
          }
        }
      },
      "physics": "physicsInductionHeating",
      "solver": "getdpEMGeneral2D",
      "solverParams": {
        "toleranceFactor": 0.1
      },
      "subPhysics": "subPhysicsInductionGeneral"
    }
  ],
  "motionList": []
}