From a468f276b2285c769df116e046365f2d6c7812d0 Mon Sep 17 00:00:00 2001 From: ignis Date: Tue, 4 Oct 2016 03:06:14 +0900 Subject: [PATCH] corrected commets of space charge part --- src/thermophysicalModels/basic/heThermo/heThermo.H | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/thermophysicalModels/basic/heThermo/heThermo.H b/src/thermophysicalModels/basic/heThermo/heThermo.H index 2ae99b52..a5e93d74 100644 --- a/src/thermophysicalModels/basic/heThermo/heThermo.H +++ b/src/thermophysicalModels/basic/heThermo/heThermo.H @@ -58,6 +58,8 @@ protected: //- Energy field volScalarField he_; + + //- Charge field volScalarField qc_; @@ -153,16 +155,16 @@ public: } - // Access to thermodynamic state variables + // Access to electric charge variables - //- Enthalpy/Internal energy [J/kg] + //- Specific charge [C/kg] // Non-const access allowed for transport equations virtual volScalarField& qc() { return qc_; } - //- Enthalpy/Internal energy [J/kg] + //- Specific charge [C/kg] virtual const volScalarField& qc() const { return qc_;