Skip to content

Oil Characterization in NeqSim

Even Solbraa edited this page Dec 16, 2021 · 6 revisions

An example of an oil characterization calculation is given in the file.

An oil fraction is added using:

testSystem.addTBPfraction("C7", 1.0, 187.0 / 1000.0, 0.84738);

Where the parameters are name, moles, molar mass (kg/mol), density (gr/cm^3)

The oil can be characterized by calling:

testSystem.getCharacterization().characterisePlusFraction();

Clone this wiki locally