10 #define VCS_VOLPHASE_H 21 #define VCS_SSVOL_IDEALGAS 0 22 #define VCS_SSVOL_CONSTANT 1 30 #define VCS_EOS_CONSTANT 0 31 #define VCS_EOS_IDEAL_GAS 1 32 #define VCS_EOS_STOICH_SUB 5 33 #define VCS_EOS_IDEAL_SOLN 22 34 #define VCS_EOS_DEBEYE_HUCKEL 23 35 #define VCS_EOS_REDLICH_KWONG 24 36 #define VCS_EOS_REGULAR_SOLN 25 37 #define VCS_EOS_UNK_CANTERA -1 40 class vcs_SpeciesProperties;
98 void resize(
const size_t phaseNum,
const size_t numSpecies,
99 const size_t numElem,
const char*
const phaseName,
100 const double molesInert = 0.0);
102 void elemResize(
const size_t numElemConstraints);
111 const int vcsStateStatus);
124 const double* molesSpeciesVCS = 0);
144 const double* molesSpeciesVCS,
145 const double*
const TPhMoles);
242 void setState_TP(
const double temperature_Kelvin,
const double pressure_PA);
248 void setState_T(
const double temperature_Kelvin);
262 void sendToVCS_LnActCoeffJac(
Array2D& LnACJac_VCS);
322 double moleFraction(
size_t klocal)
const;
328 void setCreationMoleNumbers(
const double*
const n_k,
const std::vector<size_t> &creationGlobalRxnNumbers);
467 int elementActive(
const size_t e)
const;
void setCreationMoleNumbers(const double *const n_k, const std::vector< size_t > &creationGlobalRxnNumbers)
Sets the creationMoleNum's within the phase object.
bool isIdealSoln() const
Returns whether the phase is an ideal solution phase.
void sendToVCS_GStar(double *const gstar) const
Fill in the partial molar volume vector for VCS.
void _updateMoleFractionDependencies()
Updates the mole fraction dependencies.
bool m_UpToDate_VolStar
Boolean indicating whether Star volumes are up to date.
void _updateVolStar() const
Molar volume calculation for standard states.
double m_phi
Value of the potential for the phase (Volts)
bool m_singleSpecies
If true, this phase consists of a single species.
void updateFromVCS_MoleNumbers(const int stateCalc)
Update the moles within the phase, if necessary.
double totalMolesInert() const
Returns the value of the total kmol of inert in the phase.
void setMoleFractionsState(const double molNum, const double *const moleFracVec, const int vcsStateStatus)
Set the moles and/or mole fractions within the phase.
vector_fp StarChemicalPotential
Vector of calculated Star chemical potentials for the current Temperature and pressure.
int m_vcsStateStatus
Status.
size_t nElemConstraints() const
Returns the number of element constraints.
void setMolesFromVCSCheck(const int vcsStateStatus, const double *molesSpeciesVCS, const double *const TPhMoles)
Set the moles within the phase.
void _updateActCoeff() const
Evaluate the activity coefficients at the current conditions.
int m_existence
Current state of existence:
int p_activityConvention
Convention for the activity formulation.
Array2D m_formulaMatrix
Formula Matrix for the phase.
double VolStar_calc_one(size_t kspec) const
Molar volume calculation for standard state of one species.
vector_fp StarMolarVol
Vector of the Star molar Volumes of the species. units m3 / kmol.
double electricPotential() const
Returns the electric field of the phase.
const Array2D & getFormulaMatrix() const
Get a constant form of the Species Formula Matrix.
size_t spGlobalIndexVCS(const size_t spIndex) const
Return the Global VCS index of the kth species in the phase.
size_t transferElementsFM(const ThermoPhase *const tPhase)
Transfer all of the element information from the ThermoPhase object to the vcs_VolPhase object...
const vector_fp & creationMoleNumbers(std::vector< size_t > &creationGlobalRxnNumbers) const
Return a const reference to the creationMoleNumbers stored in the object.
std::string elementName(const size_t e) const
Name of the element constraint with index e.
std::string PhaseName
String name for the phase.
size_t ChargeNeutralityElement
This is the element number for the charge neutrality condition of the phase.
vector_int m_elementActive
boolean indicating whether an element constraint is active for the current problem ...
VCS_SOLVE * m_owningSolverObject
Backtrack value of VCS_SOLVE *.
size_t elemGlobalIndex(const size_t e) const
Returns the global index of the local element index for the phase.
vector_fp SS0ChemicalPotential
Vector of calculated SS0 chemical potentials for the current Temperature.
void setExistence(const int existence)
Set the existence flag in the object.
A class for 2D arrays stored in column-major (Fortran-compatible) form.
void setPtrThermoPhase(ThermoPhase *tp_ptr)
Set the pointer for Cantera's ThermoPhase parameter.
Base class for a phase with thermodynamic properties.
bool m_UpToDate_VolPM
Boolean indicating whether partial molar volumes are up to date.
std::vector< vcs_SpeciesProperties * > ListSpeciesPtr
Vector of Species structures for the species belonging to this phase.
Header file for class Cantera::Array2D.
size_t VP_ID_
Original ID of the phase in the problem.
double m_totalVol
Total Volume of the phase. Units are m**3.
void setMolesFromVCS(const int stateCalc, const double *molesSpeciesVCS=0)
Set the moles within the phase.
std::vector< int > vector_int
Vector of ints.
double GStar_calc_one(size_t kspec) const
Gibbs free energy calculation for standard state of one species.
void _updateGStar() const
Gibbs free energy calculation for standard states.
double v_totalMoles
Total mols in the phase. units are kmol.
std::string eos_name() const
Return the name corresponding to the equation of state.
Properties of a single species.
size_t m_numElemConstraints
Number of element constraints within the problem.
int m_eqnState
Type of the equation of state.
void setElectricPotential(const double phi)
set the electric potential of the phase
size_t nSpecies() const
Return the number of species in the phase.
int elementType(const size_t e) const
Type of the element constraint with index e.
void sendToVCS_ActCoeff(const int stateCalc, double *const AC)
Fill in an activity coefficients vector within a VCS_SOLVE object.
void setMoleFractions(const double *const xmol)
Set the mole fractions from a conventional mole fraction vector.
void _updateLnActCoeffJac()
Evaluation of Activity Coefficient Jacobians.
std::vector< size_t > creationGlobalRxnNumbers_
Vector of creation global reaction numbers for the phase stability problem.
void resize(const size_t phaseNum, const size_t numSpecies, const size_t numElem, const char *const phaseName, const double molesInert=0.0)
The resize() function fills in all of the initial information if it is not given in the constructor...
bool m_UpToDate_G0
Boolean indicating whether G0 is up to date.
bool m_gasPhase
If true, this phase is a gas-phase like phase.
double totalMoles() const
Return the total moles in the phase.
double Temp_
Current value of the temperature for this object, and underlying objects.
double Pres_
Current value of the pressure for this object, and underlying objects.
size_t m_numSpecies
Number of species in the phase.
size_t phiVarIndex() const
Return the index of the species that represents the the voltage of the phase.
void setMolesOutOfDate(int stateCalc=-1)
Sets the mole flag within the object to out of date.
Phase information and Phase calculations for vcs.
bool m_UpToDate_AC
Boolean indicating whether activity coefficients are up to date.
ThermoPhase * TP_ptr
If we are using Cantera, this is the pointer to the ThermoPhase object.
vector_fp PartialMolarVol
Vector of the Partial molar Volumes of the species. units m3 / kmol.
vector_fp ActCoeff
Vector of calculated activity coefficients for the current state.
int exists() const
int indicating whether the phase exists or not
std::vector< size_t > IndSpecies
Index into the species vectors.
bool m_UpToDate_GStar
Boolean indicating whether GStar is up to date.
std::vector< double > vector_fp
Turn on the use of stl vectors for the basic array type within cantera Vector of doubles.
size_t m_phiVarIndex
If the potential is a solution variable in VCS, it acts as a species.
const ThermoPhase * ptrThermoPhase() const
Return a const ThermoPhase pointer corresponding to this phase.
double m_totalMolesInert
Total moles of inert in the phase.
vcs_SpeciesProperties * speciesProperty(const size_t kindex)
Retrieve the kth Species structure for the species belonging to this phase.
void setSpGlobalIndexVCS(const size_t spIndex, const size_t spGlobalIndex)
set the Global VCS index of the kth species in the phase
double sendToVCS_VolPM(double *const VolPM) const
Fill in the partial molar volume vector for VCS.
vector_fp Xmol_
Vector of the current mole fractions for species in the phase.
void setMolesCurrent(int vcsStateStatus)
Sets the mole flag within the object to be current.
bool m_UpToDate
Boolean indicating whether the object has an up-to-date mole number vector and potential with respect...
vector_int m_elementType
Type of the element constraint.
Namespace for the Cantera kernel.
void setState_T(const double temperature_Kelvin)
Sets the temperature in this object and underlying ThermoPhase objects.
void _updateG0() const
Gibbs free energy calculation at a temperature for the reference state of each species.
const vector_fp & moleFractions() const
Return a const reference to the mole fractions stored in the object.
void setState_TP(const double temperature_Kelvin, const double pressure_PA)
Sets the temperature and pressure in this object and underlying ThermoPhase objects.
bool m_isIdealSoln
Boolean indicating whether the phase is an ideal solution and therefore its molar-based activity coef...
std::vector< std::string > m_elementNames
vector of strings containing the element constraint names
Array2D np_dLnActCoeffdMolNumber
Vector of the derivatives of the ln activity coefficient wrt to the current mole number multiplied by...
vector_int m_speciesUnknownType
Type of the species unknown.
int speciesUnknownType(const size_t k) const
Returns the type of the species unknown.
This is the main structure used to hold the internal data used in vcs_solve_TP(), and to solve TP sys...
double molefraction(size_t kspec) const
Returns the mole fraction of the kspec species.
double _updateVolPM() const
Calculate the partial molar volumes of all species and return the total volume.
void setTotalMolesInert(const double tMolesInert)
Sets the total moles of inert in the phase.
std::vector< size_t > m_elemGlobalIndex
Index of the element number in the global list of elements stored in VCS_SOLVE.
double G0_calc_one(size_t kspec) const
Gibbs free energy calculation at a temperature for the reference state of a species, return a value for one species.
void setTotalMoles(const double totalMols)
Sets the total moles in the phase.
void setElemGlobalIndex(const size_t eLocal, const size_t eGlobal)
sets a local phase element to a global index value
vector_fp creationMoleNumbers_
Vector of current creationMoleNumbers_.