kappa_sdk.pvt.EosPVTResults#

class kappa_sdk.pvt.EosPVTResults(density, viscosity, volume_factor, compressibility, molar_weight, mass_fraction, volumic_fraction, gravity, z_factor, thermal_results=None)[source]#

Attributes

EosPVTResults.compressibility

Gets the compressibility value.

EosPVTResults.density

Gets the density value.

EosPVTResults.gravity

Gets the gravity value.

EosPVTResults.mass_fraction

Gets the mass fraction value.

EosPVTResults.molar_weight

Gets the molar weight value.

EosPVTResults.thermal_results

Gets the thermal results.

EosPVTResults.viscosity

Gets the viscosity value.

EosPVTResults.volume_factor

Gets the volume factor value.

EosPVTResults.volumic_fraction

Gets the volumic fraction value.

EosPVTResults.z_factor

Gets the Z factor value.

Methods

Parameters:
  • density (float)

  • viscosity (float)

  • volume_factor (float)

  • compressibility (float)

  • molar_weight (float)

  • mass_fraction (float)

  • volumic_fraction (float)

  • gravity (float)

  • z_factor (float)

  • thermal_results (ThermalResults | None)

__init__(density, viscosity, volume_factor, compressibility, molar_weight, mass_fraction, volumic_fraction, gravity, z_factor, thermal_results=None)[source]#
Parameters:
  • density (float)

  • viscosity (float)

  • volume_factor (float)

  • compressibility (float)

  • molar_weight (float)

  • mass_fraction (float)

  • volumic_fraction (float)

  • gravity (float)

  • z_factor (float)

  • thermal_results (ThermalResults | None)

Return type:

None

property density: float#

Gets the density value.

property viscosity: float#

Gets the viscosity value.

property volume_factor: float#

Gets the volume factor value.

property compressibility: float#

Gets the compressibility value.

property molar_weight: float#

Gets the molar weight value.

property mass_fraction: float#

Gets the mass fraction value.

property volumic_fraction: float#

Gets the volumic fraction value.

property gravity: float#

Gets the gravity value.

property z_factor: float#

Gets the Z factor value.

property thermal_results: ThermalResults | None#

Gets the thermal results.