OGS
ChemistryLib::PhreeqcIOData::MoleBasedSurfaceSite Struct Reference

Detailed Description

Definition at line 40 of file Surface.h.

#include <Surface.h>

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

Public Member Functions

 MoleBasedSurfaceSite (std::string name_, MeshLib::PropertyVector< double > *const molality_)
 

Public Attributes

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

Constructor & Destructor Documentation

◆ MoleBasedSurfaceSite()

ChemistryLib::PhreeqcIOData::MoleBasedSurfaceSite::MoleBasedSurfaceSite ( std::string name_,
MeshLib::PropertyVector< double > *const molality_ )
inline

Definition at line 42 of file Surface.h.

44 : name(std::move(name_)), molality(molality_)
45 {
46 }
MeshLib::PropertyVector< double > * molality
Definition Surface.h:49

Member Data Documentation

◆ molality

MeshLib::PropertyVector<double>* ChemistryLib::PhreeqcIOData::MoleBasedSurfaceSite::molality

Definition at line 49 of file Surface.h.

◆ name

std::string const ChemistryLib::PhreeqcIOData::MoleBasedSurfaceSite::name

Definition at line 48 of file Surface.h.


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