Skip to content

Getting started with NeqSim in Matlab

Even Solbraa edited this page May 7, 2019 · 25 revisions
  1. The pathNeqSim.m file need to be set up with the correct path to the installation. This file needs to be executed to set up NeqSim correctly in Matlab and before any calculations can be done.

The pathstring variable has to be set to the base directory where neqsimmatlab is on the local disk.

By default neqsimmatlab uses the embedded parameter database.

  1. Run a simple script to check that neqsimmatlab works correctly:

system1 = neqsim.thermo.system.SystemSrkEos(280,10); system1.addComponent('methane', 10.0); system1.addComponent('water', 10.0); system1.setMixingRule(2);

Clone this wiki locally