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)