SifIO

Introduction

SifIO is a .net API for read and write access of SIF data types to Sesam Interface Files. The following is supported:

  • SIN binary direct access files
  • SIF/FEM formatted sequential files
  • FEM unformatted sequencial files (e.g. as produced by hydrodynamic load preprocessors such as Wajac, Wasim, Wadam)

The API offers two main interfaces: ISifDataReader for read access and ISifDataWriter for write access. An existing file can not be modified.

The SifIO library targets netstandard 2.0.

The SIF data types are documented in the Sesam Input Interface Format manual and in the Sesam Results Interface Format manual.

Installation

SifIO (DNV.Sesam.SifAPI.IO) is offered as a nuget package available from the ADO Sigma feed nuget.org and sesam.dnv.com.

License

SifIO is distributed under the MIT license.

Getting started

The static class DNV.Sesam.Sif.IO.SesamDataFactory is the typical starting point. This factory class allows you to create instances of ISifDataReader and ISifDataWriter.

Support

Contact DNV Software support

In This Article
Back to top Copyright © DNV AS. All rights reserved.