Fesapi  2.0.0.0
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
Public Types | Public Member Functions | Static Public Attributes | List of all members
prodml2_1::FluidCharacterization Class Reference

#include <FluidCharacterization.h>

Inheritance diagram for prodml2_1::FluidCharacterization:
common::AbstractObject

Public Types

enum  ModelSpecification {
  CompositionalThermal = 0 , SrkEos = 1 , PengRobinson76Eos = 2 , PengRobinson78Eos = 3 ,
  LohrenzBrayClarkCorrelation = 4 , CSPedersen87 = 5 , CSPedersen84 = 6 , FrictionTheory = 7 ,
  CorrelationThermal = 8 , BergmanSuttonBubblePoint = 9 , DeGhettoBubblePoint = 10 , StandingBubblePoint = 11 ,
  DindorukChristmanBubblePoint = 12 , PetroskyFarshadBubblePoint = 13
}
 
- Public Types inherited from common::AbstractObject
enum  hdfDatatypeEnum {
  UNKNOWN = 0 , DOUBLE = 1 , FLOAT = 2 , LONG_64 = 3 ,
  ULONG_64 = 4 , INT = 5 , UINT = 6 , SHORT = 7 ,
  USHORT = 8 , CHAR = 9 , UCHAR = 10
}
 

Public Member Functions

 FluidCharacterization (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
 
 FluidCharacterization (common::DataObjectRepository *repo, const std::string &guid, const std::string &title)
 
 FluidCharacterization (gsoap_eml2_2::prodml21__FluidCharacterization *fromGsoap)
 
 ~FluidCharacterization ()
 
void setStandardConditions (double temperatureValue, gsoap_eml2_2::eml22__ThermodynamicTemperatureUom temperatureUom, double pressureValue, gsoap_eml2_2::eml22__PressureUom pressureUom)
 
bool hasStandardConditions () const
 
double getStandardTemperatureValue () const
 
gsoap_eml2_2::eml22__ThermodynamicTemperatureUom getStandardTemperatureUom () const
 
double getStandardPressureValue () const
 
gsoap_eml2_2::eml22__PressureUom getStandardPressureUom () const
 
void setRockFluidUnit (resqml2::RockFluidUnitInterpretation *rockFluidUnit)
 
common::DataObjectReference getRockFluidUnitDor () const
 
resqml2::RockFluidUnitInterpretationgetRockFluidUnit () const
 
void setFluidSystem (class FluidSystem *fluidSystem)
 
common::DataObjectReference getFluidSystemDor () const
 
class FluidSystemgetFluidSystem () const
 
unsigned int getFormationWaterCount () const
 
void pushBackFormationWater (const std::string &uid)
 
unsigned int getPureFluidComponentCount () const
 
void pushBackPureFluidComponent (const std::string &uid, gsoap_eml2_2::prodml21__PureComponentEnum kind, bool hydrocarbonFlag)
 
unsigned int getPlusFluidComponentCount () const
 
void pushBackPlusFluidComponent (const std::string &uid, gsoap_eml2_2::prodml21__PlusComponentEnum kind)
 
unsigned int getStockTankOilCount () const
 
void pushBackStockTankOil (const std::string &uid)
 
unsigned int getNaturalGasCount () const
 
void pushBackNaturalGas (const std::string &uid)
 
unsigned int getPseudoFluidComponentCount () const
 
void pushBackPseudoFluidComponent (const std::string &uid, gsoap_eml2_2::prodml21__PseudoComponentEnum kind)
 
unsigned int getModelCount () const
 
void pushBackModel (const std::string &uid="")
 
PvtSpecificationgetModelSpecification (unsigned int modelIndex)
 
PvtSpecificationinitModelSpecification (unsigned int modelIndex, ModelSpecification kind)
 
unsigned int getTableFormatCount () const
 
void pushBackTableFormat (const std::string &uid="")
 
uint64_t getTableFormatColumnCount (const std::string &tableFormatUid) const
 
std::string getTableFormatColumnUom (const std::string &tableFormatUid, unsigned int columnIndex) const
 
std::string getTableFormatColumnProperty (const std::string &tableFormatUid, unsigned int columnIndex) const
 
void pushBackTableFormatColumn (unsigned int tableFormatIndex, gsoap_eml2_2::eml22__UnitOfMeasure uom, gsoap_eml2_2::prodml21__OutputFluidProperty fluidProperty)
 
void pushBackTableFormatColumn (unsigned int tableFormatIndex, const std::string &uom, const std::string &fluidProperty)
 
unsigned int getTableCount (unsigned int modelIndex) const
 
std::string getTableName (unsigned int modelIndex, unsigned int tableIndex) const
 
std::string getTableFormatUid (unsigned int modelIndex, unsigned int tableIndex) const
 
void pushBackTable (unsigned int modelIndex, const std::string &name, const std::string &tableFormatUid, const std::string &uid="")
 
unsigned int getTableRowCount (unsigned int modelIndex, unsigned int tableIndex) const
 
std::string getTableRowContent (unsigned int modelIndex, unsigned int tableIndex, unsigned int rowIndex) const
 
void pushBackTableRow (unsigned int modelIndex, unsigned int tableIndex, const std::vector< double > &rowContent)
 
void pushBackTableRow (unsigned int modelIndex, unsigned int tableIndex, const std::vector< double > &rowContent, bool isSaturated)
 
void pushBackParameter (unsigned int modelIndex, double value, gsoap_eml2_2::eml22__UnitOfMeasure uom, gsoap_eml2_2::prodml21__OutputFluidProperty fluidProperty)
 
void pushBackParameter (unsigned int modelIndex, double value, gsoap_eml2_2::eml22__UnitOfMeasure uom, gsoap_eml2_2::prodml21__OutputFluidProperty fluidProperty, gsoap_eml2_2::prodml21__ThermodynamicPhase phase)
 
virtual std::string getXmlTag () const final
 
std::string getXmlNamespace () const final
 
void loadTargetRelationships () final
 
- Public Member Functions inherited from common::AbstractObject
bool isPartial () const
 
virtual bool isTopLevelElement () const
 
std::string getUuid () const
 
std::string getTitle () const
 
std::string getEditor () const
 
time_t getCreation () const
 
tm getCreationAsTimeStructure () const
 
std::string getOriginator () const
 
std::string getDescription () const
 
time_t getLastUpdate () const
 
tm getLastUpdateAsTimeStructure () const
 
std::string getFormat () const
 
std::string getDescriptiveKeywords () const
 
std::string getVersion () const
 
void setTitle (const std::string &title)
 
void setEditor (const std::string &editor)
 
void setCreation (time_t creation)
 
void setCreation (const tm &creation)
 
void setOriginator (const std::string &originator)
 
void setDescription (const std::string &description)
 
void setLastUpdate (time_t lastUpdate)
 
void setLastUpdate (const tm &lastUpdate)
 
void setDescriptiveKeywords (const std::string &descriptiveKeywords)
 
void setVersion (const std::string &version)
 
void setMetadata (const std::string &title, const std::string &editor, time_t creation, const std::string &originator, const std::string &description, time_t lastUpdate, const std::string &descriptiveKeywords)
 
void serializeIntoStream (std::ostream *stream)
 
void setGsoapProxy (gsoap_resqml2_0_1::eml20__AbstractCitedDataObject *gsoapProxy)
 
void setGsoapProxy (gsoap_eml2_1::eml21__AbstractObject *gsoapProxy)
 
gsoap_resqml2_0_1::eml20__AbstractCitedDataObject * getEml20GsoapProxy () const
 
gsoap_eml2_1::eml21__AbstractObject * getEml21GsoapProxy () const
 
gsoap_eml2_2::eml22__AbstractObject * getEml22GsoapProxy () const
 
void setGsoapProxy (gsoap_eml2_2::eml22__AbstractObject *gsoapProxy)
 
gsoap_eml2_3::eml23__AbstractObject * getEml23GsoapProxy () const
 
void setGsoapProxy (gsoap_eml2_3::eml23__AbstractObject *gsoapProxy)
 
soap * getGsoapContext () const
 
int getGsoapType () const
 
gsoap_resqml2_0_1::eml20__DataObjectReference * newResqmlReference () const
 
gsoap_eml2_1::eml21__DataObjectReference * newEmlReference () const
 
gsoap_eml2_2::eml22__DataObjectReference * newEml22Reference () const
 
gsoap_eml2_3::eml23__DataObjectReference * newEml23Reference () const
 
gsoap_resqml2_0_1::resqml20__ContactElementReference * newContactElementReference2_0_1 () const
 
gsoap_eml2_3::resqml22__ContactElement * newContactElementReference2_2 () const
 
common::DataObjectRepositorygetRepository () const
 
virtual std::string getXmlNamespaceVersion () const
 
virtual std::string getContentType () const
 
virtual std::string getQualifiedType () const
 
virtual std::string getPartNameInEpcDocument () const
 
std::string serializeIntoString ()
 
void addAlias (const std::string &authority, const std::string &title)
 
unsigned int getAliasCount () const
 
std::string getAliasAuthorityAtIndex (unsigned int index) const
 
std::string getAliasTitleAtIndex (unsigned int index) const
 
std::vector< eml2::Activity * > getActivitySet () const
 
unsigned int getActivityCount () const
 
eml2::ActivitygetActivity (unsigned int index) const
 
void pushBackExtraMetadata (const std::string &key, const std::string &value)
 
std::unordered_map< std::string, std::string > getExtraMetadataSet () const
 
std::vector< std::string > getExtraMetadata (const std::string &key) const
 
unsigned int getExtraMetadataCount () const
 
std::string getExtraMetadataKeyAtIndex (unsigned int index) const
 
std::string getExtraMetadataStringValueAtIndex (unsigned int index) const
 

Static Public Attributes

static const char * XML_TAG
 
static const char * XML_NS
 

Additional Inherited Members

- Static Public Member Functions inherited from common::AbstractObject
static void setFormat (const std::string &vendor, const std::string &applicationName, const std::string &applicationVersionNumber)
 

Detailed Description

The fluid characterization data object describes the characteristics and properties of a fluid sample or fluid system under the conditions expected in a historical or future state. Three basic formats are available to represent fluid characterization results for delivery to consumer applications:

Member Enumeration Documentation

◆ ModelSpecification

Values that represent model specifications

Constructor & Destructor Documentation

◆ FluidCharacterization() [1/3]

prodml2_1::FluidCharacterization::FluidCharacterization ( gsoap_resqml2_0_1::eml20__DataObjectReference *  partialObject)
inline

Only to be used in partial transfer context

Parameters
[in,out]partialObjectIf non-null, the partial object.

◆ FluidCharacterization() [2/3]

prodml2_1::FluidCharacterization::FluidCharacterization ( common::DataObjectRepository repo,
const std::string &  guid,
const std::string &  title 
)

Creates an instance of this class in a gsoap context.

Parameters
[in,out]repoThe dataobject repo where the underlying gsoap proxy is going to be created.
guidThe guid to set to this instance. If empty then a new guid will be generated.
titleThe title.

◆ FluidCharacterization() [3/3]

prodml2_1::FluidCharacterization::FluidCharacterization ( gsoap_eml2_2::prodml21__FluidCharacterization *  fromGsoap)
inline

Creates an instance of this class by wrapping a gsoap instance.

Parameters
[in,out]fromGsoapIf non-null, from gsoap.

◆ ~FluidCharacterization()

prodml2_1::FluidCharacterization::~FluidCharacterization ( )
inline

Destructor does nothing since the memory is managed by the gsoap context.

Member Function Documentation

◆ getFluidSystem()

class FluidSystem* prodml2_1::FluidCharacterization::getFluidSystem ( ) const

Gets the associated FluidSystem

Returns
Null if it fails, else the FluidSystem.

◆ getFluidSystemDor()

common::DataObjectReference prodml2_1::FluidCharacterization::getFluidSystemDor ( ) const

Gets the associated FluidSystem dor

Returns
Empty if it fails, else the FluidSystem dor.

◆ getFormationWaterCount()

unsigned int prodml2_1::FluidCharacterization::getFormationWaterCount ( ) const

Gets formation water count

Returns
The formation water count.

◆ getModelCount()

unsigned int prodml2_1::FluidCharacterization::getModelCount ( ) const

Gets model count

Returns
The model count.

◆ getModelSpecification()

PvtSpecification* prodml2_1::FluidCharacterization::getModelSpecification ( unsigned int  modelIndex)
inline

Gets model specification

Parameters
modelIndexZero-based index of the model.
Returns
Null if it fails, else the model specification.

◆ getNaturalGasCount()

unsigned int prodml2_1::FluidCharacterization::getNaturalGasCount ( ) const

Gets natural gas count

Returns
The natural gas count.

◆ getPlusFluidComponentCount()

unsigned int prodml2_1::FluidCharacterization::getPlusFluidComponentCount ( ) const

Gets plus fluid component count

Returns
The plus fluid component count.

◆ getPseudoFluidComponentCount()

unsigned int prodml2_1::FluidCharacterization::getPseudoFluidComponentCount ( ) const

Gets pseudo fluid component count

Returns
The pseudo fluid component count.

◆ getPureFluidComponentCount()

unsigned int prodml2_1::FluidCharacterization::getPureFluidComponentCount ( ) const

Gets pure fluid component count

Returns
The pure fluid component count.

◆ getRockFluidUnit()

resqml2::RockFluidUnitInterpretation* prodml2_1::FluidCharacterization::getRockFluidUnit ( ) const

Gets rock fluid unit

Returns
Null if it fails, else the rock fluid unit.

◆ getRockFluidUnitDor()

common::DataObjectReference prodml2_1::FluidCharacterization::getRockFluidUnitDor ( ) const

Gets rock fluid unit dor

Returns
Empty if it fails, else the rock fluid unit dor.

◆ getStandardPressureUom()

gsoap_eml2_2::eml22__PressureUom prodml2_1::FluidCharacterization::getStandardPressureUom ( ) const

Gets standard pressure uom

Returns
The standard pressure uom.

◆ getStandardPressureValue()

double prodml2_1::FluidCharacterization::getStandardPressureValue ( ) const

Gets standard pressure value

Returns
The standard pressure value.

◆ getStandardTemperatureUom()

gsoap_eml2_2::eml22__ThermodynamicTemperatureUom prodml2_1::FluidCharacterization::getStandardTemperatureUom ( ) const

Gets standard temperature uom

Returns
The standard temperature uom.

◆ getStandardTemperatureValue()

double prodml2_1::FluidCharacterization::getStandardTemperatureValue ( ) const

Gets standard temperature value

Returns
The standard temperature value.

◆ getStockTankOilCount()

unsigned int prodml2_1::FluidCharacterization::getStockTankOilCount ( ) const

Gets stock tank oil count

Returns
The stock tank oil count.

◆ getTableCount()

unsigned int prodml2_1::FluidCharacterization::getTableCount ( unsigned int  modelIndex) const

Gets the table count

Parameters
modelIndexZero-based index of the model in this fluid characterization.
Returns
The table count.

◆ getTableFormatColumnCount()

uint64_t prodml2_1::FluidCharacterization::getTableFormatColumnCount ( const std::string &  tableFormatUid) const

Gets the count of a table format column

Parameters
tableFormatUidThe uid of the table format.
columnIndexThe zero-based index of the column.
Returns
The uom of a table format column

◆ getTableFormatColumnProperty()

std::string prodml2_1::FluidCharacterization::getTableFormatColumnProperty ( const std::string &  tableFormatUid,
unsigned int  columnIndex 
) const

Gets the property kind of a table format column

Parameters
tableFormatUidThe uid of the table format.
columnIndexThe zero-based index of the column.
Returns
The property kind of a table format column

◆ getTableFormatColumnUom()

std::string prodml2_1::FluidCharacterization::getTableFormatColumnUom ( const std::string &  tableFormatUid,
unsigned int  columnIndex 
) const

Gets the uom of a table format column

Parameters
tableFormatUidThe uid of the table format.
columnIndexThe zero-based index of the column.
Returns
The uom of a table format column

◆ getTableFormatCount()

unsigned int prodml2_1::FluidCharacterization::getTableFormatCount ( ) const

Gets the table format count

Returns
The table format count.

◆ getTableFormatUid()

std::string prodml2_1::FluidCharacterization::getTableFormatUid ( unsigned int  modelIndex,
unsigned int  tableIndex 
) const

Gets the uid of the table format of a table.

Parameters
modelIndexZero-based index of the model in this fluid characterization.
tableIndexZero-based index of the table in a model of this fluid characterization.
Returns
The uid of the table format of a table.

◆ getTableName()

std::string prodml2_1::FluidCharacterization::getTableName ( unsigned int  modelIndex,
unsigned int  tableIndex 
) const

Gets the name of a table.

Parameters
modelIndexZero-based index of the model in this fluid characterization.
tableIndexZero-based index of the table in a model of this fluid characterization.
Returns
The name of a table.

◆ getTableRowContent()

std::string prodml2_1::FluidCharacterization::getTableRowContent ( unsigned int  modelIndex,
unsigned int  tableIndex,
unsigned int  rowIndex 
) const

Gets the content of a row of a table.

Parameters
modelIndexZero-based index of the model in this fluid characterization.
tableIndexZero-based index of the table in a model of this fluid characterization.
rowIndexZero-based index of the row of the table in a model of this fluid characterization.
Returns
The content of a row of a table.

◆ getTableRowCount()

unsigned int prodml2_1::FluidCharacterization::getTableRowCount ( unsigned int  modelIndex,
unsigned int  tableIndex 
) const

Gets the table row count

Parameters
modelIndexZero-based index of the model in this fluid characterization.
tableIndexZero-based index of the table in a model of this fluid characterization.
Returns
The table row count.

◆ getXmlNamespace()

std::string prodml2_1::FluidCharacterization::getXmlNamespace ( ) const
inlinefinalvirtual

Get the standard XML namespace for serializing this data object.

Implements common::AbstractObject.

◆ getXmlTag()

virtual std::string prodml2_1::FluidCharacterization::getXmlTag ( ) const
inlinefinalvirtual

Get the standard XML tag without XML namespace for serializing this data object.

Returns
The XML tag.

Implements common::AbstractObject.

◆ hasStandardConditions()

bool prodml2_1::FluidCharacterization::hasStandardConditions ( ) const

Query if this object has standard conditions

Returns
True if standard conditions, false if not.

◆ initModelSpecification()

PvtSpecification* prodml2_1::FluidCharacterization::initModelSpecification ( unsigned int  modelIndex,
ModelSpecification  kind 
)

Return the PvtSpecification according to the kind. Please downcast it and set all attributes which you want.

Parameters
modelIndexZero-based index of the model.
kindThe kind.
Returns
Null if it fails, else a pointer to a PvtSpecification.

◆ loadTargetRelationships()

void prodml2_1::FluidCharacterization::loadTargetRelationships ( )
finalvirtual

Loads target relationships

Implements common::AbstractObject.

◆ pushBackFormationWater()

void prodml2_1::FluidCharacterization::pushBackFormationWater ( const std::string &  uid)

Pushes a back formation water

Parameters
uidThe UID.

◆ pushBackModel()

void prodml2_1::FluidCharacterization::pushBackModel ( const std::string &  uid = "")

Pushes a back model

Parameters
uidThe UID. If empty, it will be set to its index in this Fluid Characterization

◆ pushBackNaturalGas()

void prodml2_1::FluidCharacterization::pushBackNaturalGas ( const std::string &  uid)

Pushes a back natural gas

Parameters
uidThe UID.

◆ pushBackParameter() [1/2]

void prodml2_1::FluidCharacterization::pushBackParameter ( unsigned int  modelIndex,
double  value,
gsoap_eml2_2::eml22__UnitOfMeasure  uom,
gsoap_eml2_2::prodml21__OutputFluidProperty  fluidProperty 
)

Pushes back a phase-unrelated parameter in a model.

Parameters
modelIndexZero-based index of the model in this fluid characterization.
valueThe value of the parameter
uomThe uom associated to the value of this parameter
fluidPropertyThe property kind of this value

◆ pushBackParameter() [2/2]

void prodml2_1::FluidCharacterization::pushBackParameter ( unsigned int  modelIndex,
double  value,
gsoap_eml2_2::eml22__UnitOfMeasure  uom,
gsoap_eml2_2::prodml21__OutputFluidProperty  fluidProperty,
gsoap_eml2_2::prodml21__ThermodynamicPhase  phase 
)

Pushes back a phase related parameter in a model.

Parameters
modelIndexZero-based index of the model in this fluid characterization.
valueThe value of the parameter
uomThe uom associated to the value of this parameter
fluidPropertyThe property kind of this value
phaseThe pahse associated to the parameter

◆ pushBackPlusFluidComponent()

void prodml2_1::FluidCharacterization::pushBackPlusFluidComponent ( const std::string &  uid,
gsoap_eml2_2::prodml21__PlusComponentEnum  kind 
)

Pushes a back plus fluid component

Parameters
uidThe UID.
kindThe kind.

◆ pushBackPseudoFluidComponent()

void prodml2_1::FluidCharacterization::pushBackPseudoFluidComponent ( const std::string &  uid,
gsoap_eml2_2::prodml21__PseudoComponentEnum  kind 
)

Pushes a back pseudo fluid component

Parameters
uidThe UID.
kindThe kind.

◆ pushBackPureFluidComponent()

void prodml2_1::FluidCharacterization::pushBackPureFluidComponent ( const std::string &  uid,
gsoap_eml2_2::prodml21__PureComponentEnum  kind,
bool  hydrocarbonFlag 
)

Pushes a back pure fluid component

Parameters
uidThe UID.
kindThe kind.
hydrocarbonFlagTrue to hydrocarbon flag.

◆ pushBackStockTankOil()

void prodml2_1::FluidCharacterization::pushBackStockTankOil ( const std::string &  uid)

Pushes a back stock tank oil

Parameters
uidThe UID.

◆ pushBackTable()

void prodml2_1::FluidCharacterization::pushBackTable ( unsigned int  modelIndex,
const std::string &  name,
const std::string &  tableFormatUid,
const std::string &  uid = "" 
)

Pushes back a table

Parameters
modelIndexZero-based index of the model.
nameThe name of this table.
tableFormatUidThe UID of the table format this table is using.The table format defines the semantic of the colums and values.
uidThe UID of this table. If empty, it will be set to its index in this Fluid Characterization

◆ pushBackTableFormat()

void prodml2_1::FluidCharacterization::pushBackTableFormat ( const std::string &  uid = "")

Pushes a table format

Parameters
uidThe UID. If empty, it will be set to its index in this Fluid Characterization

◆ pushBackTableFormatColumn() [1/2]

void prodml2_1::FluidCharacterization::pushBackTableFormatColumn ( unsigned int  tableFormatIndex,
const std::string &  uom,
const std::string &  fluidProperty 
)

Pushes a table format colum

Parameters
tableFormatIndexZero-based index of the table format.
uomThe uom associated to the values of this column
fluidPropertyThe non standard property name that this column contains

◆ pushBackTableFormatColumn() [2/2]

void prodml2_1::FluidCharacterization::pushBackTableFormatColumn ( unsigned int  tableFormatIndex,
gsoap_eml2_2::eml22__UnitOfMeasure  uom,
gsoap_eml2_2::prodml21__OutputFluidProperty  fluidProperty 
)

Pushes a table format colum

Parameters
tableFormatIndexZero-based index of the table format.
uomThe uom associated to the values of this column
fluidPropertyThe property that this column contains

◆ pushBackTableRow() [1/2]

void prodml2_1::FluidCharacterization::pushBackTableRow ( unsigned int  modelIndex,
unsigned int  tableIndex,
const std::vector< double > &  rowContent 
)

Pushes back a row in a table of a model without indicating if the data are either saturated or under-saturated.

Parameters
modelIndexZero-based index of the model in this fluid characterization.
tableIndexZero-based index of the table in a model of this fluid characterization.
rowContentThe values representing the content of the row in the table.

◆ pushBackTableRow() [2/2]

void prodml2_1::FluidCharacterization::pushBackTableRow ( unsigned int  modelIndex,
unsigned int  tableIndex,
const std::vector< double > &  rowContent,
bool  isSaturated 
)

Pushes back a row in a table of a model indicating if the data are either saturated or under-saturated.

Parameters
modelIndexZero-based index of the model in this fluid characterization.
tableIndexZero-based index of the table in a model of this fluid characterization.
rowContentThe values representing the content of the row in the table.
isSaturatedTrue if the data correspond to saturated data, false if the data correspond to undersaturated data

◆ setFluidSystem()

void prodml2_1::FluidCharacterization::setFluidSystem ( class FluidSystem fluidSystem)

Sets the assocaited fluid system

Parameters
[in,out]rockFluidUnitIf non-null, the rock fluid unit.

◆ setRockFluidUnit()

void prodml2_1::FluidCharacterization::setRockFluidUnit ( resqml2::RockFluidUnitInterpretation rockFluidUnit)

Sets rock fluid unit

Parameters
[in,out]rockFluidUnitIf non-null, the rock fluid unit.

◆ setStandardConditions()

void prodml2_1::FluidCharacterization::setStandardConditions ( double  temperatureValue,
gsoap_eml2_2::eml22__ThermodynamicTemperatureUom  temperatureUom,
double  pressureValue,
gsoap_eml2_2::eml22__PressureUom  pressureUom 
)

Sets standard conditions

Parameters
temperatureValueThe temperature value.
temperatureUomThe temperature uom.
pressureValueThe pressure value.
pressureUomThe pressure uom.

Member Data Documentation

◆ XML_NS

const char* prodml2_1::FluidCharacterization::XML_NS
static

The standard XML namespace for serializing this data object.

◆ XML_TAG

const char* prodml2_1::FluidCharacterization::XML_TAG
static

The standard XML tag without XML namespace for serializing this data object.

Returns
The XML tag.

The documentation for this class was generated from the following file: