Corrosion contact surfaces
This function is used to obtain the name of contact surface metals which OLI supports for corrosion rate calculations.
corrosion contact surface
GET
https://api.olisystems.com/engine/file/{dbs_file_id}/corrosion-contact-surface
get the corrosion contact surfaces applicable for the given chemistry model
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer {access_token} |
Response (status = PROCESSED)
The keys inside data.result.contactSurfaces are the class names of contact surface metals. Each class holds the available contact surface metals under it. Not all class names might be shown in the result. This depends on the metal element inflows that are specified in the chemistry model.
data.result.contactSurfaces | type | required inflow in chemistry model |
Iron/Mild steel | [string] | FEEL |
Stainless steel | [string] | FEEL |
Aluminum | [string] | ALEL |
Nickel based alloy | [string] | NIEL |
Copper based alloy | [string] | CUEL |
Last updated