Skip to content

Commit

Permalink
removed hard-coding of electron contribution to kappa used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigfried Haering committed Oct 14, 2024
1 parent ff9c1cb commit 69c5a5f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/argon_transport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1097,12 +1097,6 @@ MFEM_HOST_DEVICE void ArgonMixtureTransport::GetThermalConductivities(const doub
collisionIntegral(electronIndex_, electronIndex_, 2, 2, collInputs);
}

kappa[1] = viscosityFactor_ * kOverEtaFactor_ * sqrt(collInputs.Te / mw_[electronIndex_]) * X_sp[electronIndex_] /
collisionIntegral(electronIndex_, electronIndex_, 2, 2, collInputs);

// std::cout << "good v bad:" << computeThirdOrderElectronThermalConductivity(X_sp, collInputs) << " <-> " <<
// viscosityFactor_ * kOverEtaFactor_ * sqrt(collInputs.Te / mw_[electronIndex_]) * X_sp[electronIndex_] /
// collisionIntegral(electronIndex_, electronIndex_, 2, 2, collInputs) << endl;
}

void ArgonMixtureTransport::computeMixtureAverageDiffusivity(const Vector &state, const Vector &Efield,
Expand Down

0 comments on commit 69c5a5f

Please sign in to comment.