MCPcopy Create free account
hub / github.com/Cantera/cantera / nAdjacent

Method nAdjacent

include/cantera/base/Solution.h:112–114  ·  view source on GitHub ↗

Get the number of adjacent phases

Source from the content-addressed store, hash-verified

110
111 //! Get the number of adjacent phases
112 size_t nAdjacent() const {
113 return m_adjacent.size();
114 }
115
116 //! Get the name of an adjacent phase by index
117 string adjacentName(size_t i) const {

Callers 5

newSolutionFunction · 0.80
addPhaseMethod · 0.80
toYamlStringMethod · 0.80
soln_nAdjacentFunction · 0.80
soln_adjacentFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected