OGS
ChemistryLib::PhreeqcIOData::SecondaryVariable Struct Reference

Detailed Description

Definition at line 29 of file UserPunch.h.

#include <UserPunch.h>

Collaboration diagram for ChemistryLib::PhreeqcIOData::SecondaryVariable:
[legend]

Public Member Functions

 SecondaryVariable (std::string name_, MeshLib::PropertyVector< double > *value_)
 

Public Attributes

std::string const name
 
MeshLib::PropertyVector< double > * value
 

Static Public Attributes

static const ItemType item_type = ItemType::SecondaryVariable
 

Constructor & Destructor Documentation

◆ SecondaryVariable()

ChemistryLib::PhreeqcIOData::SecondaryVariable::SecondaryVariable ( std::string name_,
MeshLib::PropertyVector< double > * value_ )
inline

Definition at line 31 of file UserPunch.h.

33 : name(std::move(name_)), value(value_)
34 {
35 }
MeshLib::PropertyVector< double > * value
Definition UserPunch.h:38

Member Data Documentation

◆ item_type

const ItemType ChemistryLib::PhreeqcIOData::SecondaryVariable::item_type = ItemType::SecondaryVariable
static

Definition at line 39 of file UserPunch.h.

◆ name

std::string const ChemistryLib::PhreeqcIOData::SecondaryVariable::name

Definition at line 37 of file UserPunch.h.

◆ value

MeshLib::PropertyVector<double>* ChemistryLib::PhreeqcIOData::SecondaryVariable::value

Definition at line 38 of file UserPunch.h.


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