My Project
Opm::TracerConfig::TracerEntry Struct Reference

Public Member Functions

 TracerEntry (const std::string &name_, const std::string &unit_string_, Phase phase_, std::vector< double > free_concentration_)
 
 TracerEntry (const std::string &name_, const std::string &unit_string_, Phase phase_, std::vector< double > free_concentration_, std::vector< double > solution_concentration_)
 
 TracerEntry (const std::string &name_, const std::string &unit_string_, Phase phase_, TracerVdTable free_tvdp_)
 
 TracerEntry (const std::string &name_, const std::string &unit_string_, Phase phase_, TracerVdTable free_tvdp_, TracerVdTable solution_tvdp_)
 
bool operator== (const TracerEntry &data) const
 
template<class Serializer >
void serializeOp (Serializer &serializer)
 

Public Attributes

std::string name
 
std::string unit_string
 
Phase phase = Phase::OIL
 
std::vector< double > free_concentration
 
std::vector< double > solution_concentration
 
TracerVdTable free_tvdp
 
TracerVdTable solution_tvdp
 

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