Renaming TransportParams member variables nsp_ and mode_.
This commit is contained in:
parent
baa60182c3
commit
330e7666aa
5 changed files with 8 additions and 5 deletions
|
|
@ -91,7 +91,7 @@ namespace Cantera {
|
|||
m_condcoeffs = tr.condcoeffs;
|
||||
m_diffcoeffs = tr.diffcoeffs;
|
||||
|
||||
m_mode = tr.mode;
|
||||
m_mode = tr.mode_;
|
||||
|
||||
m_phi.resize(m_nsp, m_nsp, 0.0);
|
||||
|
||||
|
|
|
|||
|
|
@ -178,7 +178,7 @@ namespace Cantera {
|
|||
m_condcoeffs = tr.condcoeffs;
|
||||
//m_diffcoeffs = tr.diffcoeffs;
|
||||
|
||||
m_mode = tr.mode;
|
||||
m_mode = tr.mode_;
|
||||
|
||||
m_phi.resize(m_nsp, m_nsp, 0.0);
|
||||
|
||||
|
|
|
|||
|
|
@ -390,7 +390,10 @@ namespace Cantera {
|
|||
* added.
|
||||
*/
|
||||
vector<vector_fp> m_diffcoeffs;
|
||||
|
||||
|
||||
//! Temperature polynomial for transport property temperature fits.
|
||||
vector_fp m_polytempvec;
|
||||
|
||||
|
||||
//! Internal value of the gradient of the mole fraction vector
|
||||
/*!
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ namespace Cantera {
|
|||
m_zrot = tr.zrot;
|
||||
m_crot = tr.crot;
|
||||
m_epsilon = tr.epsilon;
|
||||
m_mode = tr.mode;
|
||||
m_mode = tr.mode_;
|
||||
m_diam = tr.diam;
|
||||
m_eps = tr.eps;
|
||||
m_alpha = tr.alpha;
|
||||
|
|
|
|||
|
|
@ -167,7 +167,7 @@ namespace Cantera {
|
|||
m_zrot = tr.zrot;
|
||||
m_crot = tr.crot;
|
||||
m_epsilon = tr.epsilon;
|
||||
m_mode = tr.mode;
|
||||
m_mode = tr.mode_;
|
||||
m_diam = tr.diam;
|
||||
m_eps = tr.eps;
|
||||
m_alpha = tr.alpha;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue