For the complete documentation index, see llms.txt. This page is also available as Markdown.

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}

{
	"code": 200,
	"data": {
		"file_id": "dee854a6-59db-487d-ad08-a20dee691133",
		"jobId": "f6b3375e-cd0f-4ace-a5ee-71e047b76754",
		"resultsLink": "https://api.olisystems.com/result/flash/f6b3375e-cd0f-4ace-a5ee-71e047b76754?context=engine",
		"status": "IN PROGRESS"
	},
	"message": "Process execution started Successfully",
	"status": "SUCCESS"
}

Response (status = PROCESSED)

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

Was this helpful?