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
Gets the compressibility value.
Gets the density value.
Gets the gravity value.
Gets the mass fraction value.
Gets the molar weight value.
Gets the thermal results.
Gets the viscosity value.
Gets the volume factor value.
Gets the volumic fraction value.
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.