Which grades work with which simulator
A reference matrix showing which steel grades each Phases simulator can run, why the coverage differs, and what to do when a combination is unsupported.
You load DC04, run a heat treatment, and it works. You generate a CCT diagram for it, and that works too. Then you ask for a spot weld on a custom chemistry you built from DP600, and the run is refused before the solver starts. Nothing is broken. Each simulator asks the material for a different thing, and a material can answer some of those questions and not others.
A material is not one object#
Phases splits what a material is into four separate capabilities. Every workflow declares only the capabilities it actually consumes, and each one is resolved independently at run time.
| Capability | What it supplies | Which simulators request it |
|---|---|---|
| Base card | A verified structural material card | Heat treatment, CCT, every V-Gleeble mode, and RSW only when microstructure tracking is on |
| Transformation kinetics | The phase-transformation model behind ferrite, pearlite, bainite, martensite and austenite | The same set — heat treatment, CCT, all V-Gleeble modes, and RSW only when microstructure tracking is on |
| Phase flow stress | Per-phase constitutive coefficients | Flow-stress prediction only — no simulator requests it |
| Bulk flow surface | A tabulated flow-stress surface over strain, strain rate and temperature | V-Gleeble hot tensile, hot compression and Satoh only |
Two consequences follow, and they explain most of the surprises.
First, RSW needs something that is not in that list at all. A spot weld with microstructure tracking switched off requests no material-model capability whatsoever. What it does need is the spot-welding FEM's own database of electrical conductivity, thermal conductivity, specific heat, density, latent heat and mechanical property curves, and that database is calibrated for a fixed list of grades. A grade can have a perfectly good material card and still have no RSW property mapping.
Second, confirming a custom chemistry does not create any of these capabilities. It stores a stable material definition plus a compatible base-card template, and nothing more. Kinetics, phase flow stress and bulk flow surfaces are resolved later, by whichever simulator you run next. See Using your own chemistry for what that means in practice.
The matrix#
These are the grades named in the product's built-in reference list. The live catalog may contain more — run list_materials() to see it, as described below.
| Grade | Heat treatment | CCT | RSW | V-Gleeble thermal | V-Gleeble deformation |
|---|---|---|---|---|---|
| DC01 | Yes | Yes | Yes, calibrated template | Yes | Exact table |
| DC03 | Yes | Yes | Yes, calibrated template | Yes | Exact table |
| DC04 | Yes | Yes | Yes, calibrated template | Yes | Exact table |
| DC05 | Yes | Yes | Yes, calibrated template | Yes | Exact table |
| DC06 | Yes | Yes | Yes, calibrated template | Yes | Exact table |
| HC260LA | Yes | Yes | Yes, calibrated template | Yes | Exact table |
| HC300LA | Yes | Yes | Yes, calibrated template | Yes | Exact table |
| HC340LA | Yes | Yes | Yes, calibrated template | Yes | Exact table |
| HC380LA | Yes | Yes | Yes, calibrated template | Yes | Exact table |
| HC420LA | Yes | Yes | Yes, calibrated template | Yes | Exact table |
| DP450 | Yes | Yes | Yes, calibrated template | Yes | Exact table |
| DP500 | Yes | Yes | Yes, calibrated template | Yes | Exact table |
| DP600 | Yes | Yes | Yes, calibrated template | Yes | Exact table |
| DP780 | Yes | Yes | Yes, calibrated template | Yes | Exact table |
| 20MnB5 | Yes | Yes | Yes, calibrated template | Yes | Exact table |
| 22MnB5 | Yes | Yes | Yes, calibrated template | Yes | Exact table |
| EN13261 | Yes | Yes | Yes, calibrated template | Yes | Exact table |
| 20MnB8 | Yes | Yes | Yes, no calibrated template | Yes | Reviewed surrogate, scale 1.05 |
| 25MnB5 | Yes | Yes | Yes, no calibrated template | Yes | Reviewed surrogate, scale 1.18 |
| 29MnB7 | Yes | Yes | Yes, no calibrated template | Yes | Reviewed surrogate, scale 1.25 |
V-Gleeble thermal covers CCT dilatometry, weld HAZ, isothermal hold, hot stamping and the custom mode. V-Gleeble deformation covers hot tensile, hot compression and Satoh — the three modes that need a bulk flow surface.
Reading the cells:
- Yes for heat treatment, CCT and V-Gleeble thermal means the grade needs a base card and transformation kinetics, and both resolve for these grades. Resolution still happens per run; if it ever fails you get an explicit
Required material physics is unavailableerror rather than a silent substitution. - Yes, calibrated template means the RSW property mapping exists and a calibrated case exists that you can pull up with
list_rsw_templates. No calibrated template means the grade still runs, but you supply the current, force and timing yourself. See Resistance spot welding. - Exact table means a per-grade flow-stress table ships for that grade and is used as it stands, with no run-time substitution or rescaling; the resolver reports it as an exact per-grade table. Read that label as nothing was swapped in at run time, not as measured on this grade: the seventeen per-grade tables were themselves generated from five MSC Marc reference files using temperature-dependent scaling and gap-filling for the temperatures the reference data did not cover.
- Reviewed surrogate means no per-grade table exists, so the run falls back to an explicitly reviewed mapping onto a different steel's table with a strength scale factor applied at run time. All three boron grades in that row map onto the same reviewed source,
16MnCr5.mat, and the result carries a warning naming that table and the scale factor applied.
One more thing worth knowing about the RSW column: the twenty supported grades collapse onto two bulk-property families inside the FEM. The five DC grades and the five HC grades all share the DC04 property set; the four DP grades, the five boron press-hardening grades and EN13261 all share the 22MnB5 property set. Two grades in the same family therefore see identical electrical, thermal, density, latent-heat and mechanical curves. Only the optional microstructure path uses each grade's own card.
Materials that are not a named built-in grade#
This is where the columns actually diverge.
| Material kind | Heat treatment | CCT | RSW | V-Gleeble thermal | V-Gleeble deformation |
|---|---|---|---|---|---|
| Built-in grade from the live catalog | Resolved at run time | Resolved at run time | Only the twenty grades above | Resolved at run time | Only where a table or reviewed mapping exists |
| Workspace material with an unchanged base-grade chemistry | Yes | Yes | Yes, if its base grade is one of the twenty | Yes | Follows its base grade |
| Custom or modified chemistry | Yes | Yes | Only riding on a supported base grade | Yes | No |
The last row is the one to internalise. A custom chemistry runs happily through heat treatment, CCT and the thermal V-Gleeble modes, because those need kinetics, and kinetics can fall back to the verified template card's authored values — reported explicitly as a preserved-source result, never as calibrated custom physics. It cannot run a V-Gleeble deformation mode at all, because no validated bulk flow surface exists for a chemistry nobody has tabulated. And it does not create a new RSW grade: the plate still has to name one of the twenty supported grades, with your chemistry carried alongside it.
Checking a grade from chat#
The matrix above is the built-in reference list. The live catalog may hold more grades than this, and an administrator can disable individual ones, so ask the product rather than trusting a document:
What steel grades do you support?
The agent calls list_materials() and reports the live catalog grouped by family, plus any workspace materials and session materials you have. For the spot-welding subset specifically:
Which grades can I use for a spot-welding simulation?
To check one grade end to end, load it and then ask for the run you actually want. The capability check runs before the solver does, so an unsupported combination comes back as a message rather than a wasted simulation:
Load 25MnB5, then run a hot compression test at 1000 °C at 1/s to 0.5 strain.
When a combination is unsupported#
You will see one of these, and each has a different remedy.
A grade RSW does not support. The tool rejects the parameter outright, and the workspace materials surface returns "This material has no validated RSW bulk-property mapping" followed by the list of twenty. Pick the closest supported grade for the plates. If you need your own chemistry in the weld, keep a supported grade as the plate grade and attach the chemistry to it — the chemistry then feeds the optional microstructure model while the FEM uses the supported grade's property curves.
A deformation mode on a custom chemistry. The result names your material and says that no validated custom V-Gleeble bulk flow surface exists for it, and that phase P1-P4 is not a compatible substitute. There is no workaround that preserves the physics. Run the deformation test on the nearest built-in grade instead, and note in your own record that the chemistry differs. A phase flow-stress prediction is a different capability and cannot stand in for the bulk surface.
A capability that cannot be resolved for this material. The run fails with "Required material physics is unavailable" for the simulator in question, plus the specific warnings and the list of missing capabilities. Reload the material and check its status card; a custom material with no active verified template is the usual cause.
A grade or simulator switched off for you. Any of the four simulators can be disabled for a workspace; built-in grades are enabled or disabled at the platform level rather than per workspace. A disabled simulator disappears from the panel and the agent tells you it is disabled here rather than pretending it failed. For a disabled grade, the agent confirms the grade exists, says it is currently disabled, and suggests the closest enabled alternative.
The one thing none of these do is quietly substitute a different material. Every fallback in the system is named in the result — surrogate tables, preserved kinetics and template deviation are all reported. See Known limits for the full list of things the product declines to claim, The material catalog for what the grades are, and Common problems if a refusal does not match anything here.
