Home
last modified time | relevance | path

Searched refs:tPhMoles_ptr (Results 1 – 1 of 1) sorted by relevance

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/equil/
H A Dvcs_solve_TP.cpp2714 double* tPhMoles_ptr=0; in vcs_dfe() local
2720 tPhMoles_ptr = &m_tPhaseMoles_old[0]; in vcs_dfe()
2725 tPhMoles_ptr = &m_tPhaseMoles_new[0]; in vcs_dfe()
2771 iph, tlogMoles[iph], tPhMoles_ptr[iph]); in vcs_dfe()
2775 if (tPhMoles_ptr[iph] > 0.0) { in vcs_dfe()
2776 tlogMoles[iph] = log(tPhMoles_ptr[iph]); in vcs_dfe()
2827 if (tPhMoles_ptr[iph] > 0.0) { in vcs_dfe()
2870 if (tPhMoles_ptr[iph] > 0.0) { in vcs_dfe()
3270 const double* tPhMoles_ptr = &m_tPhaseMoles_old[0]; in vcs_printDeltaG() local
3277 tPhMoles_ptr = &m_tPhaseMoles_new[0]; in vcs_printDeltaG()
[all …]